Compare commits

...

4 Commits

Author SHA1 Message Date
82058c1b30 fix: bump to 3.8.1
All checks were successful
continuous-integration/drone/push Build is passing
2022-04-14 15:38:01 +02:00
4c77747a2c Merge pull request 'chore(deps): update docker.io/library/alpine docker tag to v3.15' (#7) from renovate/docker.io-library-alpine-3.x into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #7
2022-03-16 17:16:47 +00:00
acd9f0d686 Merge branch 'master' into renovate/docker.io-library-alpine-3.x
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-02-09 21:36:56 +00:00
93fbf00b17 chore(deps): update docker.io/library/alpine docker tag to v3.15
Some checks failed
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing
2022-02-01 09:01:10 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM docker.io/library/alpine:3.14 FROM docker.io/library/alpine:3.15
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.8.0 # renovate: datasource=github-releases depName=helm lookupName=helm/helm versioning=semver HELM_VERSION?=v3.8.1 # renovate: datasource=github-releases depName=helm lookupName=helm/helm versioning=semver
# 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