Skip to content
Snippets Groups Projects
Commit d5d12d3a authored by Renovate Bot's avatar Renovate Bot
Browse files

Merge branch 'renovate/alpine-helm-3.x' into 'master'

Update alpine/helm Docker tag to v3.16.3

See merge request !48
parents 4b5d0448 6de8672f
No related branches found
No related tags found
1 merge request!48Update alpine/helm Docker tag to v3.16.3
Pipeline #251604 passed
...@@ -16,7 +16,7 @@ stages: ...@@ -16,7 +16,7 @@ stages:
lint: lint:
stage: test stage: test
image: image:
name: alpine/helm:3.16.2 name: alpine/helm:3.16.3
entrypoint: ["/bin/sh", "-c"] entrypoint: ["/bin/sh", "-c"]
script: script:
- helm lint $CHART - helm lint $CHART
...@@ -29,7 +29,7 @@ lint: ...@@ -29,7 +29,7 @@ lint:
package_charts: package_charts:
stage: package stage: package
image: image:
name: alpine/helm:3.16.2 name: alpine/helm:3.16.3
entrypoint: ["/bin/sh", "-c"] entrypoint: ["/bin/sh", "-c"]
script: script:
# The helm-push command is broken in Helm 3.7. For more information, # The helm-push command is broken in Helm 3.7. For more information,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment