snapshot of 8b9e9fcfc8b13c2d29024f6f756b28bc6851512b Annotations about the code that implements koment.

.github/renovate-entrypoint.sh

1 #!/usr/bin/env bash
2 set -euo pipefail
3
4 # The shared home-operations preset attaches helm-docs as a post-upgrade task
5 # and Renovate's container does not carry it, while `mise run generate-check`
6 # fails on a chart README that was not regenerated. The version is pinned and
7 # Renovate updates it here like any other dependency.
8
9 # renovate: datasource=github-releases depName=norwoodj/helm-docs
10 HELM_DOCS_VERSION=1.14.2
11 curl -fsSL \
12 "https://github.com/norwoodj/helm-docs/releases/download/v${HELM_DOCS_VERSION#v}/helm-docs_${HELM_DOCS_VERSION#v}_Linux_x86_64.tar.gz" \
13 | tar -xz -C /usr/local/bin helm-docs
14 helm-docs --version
15
16 runuser -u ubuntu renovate

Find an annotation

Search file paths, rationale, kinds, and authors.

moveEnter openEsc close