Unverified Commit 215f62c9 authored by torgiren's avatar torgiren
Browse files

use helm:3.6.3 because 3.7.0 is broken

Signed-off-by: torgiren's avatarMarcin Fabrykowski <git@fabrykowski.pl>
parent a445299c
1 merge request!24use helm:3.6.3 because 3.7.0 is broken
Showing with 2 additions and 2 deletions
+2 -2
......@@ -6,7 +6,7 @@ stages:
upload:
stage: upload
image:
name: alpine/helm:latest
name: alpine/helm:3.6.3
before_script:
- apk add --no-cache ca-certificates git curl yq
- helm plugin install https://github.com/chartmuseum/helm-push.git
......@@ -19,7 +19,7 @@ upload:
lint:
stage: checks
image: alpine/helm:latest
image: alpine/helm:3.6.3
before_script:
script:
- export VERSION=$(git describe --tags)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment