Compare commits

..

9 Commits

Author SHA1 Message Date
CSRBot 3be2d1fdf6 Merge pull request 'chore(deps): update dependency sigstore/cosign to v3.1.1' (#162) from renovate/sigstore-cosign-3.x into master
Helm / helm-lint (push) Successful in 10s
Helm / helm-unittest (push) Successful in 16s
2026-06-09 18:14:27 +00:00
CSRBot 3111d90306 chore(deps): update dependency sigstore/cosign to v3.1.1
Helm / helm-lint (push) Successful in 11s
Helm / helm-lint (pull_request) Successful in 6s
Helm / helm-unittest (push) Successful in 22s
Helm / helm-unittest (pull_request) Successful in 18s
2026-06-09 18:13:39 +00:00
CSRBot b55ec9b3e4 Merge pull request 'chore(deps): update dependency helm/helm to v4.2.0' (#152) from renovate/helm-helm-4.x into master
Helm / helm-lint (push) Successful in 11s
Helm / helm-unittest (push) Successful in 16s
2026-06-07 21:13:30 +00:00
CSRBot 36717508b9 chore(deps): update dependency helm/helm to v4.2.0
Helm / helm-lint (push) Successful in 4s
Helm / helm-unittest (push) Successful in 14s
Helm / helm-lint (pull_request) Successful in 5s
Helm / helm-unittest (pull_request) Successful in 15s
2026-06-07 18:15:34 +00:00
CSRBot 65f4671106 chore(deps): update docker.io/library/node docker tag to v26
Helm / helm-lint (pull_request) Successful in 11s
Helm / helm-unittest (pull_request) Successful in 14s
Helm / helm-lint (push) Successful in 5s
Helm / helm-unittest (push) Successful in 22s
2026-06-07 16:38:23 +00:00
CSRBot b1e6b03b16 Merge pull request 'chore(deps): update volkerraschek/helm docker tag to v3.19.2' (#160) from renovate/container-images into master
Helm / helm-lint (push) Successful in 5s
Helm / helm-unittest (push) Successful in 18s
2026-06-07 16:28:55 +00:00
CSRBot b84297510b chore(deps): update volkerraschek/helm docker tag to v3.19.2
Helm / helm-lint (pull_request) Successful in 11s
Helm / helm-unittest (pull_request) Successful in 14s
Helm / helm-lint (push) Successful in 11s
Helm / helm-unittest (push) Successful in 14s
2026-06-07 16:27:59 +00:00
volker.raschek 68473be922 fix(renovate): adapt regexp for volkerraschek/helm
Helm / helm-lint (push) Successful in 10s
Helm / helm-unittest (push) Successful in 15s
2026-06-07 18:25:49 +02:00
CSRBot ee2bdc36c3 chore(deps): update dependency helm-unittest/helm-unittest to v1.1.1
Helm / helm-lint (pull_request) Successful in 5s
Helm / helm-unittest (pull_request) Successful in 17s
Helm / helm-lint (push) Successful in 12s
Helm / helm-unittest (push) Successful in 14s
2026-06-07 15:36:56 +00:00
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v6.0.3 - uses: actions/checkout@v6.0.3
- uses: azure/setup-helm@v5.0.0 - uses: azure/setup-helm@v5.0.0
with: with:
version: "v4.1.4" # renovate: datasource=github-tags depName=helm/helm version: "v4.2.0" # renovate: datasource=github-tags depName=helm/helm
- name: Lint helm files - name: Lint helm files
run: | run: |
helm lint --values values.yaml . helm lint --values values.yaml .
@@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v6.0.3 - uses: actions/checkout@v6.0.3
- uses: azure/setup-helm@v5.0.0 - uses: azure/setup-helm@v5.0.0
with: with:
version: "v4.1.4" # renovate: datasource=github-tags depName=helm/helm version: "v4.2.0" # renovate: datasource=github-tags depName=helm/helm
- env: - env:
HELM_UNITTEST_VERSION: v1.0.0 #renovate: datasource=github-releases depName=helm-unittest/helm-unittest HELM_UNITTEST_VERSION: v1.0.0 #renovate: datasource=github-releases depName=helm-unittest/helm-unittest
name: Install helm-unittest name: Install helm-unittest
+3 -3
View File
@@ -16,17 +16,17 @@ jobs:
steps: steps:
- uses: volker-raschek/cosign-installer@v4.1.2-rc4 - uses: volker-raschek/cosign-installer@v4.1.2-rc4
with: with:
cosign-release: "v3.1.0" # renovate: datasource=github-tags depName=sigstore/cosign cosign-release: "v3.1.1" # renovate: datasource=github-tags depName=sigstore/cosign
- uses: azure/setup-helm@v5.0.0 - uses: azure/setup-helm@v5.0.0
with: with:
version: "v4.1.4" # renovate: datasource=github-tags depName=helm/helm version: "v4.2.0" # renovate: datasource=github-tags depName=helm/helm
- 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.4.0" # renovate: datasource=github-tags depName=losisin/helm-values-schema-json extractVersion='^v(?<version>\d+\.\d+\.\d+)$' HELM_SCHEMA_VALUES_VERSION: "2.4.0" # renovate: datasource=github-tags depName=losisin/helm-values-schema-json extractVersion='^v(?<version>\d+\.\d+\.\d+)$'
HELM_UNITTEST_VERSION: "1.0.3" # renovate: datasource=github-tags depName=helm-unittest/helm-unittest extractVersion='^v(?<version>\d+\.\d+\.\d+)$' HELM_UNITTEST_VERSION: "1.1.1" # 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
helm plugin install --verify=false https://github.com/losisin/helm-values-schema-json.git --version "${HELM_SCHEMA_VALUES_VERSION}" 1> /dev/null helm plugin install --verify=false https://github.com/losisin/helm-values-schema-json.git --version "${HELM_SCHEMA_VALUES_VERSION}" 1> /dev/null
+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.0 # renovate: datasource=docker registryUrl=https://docker.io depName=docker.io/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