Compare commits

..
8 Commits
Author SHA1 Message Date
CSRBot a1ec500388 Merge pull request 'chore(deps): update docker.io/library/node docker tag to v26.8.1' (#198) from renovate/update-docker.iolibrarynode into master
Helm / helm-unittest (push) Successful in 26s
Helm / helm-lint (push) Successful in 7s
2026-08-27 18:20:53 +00:00
CSRBot 64b654bc13 chore(deps): update docker.io/library/node docker tag to v26.8.1
Helm / helm-lint (push) Successful in 7s
Helm / helm-unittest (push) Successful in 24s
Helm / helm-lint (pull_request) Successful in 13s
Helm / helm-unittest (pull_request) Successful in 16s
2026-08-27 18:19:51 +00:00
CSRBot 37f7c370f2 Merge pull request 'chore(deps): update dependency losisin/helm-values-schema-json to v2.6.0' (#197) from renovate/update-helm-plugins into master
Helm / helm-lint (push) Successful in 13s
Helm / helm-unittest (push) Successful in 39s
2026-08-24 12:23:26 +00:00
CSRBot 2369633eb6 chore(deps): update dependency losisin/helm-values-schema-json to v2.6.0
Helm / helm-lint (push) Successful in 14s
Helm / helm-lint (pull_request) Successful in 7s
Helm / helm-unittest (push) Successful in 54s
Helm / helm-unittest (pull_request) Successful in 49s
2026-08-24 12:21:58 +00:00
CSRBot d7c4d910d6 Merge pull request 'chore(deps): update volker-raschek/ah-annotations action to v0.2.2' (#196) from renovate/volker-raschek-ah-annotations-0.x into master
Helm / helm-lint (push) Successful in 5s
Helm / helm-unittest (push) Successful in 14s
2026-08-20 15:29:18 +00:00
CSRBot 398027bab9 chore(deps): update volker-raschek/ah-annotations action to v0.2.2
Helm / helm-lint (push) Successful in 5s
Helm / helm-unittest (push) Successful in 12s
Helm / helm-lint (pull_request) Successful in 5s
Helm / helm-unittest (pull_request) Successful in 13s
2026-08-20 15:18:52 +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
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ on:
jobs: jobs:
generate-parameters: generate-parameters:
container: container:
image: docker.io/library/node:26.7.0-alpine image: docker.io/library/node:26.8.1-alpine
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Install tooling - name: Install tooling
+2 -2
View File
@@ -15,7 +15,7 @@ on:
jobs: jobs:
markdown-link-checker: markdown-link-checker:
container: container:
image: docker.io/library/node:26.7.0-alpine image: docker.io/library/node:26.8.1-alpine
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Install tooling - name: Install tooling
@@ -30,7 +30,7 @@ jobs:
markdown-lint: markdown-lint:
container: container:
image: docker.io/library/node:26.7.0-alpine image: docker.io/library/node:26.8.1-alpine
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Install tooling - name: Install tooling
+2 -2
View File
@@ -25,7 +25,7 @@ jobs:
- name: Install helm plugins - name: Install helm plugins
env: env:
HELM_SIGSTORE_VERSION: "0.3.0" # renovate: datasource=github-tags depName=sigstore/helm-sigstore extractVersion='^v(?<version>\d+\.\d+\.\d+)$' HELM_SIGSTORE_VERSION: "0.3.0" # renovate: datasource=github-tags depName=sigstore/helm-sigstore extractVersion='^v(?<version>\d+\.\d+\.\d+)$'
HELM_SCHEMA_VALUES_VERSION: "2.5.0" # renovate: datasource=github-tags depName=losisin/helm-values-schema-json extractVersion='^v(?<version>\d+\.\d+\.\d+)$' HELM_SCHEMA_VALUES_VERSION: "2.6.0" # renovate: datasource=github-tags depName=losisin/helm-values-schema-json extractVersion='^v(?<version>\d+\.\d+\.\d+)$'
HELM_UNITTEST_VERSION: "1.1.2" # renovate: datasource=github-tags depName=helm-unittest/helm-unittest extractVersion='^v(?<version>\d+\.\d+\.\d+)$' HELM_UNITTEST_VERSION: "1.1.2" # renovate: datasource=github-tags depName=helm-unittest/helm-unittest extractVersion='^v(?<version>\d+\.\d+\.\d+)$'
run: | run: |
helm plugin install --verify=false https://github.com/sigstore/helm-sigstore.git --version "${HELM_SIGSTORE_VERSION}" 1> /dev/null helm plugin install --verify=false https://github.com/sigstore/helm-sigstore.git --version "${HELM_SIGSTORE_VERSION}" 1> /dev/null
@@ -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@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