Compare commits

...
3 Commits
Author SHA1 Message Date
CSRBot 7f28a5894c chore(deps): update volkerraschek/helm docker tag to v4
Helm / helm-lint (push) Successful in 12s
Helm / helm-unittest (push) Successful in 36s
Helm / helm-lint (pull_request) Successful in 14s
Helm / helm-unittest (pull_request) Successful in 35s
2026-08-09 21:18:01 +00:00
CSRBot 60eb47751f Merge pull request 'chore(deps): update docker.io/library/node docker tag to v26.7.0' (#191) from renovate/update-docker.iolibrarynode into master
Helm / helm-lint (push) Successful in 14s
Helm / helm-unittest (push) Successful in 21s
2026-08-09 18:25:29 +00:00
CSRBot 7bf3b8c0bf chore(deps): update docker.io/library/node docker tag to v26.7.0
Helm / helm-lint (push) Successful in 13s
Helm / helm-unittest (push) Successful in 19s
Helm / helm-lint (pull_request) Successful in 16s
Helm / helm-unittest (pull_request) Successful in 21s
2026-08-09 18:24:18 +00:00
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ on:
jobs:
generate-parameters:
container:
image: docker.io/library/node:26.5.1-alpine
image: docker.io/library/node:26.7.0-alpine
runs-on: ubuntu-latest
steps:
- name: Install tooling
+2 -2
View File
@@ -15,7 +15,7 @@ on:
jobs:
markdown-link-checker:
container:
image: docker.io/library/node:26.5.1-alpine
image: docker.io/library/node:26.7.0-alpine
runs-on: ubuntu-latest
steps:
- name: Install tooling
@@ -30,7 +30,7 @@ jobs:
markdown-lint:
container:
image: docker.io/library/node:26.5.1-alpine
image: docker.io/library/node:26.7.0-alpine
runs-on: ubuntu-latest
steps:
- name: Install tooling
+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?=3.19.2 # renovate: datasource=docker registryUrl=https://docker.io depName=volkerraschek/helm
HELM_IMAGE_VERSION?=4.2.3 # 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