From 6e2f02751491191a25c0fda6d4762ea27b179d9f Mon Sep 17 00:00:00 2001
From: Tom Teichler <tom.teichler@teckids.org>
Date: Tue, 9 Apr 2024 23:14:43 +0200
Subject: [PATCH] fix source image

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 232565e9..ac45287e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -39,7 +39,7 @@ deploy docker image:
   stage: deploy
   tags:
     - teckids-trusted
-  image: bitnami/kubectl:latest
+  image: line/kubectl-kustomize:latest
   script:
     - echo $KUBECONFIG | base64 -d > /tmp/kubeconfig
     - cd deploy/overlays/production
-- 
GitLab