Skip to content
Snippets Groups Projects
Commit 1037e4c9 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

Use pasteur helm image

parent 236caf63
No related branches found
No related tags found
1 merge request!60Postgres operator 50
Pipeline #80354 canceled
......@@ -51,7 +51,7 @@ services:
.deploy:
stage: deploy
image: alpine/helm:3.2.4
image: harbor.pasteur.fr/kube-system/helm-kubectl:3.4.0
before_script:
- helm version
variables:
......@@ -222,7 +222,7 @@ delete-helm-release:
- master
stage: deploy
when: manual
image: alpine/helm:3.2.4
image: harbor.pasteur.fr/kube-system/helm-kubectl:3.4.0
variables:
GIT_STRATEGY: none # important to not checkout source when branch is deleted
NAMESPACE: "cc-qtl-dev"
......@@ -236,7 +236,7 @@ delete-helm-release:
delete-helm-release-prod:
stage: deploy
when: manual
image: alpine/helm:3.2.4
image: harbor.pasteur.fr/kube-system/helm-kubectl:3.4.0
variables:
GIT_STRATEGY: none # important to not checkout source when branch is deleted
NAMESPACE: "cc-qtl-prod"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment