diff --git a/images/tools/Earthfile b/images/tools/Earthfile index d56b31910a646dd3e0ee447a4db5c1dfa9e71138..3a2733186309e6491abeb8409fdfbd4d122e509b 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.14.0 + ARG HELM_VERSION=v3.14.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 \