diff --git a/images/tools/Earthfile b/images/tools/Earthfile index 776295c6d3e319cc1839485894fa751ad49ff434..33e0c9d9261b9ab46bc93c3a7974a62b0ed3eae2 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.1 + ARG HELM_VERSION=v3.14.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 \