d1f5dca573
With every push on main/master branch of that repository, the referenced tarball is replaced, causing npm integrity checks to fail. Locking the used reference to a specific commit hash is more reliable. There is an open issue regarding publishing on NPM. As long as this is not resolved, we would need to use this workaround to get updates. (https://github.com/bitnami-labs/readme-generator-for-helm/issues/36) Signed-off-by: justusbunsi <sk.bunsenbrenner@gmail.com> Co-authored-by: justusbunsi <sk.bunsenbrenner@gmail.com> Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/369 Reviewed-by: pat-s <pat-s@noreply.gitea.io> Reviewed-by: techknowlogick <techknowlogick@gitea.io> Co-authored-by: justusbunsi <justusbunsi@noreply.gitea.io> Co-committed-by: justusbunsi <justusbunsi@noreply.gitea.io>
20 lines
557 B
JSON
20 lines
557 B
JSON
{
|
|
"name": "gitea-helm-chart",
|
|
"homepage": "https://gitea.com/gitea/helm-chart.git",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"engineStrict": true,
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=8.0.0"
|
|
},
|
|
"scripts": {
|
|
"readme:lint": "markdownlint *.md -f",
|
|
"readme:parameters": "readme-generator -v values.yaml -r README.md"
|
|
},
|
|
"devDependencies": {
|
|
"markdownlint-cli": "^0.31.1",
|
|
"readme-generator-for-helm": "https://github.com/bitnami-labs/readme-generator-for-helm/tarball/498ea5d19478a36556f1636e1e041a7510d09289"
|
|
}
|
|
}
|