Skip to content
Snippets Groups Projects

chore(deps): update quay.io/helmpack/chart-testing docker tag to v3.9.0

Merged Botaniker (Bot) requested to merge renovate/quay.io-helmpack-chart-testing-3.x into main
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -13,7 +13,7 @@
chart-package:
stage: build
extends: .chart-matrix
image: quay.io/helmpack/chart-testing:v3.8.0
image: quay.io/helmpack/chart-testing:v3.9.0
script:
- export TMP_DIR=$(mktemp -d)
- helm package charts/${CHART} -d "$TMP_DIR"
@@ -27,7 +27,7 @@ chart-package:
chart-helm-lint:
stage: lint
extends: .chart-matrix
image: quay.io/helmpack/chart-testing:v3.8.0
image: quay.io/helmpack/chart-testing:v3.9.0
script:
- helm lint --strict charts/${CHART}
rules:
Loading