From 12786f45615f616c78239e55342dda937af09a4e Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com> Date: Tue, 27 Sep 2022 22:08:29 +0000 Subject: [PATCH] chore(deps): update quay.io/helmpack/chart-testing docker tag to v3.7.1 --- charts/.utils/gitlab-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/.utils/gitlab-ci.yaml b/charts/.utils/gitlab-ci.yaml index e9c170c78..69ee2fb90 100644 --- a/charts/.utils/gitlab-ci.yaml +++ b/charts/.utils/gitlab-ci.yaml @@ -8,7 +8,7 @@ chart-package: stage: build extends: .chart-matrix - image: quay.io/helmpack/chart-testing:v3.7.0 + image: quay.io/helmpack/chart-testing:v3.7.1 script: - export TMP_DIR=$(mktemp -d) - helm package charts/${CHART} -d "$TMP_DIR" -- GitLab