diff --git a/.github/helm-docs.sh b/.github/helm-docs.sh index eb792f84..3502ce7d 100755 --- a/.github/helm-docs.sh +++ b/.github/helm-docs.sh @@ -6,7 +6,7 @@ export PATH="./.bin:$PATH" set -euxo pipefail # renovate: datasource=github-releases depName=helm-docs packageName=norwoodj/helm-docs -HELM_DOCS_VERSION=1.11.2 +HELM_DOCS_VERSION=1.11.3 # install helm-docs curl --silent --show-error --fail --location --output /tmp/helm-docs.tar.gz https://github.com/norwoodj/helm-docs/releases/download/v"${HELM_DOCS_VERSION}"/helm-docs_Linux_x86_64.tar.gz