Skip to content
Snippets Groups Projects

chore(deps): update quay.io/helmpack/chart-testing docker tag to v3.8.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
@@ -10,7 +10,7 @@
@@ -10,7 +10,7 @@
chart-package:
chart-package:
stage: build
stage: build
extends: .chart-matrix
extends: .chart-matrix
image: quay.io/helmpack/chart-testing:v3.7.1
image: quay.io/helmpack/chart-testing:v3.8.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"
@@ -24,7 +24,7 @@ chart-package:
@@ -24,7 +24,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.7.1
image: quay.io/helmpack/chart-testing:v3.8.0
script:
script:
- helm lint --strict charts/${CHART}
- helm lint --strict charts/${CHART}
rules:
rules:
Loading