diff --git a/cli/Dockerfile b/cli/Dockerfile index a2fb143a08f02eaf0f8052a63b9fa8baafa872e2..3fe8282f3fcd6aa9ae94f177cce409ec3f6a9bce 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 \