Compare commits

..
8 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
CSRBot d0eb999ab2 Merge pull request 'chore(deps): pin volker-raschek/ah-annotations action to d5154c8' (#153) from renovate/pin-dependencies into master
Helm / helm-unittest (push) Successful in 25s
Helm / helm-lint (push) Successful in 12s
2026-08-17 21:16:36 +00:00
CSRBot 6326937d58 chore(deps): pin volker-raschek/ah-annotations action to d5154c8
Helm / helm-lint (push) Successful in 11s
Helm / helm-unittest (push) Successful in 18s
Helm / helm-lint (pull_request) Successful in 11s
Helm / helm-unittest (pull_request) Successful in 18s
2026-08-17 21:15:48 +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@7959e52208294befed11210aef0c8e9299cc6a23 # v0.2.2
- 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?=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} HELM_IMAGE_FULLY_QUALIFIED=${HELM_IMAGE_REGISTRY_HOST}/${HELM_IMAGE_REPOSITORY}:${HELM_IMAGE_VERSION}
# NODE_IMAGE # NODE_IMAGE