From 6eb0e36fab6f3d1651c191b24b03fa2b7353ec22 Mon Sep 17 00:00:00 2001
From: Varac renovate bot <renovatebot@varac.net>
Date: Wed, 25 Dec 2024 02:13:17 +0000
Subject: [PATCH] Update alpine/helm Docker tag to v3.16.4

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

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