From 223aba8a988774b9c0d7f421781a70f3be26e80d Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com> Date: Sun, 25 Feb 2024 06:07:56 +0000 Subject: [PATCH] chore(deps): update dependency norwoodj/helm-docs to v1.13.0 --- images/tools/Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/tools/Earthfile b/images/tools/Earthfile index 33e0c9d92..25c16f367 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.12.0 + ARG HELM_DOCS_VERSION=v1.13.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 \ -- GitLab