From 06f6620f79a47cd2217ca601d28aedc48075656f Mon Sep 17 00:00:00 2001
From: Varac renovate bot <renovatebot@varac.net>
Date: Fri, 12 Aug 2022 02:08:01 +0000
Subject: [PATCH] Update alpine/helm Docker tag to v3.9.3

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 92183a6..c52012d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,7 +16,7 @@ stages:
 lint:
   stage: test
   image:
-    name: alpine/helm:3.9.2
+    name: alpine/helm:3.9.3
     entrypoint: ["/bin/sh", "-c"]
   script:
     - helm lint $CHART
@@ -29,7 +29,7 @@ lint:
 package_charts:
   stage: package
   image:
-    name: alpine/helm:3.9.2
+    name: alpine/helm:3.9.3
     entrypoint: ["/bin/sh", "-c"]
   script:
     # The helm-push command is broken in Helm 3.7. For more information,
-- 
GitLab