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

Merge remote-tracking branch 'origin/renovate/quay.io-helmpack-chart-testing-3.x'

parents 620bec24 0d885b8e
No related branches found
No related tags found
1 merge request!757chore(deps): update quay.io/helmpack/chart-testing docker tag to v3.9.0
...@@ -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.8.0 image: quay.io/helmpack/chart-testing:v3.9.0
script: script:
- export TMP_DIR=$(mktemp -d) - export TMP_DIR=$(mktemp -d)
- helm package charts/${CHART} -d "$TMP_DIR" - helm package charts/${CHART} -d "$TMP_DIR"
...@@ -27,7 +27,7 @@ chart-package: ...@@ -27,7 +27,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.8.0 image: quay.io/helmpack/chart-testing:v3.9.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.
Please register or to comment