From 0d885b8e0bf802fdeab3d354f8205e5ddb70ca51 Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com> Date: Tue, 11 Jul 2023 06:07:58 +0000 Subject: [PATCH] chore(deps): update quay.io/helmpack/chart-testing docker tag to v3.9.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 839b3a3cc..3f875bbd7 100644 --- a/charts/.utils/gitlab-ci.yaml +++ b/charts/.utils/gitlab-ci.yaml @@ -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: -- GitLab