Compare commits

...
Author SHA1 Message Date
CSRBot af730af6be chore(deps): update volkerraschek/helm docker tag to v4
Helm / helm-lint (push) Successful in 11s
Helm / helm-unittest (push) Successful in 14s
Helm / helm-lint (pull_request) Successful in 13s
Helm / helm-unittest (pull_request) Successful in 14s
2026-08-18 03:16:33 +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
CSRBot f2ae0d259f chore(deps): update volker-raschek/ah-annotations action to v0.2.0
Helm / helm-lint (push) Successful in 13s
Helm / helm-unittest (push) Successful in 17s
Helm / helm-unittest (pull_request) Successful in 16s
Helm / helm-lint (pull_request) Successful in 12s
2026-08-18 00:15:27 +00:00
CSRBot 5ed645a093 Merge pull request 'chore(deps): pin volker-raschek/ah-annotations action to d5154c8' (#193) from renovate/pin-dependencies into master
Helm / helm-unittest (push) Successful in 21s
Helm / helm-lint (push) Successful in 6s
2026-08-17 21:18:17 +00:00
CSRBot b3d9c99f89 chore(deps): pin volker-raschek/ah-annotations action to d5154c8
Helm / helm-lint (push) Successful in 11s
Helm / helm-lint (pull_request) Successful in 7s
Helm / helm-unittest (push) Successful in 29s
Helm / helm-unittest (pull_request) Successful in 19s
2026-08-17 21:16:21 +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@v0.1.2 - uses: volker-raschek/ah-annotations@994de3ecec889e7c52f2efb1607cbe96f1924fcc # v0.2.0
- 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