Skip to content

Commit

Permalink
lock helm version in gitlab to 2.15.2 due to this bug:
Browse files Browse the repository at this point in the history
  • Loading branch information
t83714 committed Nov 8, 2019
1 parent 29ab0f7 commit 32b3ee2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Expand Up @@ -484,7 +484,7 @@ dockerize:dockerExtensions:
cache:
paths: []
image:
name: dtzar/helm-kubectl
name: dtzar/helm-kubectl:2.15.2
retry: 1
environment:
name: preview/$CI_COMMIT_REF_NAME
Expand Down Expand Up @@ -550,7 +550,7 @@ Stop Preview: &stopPreview
cache:
paths: []
image:
name: dtzar/helm-kubectl
name: dtzar/helm-kubectl:2.15.2
retry: 1
before_script: []
environment:
Expand All @@ -568,7 +568,7 @@ Deploy Master To Dev:
- master
cache: {}
image:
name: dtzar/helm-kubectl
name: dtzar/helm-kubectl:2.15.2
retry: 1
before_script: []
environment:
Expand Down Expand Up @@ -609,7 +609,7 @@ Publish Helm Chart:
- triggers
dependencies: []
image:
name: dtzar/helm-kubectl
name: dtzar/helm-kubectl:2.15.2
cache:
key: $CI_JOB_NAME
paths:
Expand Down

0 comments on commit 32b3ee2

Please sign in to comment.