From c6cc6057c03c96c40b64d2a02931786d57658120 Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com> Date: Sat, 16 Apr 2022 04:13:06 +0000 Subject: [PATCH] chore(deps): update dependency helm/helm to v3.8.2 --- cli/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Dockerfile b/cli/Dockerfile index e720af2a5..63eb0c410 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.1 +ARG HELM_VERSION=v3.8.2 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