diff --git a/images/tools/Earthfile b/images/tools/Earthfile index 66da8bc27720eb5bf2d7ab69b63ff9528c7286a0..f908529b0ece5f5aef965fb6938329f2822b8634 100644 --- a/images/tools/Earthfile +++ b/images/tools/Earthfile @@ -38,7 +38,7 @@ helm: FROM ../mirror+fedora # renovate: datasource=github-releases depName=helm/helm - ARG HELM_VERSION=v3.13.1 + ARG HELM_VERSION=v3.13.3 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 \