From 3ebc8f2637a85bf0d9cef42ad1017279586f08af Mon Sep 17 00:00:00 2001 From: Vojtech Mares Date: Mon, 24 Jun 2024 10:01:27 +0200 Subject: [PATCH] ci: replace image for helm:test job, using ghcr.io/vojtechmares/toolkit --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 57d5783..4abaa7e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,7 +28,7 @@ test:go: test:helm: stage: test - image: chainguard/helm:latest + image: ghcr.io/vojtechmares/toolkit:latest script: - helm lint ./deploy - helm template ./deploy --values deploy/values.test.yaml