WIP
Some checks failed
generate-chart / generate-chart-publish (push) Failing after 1m55s

This commit is contained in:
Markus Pesch 2025-06-06 20:56:50 +02:00
parent 154da3c94c
commit 4968a19d49
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -88,6 +88,9 @@ jobs:
# OLD_TAG="$(git tag --sort=-version:refname | head --lines 2 | tail --lines 1)"
.gitea/scripts/add-annotations.sh "${OLD_TAG}" "${NEW_TAG}"
- name: Print Chart.yaml
run: cat Chart.yaml
# # Using helm gpg plugin as 'helm package --sign' has issues with gpg2: https://github.com/helm/helm/issues/2843
# - name: package chart
# run: |