check version testit
CI Feature / Load example-gitea-env.conf to pipeline env (push) Successful in 26s
CI Git-Pages Main / Load git-pages.gitea-env.conf to pipeline env (push) Successful in 21s
CI Git-Pages Main / Check existing artifact (push) Failing after 16s
unit-tests Bats test report
CI Feature / Bats tests (push) Failing after 1m52s
CI Git-Pages Main / Build & Push Helm chart (push) Has been skipped
CI Git-Pages Main / Report Summary (push) Successful in 5s
acc-tests Cucumber test report
CI Feature / Cucumber tests (push) Successful in 1m0s
CI Feature / Report Summary (push) Successful in 5s

This commit is contained in:
moilanik
2026-06-19 07:55:30 +03:00
parent ca569e280f
commit a40a7703f0
8 changed files with 194 additions and 8 deletions
+6
View File
@@ -0,0 +1,6 @@
apiVersion: v2
name: test-chart
description: Test chart for version extraction
type: application
version: 0.3.0
appVersion: "1.0.0"
+1
View File
@@ -0,0 +1 @@
0.3.0
+1
View File
@@ -0,0 +1 @@
{"version": "0.3.0"}
+1
View File
@@ -0,0 +1 @@
<project><version>0.3.0</version></project>
+6
View File
@@ -0,0 +1,6 @@
apiVersion: v2
name: subdir-chart
description: Chart in subdirectory for monorepo testing
type: application
version: 0.4.0
appVersion: "1.0.0"