From 405d0e71c5fc550b82b3b0e1486c7142ed4faab1 Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com> Date: Mon, 21 Mar 2022 18:50:26 +0000 Subject: [PATCH] chore(deps): update dependency helm/helm to v3.8.1 --- cli/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Dockerfile b/cli/Dockerfile index d56dbec22..26e62eb60 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.6.3 +ARG HELM_VERSION=v3.8.1 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