Compare commits

..

No commits in common. "0d943376e796e71827d92aeb714ef1c34e027429" and "8987794f2d12c67c63539f99813d5e980912aad4" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM docker.io/library/alpine:3.18.2 FROM docker.io/library/alpine:3.18.3
ARG HELM_VERSION ARG HELM_VERSION

View File

@ -1,6 +1,6 @@
# HELM_VERSION # HELM_VERSION
# Only required to install a specifiy version # Only required to install a specifiy version
HELM_VERSION?=v3.12.2 # renovate: datasource=github-releases depName=helm/helm HELM_VERSION?=v3.12.1 # renovate: datasource=github-releases depName=helm/helm
# CONTAINER_RUNTIME # CONTAINER_RUNTIME
# The CONTAINER_RUNTIME variable will be used to specified the path to a # The CONTAINER_RUNTIME variable will be used to specified the path to a