WIP
Some checks failed
generate-chart / generate-chart-publish (push) Failing after 35s

This commit is contained in:
Markus Pesch 2025-06-05 17:54:31 +02:00
parent 6446abae6c
commit 56190eb852
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -63,6 +63,9 @@ jobs:
OLD_TAG="$(git tag --sort=-version:refname | head -n 2 | tail -n 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: |