From fbfa7e61cf6f9da9d9c5a01df6bb274db95c8095 Mon Sep 17 00:00:00 2001
From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com>
Date: Thu, 18 Jan 2024 06:07:53 +0000
Subject: [PATCH] chore(deps): update dependency helm/helm to v3.14.0

---
 images/tools/Earthfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/images/tools/Earthfile b/images/tools/Earthfile
index 96c1a70db..72af0c693 100644
--- a/images/tools/Earthfile
+++ b/images/tools/Earthfile
@@ -38,7 +38,7 @@ helm:
     FROM ../mirror+fedora
 
     # renovate: datasource=github-releases depName=helm/helm
-    ARG HELM_VERSION=v3.13.3
+    ARG HELM_VERSION=v3.14.0
     ENV HELM_VERSION=${HELM_VERSION}
 
     RUN curl -L "https://get.helm.sh/helm-${HELM_VERSION}-linux-amd64.tar.gz" | tar xvzf - linux-amd64/helm --strip-components=1 \
-- 
GitLab