diff --git a/images/tools/Earthfile b/images/tools/Earthfile index 31447faccb4115022918ac87226210cc4516f7c6..cee0dc2ea4b7818cacd56be8b44895d8fc668324 100644 --- a/images/tools/Earthfile +++ b/images/tools/Earthfile @@ -110,7 +110,7 @@ helm-docs: FROM ../mirror+fedora # renovate: datasource=github-releases depName=norwoodj/helm-docs - ARG HELM_DOCS_VERSION=v1.11.3 + ARG HELM_DOCS_VERSION=v1.12.0 ENV HELM_DOCS_VERSION=${HELM_DOCS_VERSION} RUN curl -L https://github.com/norwoodj/helm-docs/releases/download/${HELM_DOCS_VERSION}/helm-docs_$(sed 's/^v//g' <<<${HELM_DOCS_VERSION})_Linux_x86_64.tar.gz | tar xvzf - helm-docs \