9 Commits

Author SHA1 Message Date
20416339b2 chore(deps): update docker.io/volkerraschek/helm docker tag to v4
Some checks failed
Helm / helm-unittest (push) Failing after 6s
Helm / helm-lint (pull_request) Successful in 5s
Helm / helm-lint (push) Successful in 14s
Helm / helm-unittest (pull_request) Failing after 7s
2025-11-12 23:10:38 +00:00
85c1395821 Merge pull request 'chore(deps): update docker.io/volkerraschek/helm docker tag to v3.19.2' (#82) from renovate/update-docker.iovolkerraschekhelm into master
All checks were successful
Helm / helm-lint (push) Successful in 7s
Helm / helm-unittest (push) Successful in 5s
2025-11-12 21:20:35 +00:00
bc7a740e15 chore(deps): update docker.io/volkerraschek/helm docker tag to v3.19.2
All checks were successful
Helm / helm-lint (push) Successful in 6s
Helm / helm-unittest (push) Successful in 6s
Helm / helm-lint (pull_request) Successful in 6s
Helm / helm-unittest (pull_request) Successful in 6s
2025-11-12 21:19:59 +00:00
175ab5c922 Merge pull request 'chore(deps): update docker.io/library/node docker tag to v25.2.0' (#81) from renovate/update-docker.iolibrarynode into master
All checks were successful
Helm / helm-unittest (push) Successful in 6s
Helm / helm-lint (push) Successful in 14s
2025-11-12 20:10:57 +00:00
64a463669a chore(deps): update docker.io/library/node docker tag to v25.2.0
All checks were successful
Helm / helm-lint (push) Successful in 6s
Helm / helm-unittest (push) Successful in 6s
Helm / helm-lint (pull_request) Successful in 5s
Helm / helm-unittest (pull_request) Successful in 6s
2025-11-12 20:10:25 +00:00
4222881c17 Merge pull request 'chore(deps): update docker.io/library/node docker tag to v25.1.0' (#80) from renovate/update-docker.iolibrarynode into master
All checks were successful
Helm / helm-unittest (push) Successful in 6s
Helm / helm-lint (push) Successful in 14s
2025-10-29 17:10:58 +00:00
e04fe60666 chore(deps): update docker.io/library/node docker tag to v25.1.0
All checks were successful
Helm / helm-unittest (push) Successful in 7s
Helm / helm-lint (push) Successful in 14s
Helm / helm-lint (pull_request) Successful in 6s
Helm / helm-unittest (pull_request) Successful in 16s
2025-10-29 17:10:20 +00:00
a8b05f3152 Merge pull request 'chore(deps): update docker.io/library/node docker tag to v25' (#78) from renovate/major-update-docker.iolibrarynode into master
All checks were successful
Helm / helm-unittest (push) Successful in 5s
Helm / helm-lint (push) Successful in 14s
Reviewed-on: #78
2025-10-29 07:24:59 +00:00
a6cec7dd82 chore(deps): update docker.io/library/node docker tag to v25
All checks were successful
Helm / helm-unittest (push) Successful in 6s
Helm / helm-lint (pull_request) Successful in 6s
Helm / helm-lint (push) Successful in 14s
Helm / helm-unittest (pull_request) Successful in 6s
2025-10-29 05:09:32 +00:00
5 changed files with 7 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ on:
jobs:
generate-parameters:
container:
image: docker.io/library/node:24.11.0-alpine
image: docker.io/library/node:25.2.0-alpine
runs-on:
- ubuntu-latest
steps:

View File

@@ -13,7 +13,7 @@ on:
jobs:
helm-lint:
container:
image: docker.io/volkerraschek/helm:3.19.0
image: docker.io/volkerraschek/helm:4.0.0
runs-on:
- ubuntu-latest
steps:
@@ -28,7 +28,7 @@ jobs:
helm-unittest:
container:
image: docker.io/volkerraschek/helm:3.19.0
image: docker.io/volkerraschek/helm:4.0.0
runs-on:
- ubuntu-latest
steps:

View File

@@ -15,7 +15,7 @@ on:
jobs:
markdown-link-checker:
container:
image: docker.io/library/node:24.11.0-alpine
image: docker.io/library/node:25.2.0-alpine
runs-on:
- ubuntu-latest
steps:
@@ -31,7 +31,7 @@ jobs:
markdown-lint:
container:
image: docker.io/library/node:24.11.0-alpine
image: docker.io/library/node:25.2.0-alpine
runs-on:
- ubuntu-latest
steps:

View File

@@ -8,7 +8,7 @@ on:
jobs:
publish-chart:
container:
image: docker.io/volkerraschek/helm:3.19.0
image: docker.io/volkerraschek/helm:4.0.0
runs-on: ubuntu-latest
steps:
- name: Install packages via apk

View File

@@ -10,7 +10,7 @@ HELM_IMAGE_FULLY_QUALIFIED=${HELM_IMAGE_REGISTRY_HOST}/${HELM_IMAGE_REPOSITORY}:
# NODE_IMAGE
NODE_IMAGE_REGISTRY_HOST?=docker.io
NODE_IMAGE_REPOSITORY?=library/node
NODE_IMAGE_VERSION?=24.11.0-alpine # renovate: datasource=docker registryUrl=https://docker.io depName=docker.io/library/node packageName=library/node
NODE_IMAGE_VERSION?=25.2.0-alpine # renovate: datasource=docker registryUrl=https://docker.io depName=docker.io/library/node packageName=library/node
NODE_IMAGE_FULLY_QUALIFIED=${NODE_IMAGE_REGISTRY_HOST}/${NODE_IMAGE_REPOSITORY}:${NODE_IMAGE_VERSION}
# MISSING DOT