Compare commits

..

No commits in common. "5e7defd1a24d15b27bf1d3190f632afc175b6333" and "fc81067211941e17a9abc403c8f16982d0520e28" 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 FROM docker.io/library/alpine:3.17
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.0 # renovate: datasource=github-releases depName=helm/helm HELM_VERSION?=v3.11.3 # 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