.github/renovate-entrypoint.sh
1
#!/usr/bin/env bash
2
set -euo pipefail
5
# renovate: datasource=github-releases depName=norwoodj/helm-docs
6
HELM_DOCS_VERSION=1.14.2
7
curl -fsSL \
8
"https://github.com/norwoodj/helm-docs/releases/download/v${HELM_DOCS_VERSION#v}/helm-docs_${HELM_DOCS_VERSION#v}_Linux_x86_64.tar.gz" \
9
| tar -xz -C /usr/local/bin helm-docs
10
helm-docs --version
12
runuser -u ubuntu renovate