From b14e752389cc7fb3f13d798c0fd4281d91cb0e0a Mon Sep 17 00:00:00 2001 From: Tigran Mkrtchyan Date: Fri, 9 Feb 2024 08:59:14 +0100 Subject: [PATCH] ci: use dtzar/helm-kubectl:latest image --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7457c69..805c92d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ stages: package: stage: package - image: devth/helm:latest + image: dtzar/helm-kubectl:latest script: - 'helm package .' artifacts: