Skip to content
Snippets Groups Projects

Update alpine/helm Docker tag to v3.16.1

Merged Renovate Bot requested to merge renovate/alpine-helm-3.x into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -16,7 +16,7 @@ stages:
lint:
stage: test
image:
name: alpine/helm:3.15.4
name: alpine/helm:3.16.1
entrypoint: ["/bin/sh", "-c"]
script:
- helm lint $CHART
@@ -29,7 +29,7 @@ lint:
package_charts:
stage: package
image:
name: alpine/helm:3.15.4
name: alpine/helm:3.16.1
entrypoint: ["/bin/sh", "-c"]
script:
# The helm-push command is broken in Helm 3.7. For more information,
Loading