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

ci(charts): Add strict helm liniting for all charts

parent fcbf2fc1
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,20 @@ chart-package: ...@@ -20,6 +20,20 @@ chart-package:
changes: changes:
- charts/${CHART}/Chart.yaml - charts/${CHART}/Chart.yaml
chart-helm-lint:
stage: lint
extends: .chart-matrix
image: quay.io/helmpack/chart-testing:v3.7.1
script:
- helm lint --strict charts/${CHART}
rules:
- if: '$CI_PIPELINE_SOURCE == "push"'
changes:
paths:
- charts/${CHART}/**/*
compare_to: main
chart-helm-unittest: chart-helm-unittest:
stage: lint stage: lint
extends: .chart-matrix extends: .chart-matrix
......
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