From 71c60d50404aa84831c81da18e828c68d2ba2192 Mon Sep 17 00:00:00 2001
From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com>
Date: Thu, 19 May 2022 04:19:15 +0000
Subject: [PATCH] chore(deps): update dependency helm/helm to v3.9.0

---
 cli/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cli/Dockerfile b/cli/Dockerfile
index a2fb143a0..3fe8282f3 100644
--- a/cli/Dockerfile
+++ b/cli/Dockerfile
@@ -18,7 +18,7 @@ RUN curl -LO "https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/linux/amd64/kubec
 FROM registry.fedoraproject.org/fedora:35 as helm
 
 # renovate: datasource=github-releases depName=helm/helm
-ARG HELM_VERSION=v3.8.2
+ARG HELM_VERSION=v3.9.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