Compare commits

..
6 Commits
Author SHA1 Message Date
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
CSRBot 24a414cb71 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 18s
Helm / helm-lint (pull_request) Successful in 11s
Helm / helm-unittest (pull_request) Successful in 17s
2026-08-18 00:14:49 +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@d5154c8f3c1bcf9fbd778f34d49620e108a7c3f8 # v0.1.2
- 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?=4.2.3 # renovate: datasource=docker registryUrl=https://docker.io depName=volkerraschek/helm
HELM_IMAGE_VERSION?=3.19.2 # 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