Skip to content
Snippets Groups Projects
Commit c34e8ec9 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.13.1

See merge request !34
parents f764db23 1a471fc2
Branches
Tags
1 merge request!34Update alpine/helm Docker tag to v3.13.1
Pipeline #173706 passed
......@@ -16,7 +16,7 @@ stages:
lint:
stage: test
image:
name: alpine/helm:3.13.0
name: alpine/helm:3.13.1
entrypoint: ["/bin/sh", "-c"]
script:
- helm lint $CHART
......@@ -29,7 +29,7 @@ lint:
package_charts:
stage: package
image:
name: alpine/helm:3.13.0
name: alpine/helm:3.13.1
entrypoint: ["/bin/sh", "-c"]
script:
# 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