Compare commits

...

3 Commits

Author SHA1 Message Date
0d943376e7
chore(deps): update dependency helm/helm to v3.12.2
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-15 13:03:10 +02:00
f73eddd042
fix: upgrade to docker.io/library/alpine v3.18.2 2023-07-15 13:03:01 +02:00
38c3bc7d5d
revert: upgrade to docker.io/library/alpine v3.18.3
This reverts commit b6207b0e77758af0c8c2bb51c6ee6aa705e91881.
2023-07-15 13:02:06 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM docker.io/library/alpine:3.18.3 FROM docker.io/library/alpine:3.18.2
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.1 # renovate: datasource=github-releases depName=helm/helm HELM_VERSION?=v3.12.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