Compare commits

..
1 Commits
Author SHA1 Message Date
CSRBot 2920b1bc6f chore(deps): update volkerraschek/helm docker tag to v4
Helm / helm-lint (push) Successful in 7s
Helm / helm-lint (pull_request) Successful in 6s
Helm / helm-unittest (push) Successful in 22s
Helm / helm-unittest (pull_request) Successful in 19s
2026-08-19 09:20:41 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ jobs:
with:
fetch-depth: 0
- uses: volker-raschek/ah-annotations@7959e52208294befed11210aef0c8e9299cc6a23 # v0.2.2
- uses: volker-raschek/ah-annotations@f99244b6ac37658456b9833d02d34886b67a07fe # v0.2.1
- 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