Compare commits

...
Author SHA1 Message Date
CSRBot a7275c7d23 chore(deps): update volkerraschek/helm docker tag to v4
Helm / helm-lint (push) Successful in 6s
Helm / helm-lint (pull_request) Successful in 6s
Helm / helm-unittest (push) Successful in 22s
Helm / helm-unittest (pull_request) Successful in 15s
2026-08-24 15:16:51 +00:00
CSRBot db7f2e5759 Merge pull request 'chore(deps): update dependency losisin/helm-values-schema-json to v2.6.0' (#157) from renovate/update-helm-plugins into master
Helm / helm-lint (push) Successful in 13s
Helm / helm-unittest (push) Successful in 55s
2026-08-24 12:22:26 +00:00
CSRBot a256ebe820 chore(deps): update dependency losisin/helm-values-schema-json to v2.6.0
Helm / helm-lint (push) Successful in 9s
Helm / helm-lint (pull_request) Successful in 8s
Helm / helm-unittest (push) Successful in 38s
Helm / helm-unittest (pull_request) Successful in 41s
2026-08-24 12:21:19 +00:00
CSRBot abb6ae5c0f Merge pull request 'chore(deps): update volker-raschek/ah-annotations action to v0.2.2' (#156) from renovate/volker-raschek-ah-annotations-0.x into master
Helm / helm-unittest (push) Successful in 12s
Helm / helm-lint (push) Successful in 6s
2026-08-20 15:27:50 +00:00
CSRBot 4f0250f170 chore(deps): update volker-raschek/ah-annotations action to v0.2.2
Helm / helm-lint (push) Successful in 6s
Helm / helm-unittest (push) Successful in 13s
Helm / helm-lint (pull_request) Successful in 5s
Helm / helm-unittest (pull_request) Successful in 13s
2026-08-20 15:18:09 +00:00
CSRBot e81c2162ef Merge pull request 'chore(deps): update volker-raschek/ah-annotations action to v0.2.1' (#155) from renovate/volker-raschek-ah-annotations-0.x into master
Helm / helm-lint (push) Successful in 8s
Helm / helm-unittest (push) Successful in 23s
2026-08-19 06:20:00 +00:00
CSRBot 2184467b64 chore(deps): update volker-raschek/ah-annotations action to v0.2.1
Helm / helm-lint (push) Successful in 13s
Helm / helm-unittest (push) Successful in 14s
Helm / helm-lint (pull_request) Successful in 11s
Helm / helm-unittest (pull_request) Successful in 14s
2026-08-19 06:19:12 +00:00
CSRBot 96531a544d Merge pull request 'chore(deps): update volker-raschek/ah-annotations action to v0.2.0' (#154) from renovate/volker-raschek-ah-annotations-0.x into master
Helm / helm-unittest (push) Successful in 18s
Helm / helm-lint (push) Successful in 7s
2026-08-18 00:15:42 +00:00
2 changed files with 3 additions and 3 deletions
+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@994de3ecec889e7c52f2efb1607cbe96f1924fcc # v0.2.0
- uses: volker-raschek/ah-annotations@7959e52208294befed11210aef0c8e9299cc6a23 # v0.2.2
- name: Extract meta information
run: |
+1 -1
View File
@@ -4,7 +4,7 @@ CONTAINER_RUNTIME?=$(shell which podman)
# HELM_IMAGE
HELM_IMAGE_REGISTRY_HOST?=docker.io
HELM_IMAGE_REPOSITORY?=volkerraschek/helm
HELM_IMAGE_VERSION?=3.19.2 # renovate: datasource=docker registryUrl=https://docker.io depName=volkerraschek/helm
HELM_IMAGE_VERSION?=4.2.3 # renovate: datasource=docker registryUrl=https://docker.io depName=volkerraschek/helm
HELM_IMAGE_FULLY_QUALIFIED=${HELM_IMAGE_REGISTRY_HOST}/${HELM_IMAGE_REPOSITORY}:${HELM_IMAGE_VERSION}
# NODE_IMAGE