From bd6e0c7f8fbab8edf88d9bc06a03117de203c6b0 Mon Sep 17 00:00:00 2001
From: Varac renovate bot <renovatebot@varac.net>
Date: Tue, 19 Dec 2023 02:09:39 +0000
Subject: [PATCH] Update alpine/helm Docker tag to v3.13.3

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

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