Skip to content
Snippets Groups Projects
Verified Commit a5f8f617 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

ci(gitlab-ci): Use SI-Koolbox for chart releases

parent b73536f7
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
chart-package: chart-package:
stage: build stage: build
extends: .chart-matrix extends: .chart-matrix
image: quay.io/helmpack/chart-testing:v3.9.0 image: quay.io/shivering-isles/koolbox:0.5.0
script: script:
- export TMP_DIR=$(mktemp -d) - export TMP_DIR=$(mktemp -d)
- | - |
...@@ -32,7 +32,7 @@ chart-package: ...@@ -32,7 +32,7 @@ chart-package:
chart-helm-lint: chart-helm-lint:
stage: lint stage: lint
extends: .chart-matrix extends: .chart-matrix
image: quay.io/helmpack/chart-testing:v3.9.0 image: quay.io/shivering-isles/koolbox:0.5.0
script: script:
- helm lint --strict charts/${CHART} - helm lint --strict charts/${CHART}
rules: rules:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment