Compare commits

...
4 Commits
Author SHA1 Message Date
CSRBot 9b531133b8 Merge pull request 'chore(deps): update dependency losisin/helm-values-schema-json to v2.6.0' (#193) from renovate/update-helm-plugins into master
Helm / helm-lint (push) Successful in 14s
Helm / helm-unittest (push) Successful in 22s
2026-08-24 12:06:36 +00:00
CSRBot 50ee92487a chore(deps): update dependency losisin/helm-values-schema-json to v2.6.0
Helm / helm-lint (push) Successful in 15s
Helm / helm-lint (pull_request) Successful in 14s
Helm / helm-unittest (push) Successful in 1m11s
Helm / helm-unittest (pull_request) Successful in 50s
2026-08-24 12:05:04 +00:00
CSRBot 6edadecfe8 Merge pull request 'chore(deps): update volker-raschek/ah-annotations action to v0.2.2' (#192) from renovate/volker-raschek-ah-annotations-0.x into master
Helm / helm-lint (push) Successful in 8s
Helm / helm-unittest (push) Successful in 13s
2026-08-20 15:05:10 +00:00
CSRBot 38f81bbbda chore(deps): update volker-raschek/ah-annotations action to v0.2.2
Helm / helm-lint (push) Successful in 11s
Helm / helm-unittest (push) Successful in 15s
Helm / helm-lint (pull_request) Successful in 12s
Helm / helm-unittest (pull_request) Successful in 15s
2026-08-20 15:04:25 +00:00
+2 -2
View File
@@ -25,7 +25,7 @@ jobs:
- name: Install helm plugins
env:
HELM_SIGSTORE_VERSION: "0.3.0" # renovate: datasource=github-tags depName=sigstore/helm-sigstore extractVersion='^v(?<version>\d+\.\d+\.\d+)$'
HELM_SCHEMA_VALUES_VERSION: "2.5.0" # renovate: datasource=github-tags depName=losisin/helm-values-schema-json extractVersion='^v(?<version>\d+\.\d+\.\d+)$'
HELM_SCHEMA_VALUES_VERSION: "2.6.0" # renovate: datasource=github-tags depName=losisin/helm-values-schema-json extractVersion='^v(?<version>\d+\.\d+\.\d+)$'
HELM_UNITTEST_VERSION: "1.1.2" # renovate: datasource=github-tags depName=helm-unittest/helm-unittest extractVersion='^v(?<version>\d+\.\d+\.\d+)$'
run: |
helm plugin install --verify=false https://github.com/sigstore/helm-sigstore.git --version "${HELM_SIGSTORE_VERSION}" 1> /dev/null
@@ -69,7 +69,7 @@ jobs:
with:
fetch-depth: 0
- uses: volker-raschek/ah-annotations@f99244b6ac37658456b9833d02d34886b67a07fe # v0.2.1
- uses: volker-raschek/ah-annotations@7959e52208294befed11210aef0c8e9299cc6a23 # v0.2.2
- name: Extract meta information
run: |