fix(Chart): escape changelog messages for artifacthub
All checks were successful
Helm / helm-lint (push) Successful in 12s
Helm / helm-unittest (push) Successful in 17s

This commit is contained in:
2025-06-06 22:05:52 +02:00
parent 975eaa0d5d
commit 39c064c8b4
2 changed files with 13 additions and 9 deletions

View File

@ -14,7 +14,7 @@ jobs:
- name: Install tooling
run: |
apk update
apk add git npm yq
apk add git npm jq yq
- uses: actions/checkout@v4
with: