Compare 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
CSRBot 83c723f95e Merge pull request 'chore(deps): update volker-raschek/ah-annotations action to v0.2.1' (#195) from renovate/volker-raschek-ah-annotations-0.x into master
Helm / helm-lint (push) Successful in 7s
Helm / helm-unittest (push) Successful in 23s
2026-08-19 06:20:47 +00:00
CSRBot 63d280e6c9 chore(deps): update volker-raschek/ah-annotations action to v0.2.1
Helm / helm-lint (push) Successful in 11s
Helm / helm-unittest (push) Successful in 17s
Helm / helm-lint (pull_request) Successful in 15s
Helm / helm-unittest (pull_request) Successful in 18s
2026-08-19 06:19:22 +00:00
CSRBot 71c193340e Merge pull request 'chore(deps): update volker-raschek/ah-annotations action to v0.2.0' (#194) from renovate/volker-raschek-ah-annotations-0.x into master
Helm / helm-unittest (push) Successful in 17s
Helm / helm-lint (push) Successful in 11s
2026-08-18 00:16:50 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: volker-raschek/ah-annotations@994de3ecec889e7c52f2efb1607cbe96f1924fcc # v0.2.0 - uses: volker-raschek/ah-annotations@f99244b6ac37658456b9833d02d34886b67a07fe # v0.2.1
- name: Extract meta information - name: Extract meta information
run: | run: |
+1 -1
View File
@@ -4,7 +4,7 @@ CONTAINER_RUNTIME?=$(shell which podman)
# HELM_IMAGE # HELM_IMAGE
HELM_IMAGE_REGISTRY_HOST?=docker.io HELM_IMAGE_REGISTRY_HOST?=docker.io
HELM_IMAGE_REPOSITORY?=volkerraschek/helm 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} HELM_IMAGE_FULLY_QUALIFIED=${HELM_IMAGE_REGISTRY_HOST}/${HELM_IMAGE_REPOSITORY}:${HELM_IMAGE_VERSION}
# NODE_IMAGE # NODE_IMAGE