diff --git a/images/koolbox/Dockerfile b/images/koolbox/Dockerfile index be4510a75cc6f783f995a03552c91715f87beda9..68ef2b8bd938c9451179f6101b92ed969d5b0dc0 100644 --- a/images/koolbox/Dockerfile +++ b/images/koolbox/Dockerfile @@ -27,7 +27,7 @@ FROM quay.io/git-chglog/git-chglog:0.15.2 as git-chglog FROM quay.io/fedora/fedora:36 as helm # renovate: datasource=github-releases depName=helm/helm -ARG HELM_VERSION=v3.10.3 +ARG HELM_VERSION=v3.11.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 \