ci: replace image for helm:test job, using ghcr.io/vojtechmares/toolkit
This commit is contained in:
parent
bb1a9403bb
commit
3ebc8f2637
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ test:go:
|
||||||
|
|
||||||
test:helm:
|
test:helm:
|
||||||
stage: test
|
stage: test
|
||||||
image: chainguard/helm:latest
|
image: ghcr.io/vojtechmares/toolkit:latest
|
||||||
script:
|
script:
|
||||||
- helm lint ./deploy
|
- helm lint ./deploy
|
||||||
- helm template ./deploy --values deploy/values.test.yaml
|
- helm template ./deploy --values deploy/values.test.yaml
|
||||||
|
|
|
||||||
Reference in a new issue