diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0e9ef085e0ab5e8d472d39165ca6f79c59248507..a263414e68dae5a60a94a0c34c57dcf5cc31541d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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"