chore: Try to use helm-docs via "go install"

Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
pull/3143/head
Marco Maurer 2025-01-27 23:50:18 +01:00
parent 451fc55064
commit 65accc813c
1 changed files with 2 additions and 1 deletions

View File

@ -93,7 +93,8 @@
"postUpgradeTasks": {
"commands": [
"./scripts/renovate-bump-version.sh -c {{parentDir}} -d {{depName}} -v {{newVersion}}",
"./scripts/helm-docs.sh"
"go install github.com/norwoodj/helm-docs/cmd/helm-docs@v1.9.1",
"helm-docs"
]
}
},