From b2702ac97ea866bdb8d4cd7c5c36002829a2d8fe Mon Sep 17 00:00:00 2001
From: Bryan Brancotte <bryan.brancotte@pasteur.fr>
Date: Tue, 4 Jun 2024 14:01:33 +0200
Subject: [PATCH] bump version

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b35738c..cb7524d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,7 @@
 upload:
   stage: build
   needs: []
-  image: harbor.pasteur.fr/kube-system/helm-kubectl:3.4.0
+  image: harbor.pasteur.fr/kube-system/helm-kubectl:3.12.0
   variables:
     CHANNEL: "stable"
   script:
-- 
GitLab