Compare commits

..

No commits in common. "382f33cbba5513f02c985177faac95cd68b56c40" and "2b27324926250b980da9c8d092c28dd4c253b885" 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.19.0 FROM docker.io/library/alpine:3.18.5
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.13.3 # renovate: datasource=github-releases depName=helm/helm HELM_VERSION?=v3.13.2 # 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