From 48425fe623185bab4dd085f8cca020555f0df20a Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com> Date: Sat, 25 Mar 2023 06:12:50 +0000 Subject: [PATCH] chore(deps): update quay.io/helmpack/chart-testing docker tag to v3.8.0 --- charts/.utils/gitlab-ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/.utils/gitlab-ci.yaml b/charts/.utils/gitlab-ci.yaml index b4295940e..c37298fae 100644 --- a/charts/.utils/gitlab-ci.yaml +++ b/charts/.utils/gitlab-ci.yaml @@ -10,7 +10,7 @@ chart-package: stage: build extends: .chart-matrix - image: quay.io/helmpack/chart-testing:v3.7.1 + image: quay.io/helmpack/chart-testing:v3.8.0 script: - export TMP_DIR=$(mktemp -d) - helm package charts/${CHART} -d "$TMP_DIR" @@ -24,7 +24,7 @@ chart-package: chart-helm-lint: stage: lint extends: .chart-matrix - image: quay.io/helmpack/chart-testing:v3.7.1 + image: quay.io/helmpack/chart-testing:v3.8.0 script: - helm lint --strict charts/${CHART} rules: -- GitLab