fix(npm): update packages
All checks were successful
Helm / helm-lint (push) Successful in 15s
Generate README / generate-parameters (push) Successful in 23s
Helm / helm-unittest (push) Successful in 17s
Markdown linter / markdown-link-checker (push) Successful in 29s
Markdown linter / markdown-lint (push) Successful in 28s

This commit is contained in:
2025-07-23 18:28:10 +02:00
parent 69490c126b
commit 7d451e0161
2 changed files with 923 additions and 7 deletions

926
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -14,6 +14,8 @@
"readme:parameters": "readme-generator -v values.yaml -r README.md"
},
"devDependencies": {
"@bitnami/readme-generator-for-helm": "^2.5.0"
"@bitnami/readme-generator-for-helm": "^2.5.0",
"markdown-link-check": "^3.13.6",
"markdownlint-cli": "^0.45.0"
}
}