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