Compare commits

...

4 Commits

Author SHA1 Message Date
5e7defd1a2
Merge remote-tracking branch 'origin/renovate/helm-helm-3.x'
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-21 12:21:39 +02:00
b970f8d81e
Merge remote-tracking branch 'origin/renovate/docker.io-library-alpine-3.x' 2023-05-21 12:21:16 +02:00
43985ce2e5 chore(deps): update dependency helm/helm to v3.12.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-05-18 13:56:35 +02:00
ea222a8314 chore(deps): update dependency docker.io/library/alpine to v3.18
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-05-18 13:56:13 +02:00
2 changed files with 2 additions and 2 deletions

View File

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