asd
Some checks failed
Run Helm tests / Execute helm template (push) Successful in 9s
Run Helm tests / Execute helm lint (push) Successful in 17s
Run Helm tests / Execute helm unittest (push) Successful in 28s
Markdown linter / Execute npm run readme:lint (push) Successful in 8s
Markdown linter / Execute npm run readme:link (push) Successful in 35s
Markdown linter / Execute npm run readme:parameters (push) Successful in 9s
Release / publish-chart (push) Failing after 57s
Release / publish-release-notes (push) Has been skipped

This commit is contained in:
2026-02-15 19:53:58 +01:00
parent 146e2cf1a5
commit 2b37bdfa32

View File

@@ -118,7 +118,7 @@ jobs:
--show-error \ --show-error \
--request POST \ --request POST \
--user "${REPOSITORY_OWNER}:${GITEA_REGISTRY_TOKEN}" \ --user "${REPOSITORY_OWNER}:${GITEA_REGISTRY_TOKEN}" \
--upload-file "${REPOSITORY_NAME}-${PACKAGE_VERSION}.tgz" \ --upload-file "${package}" \
https://${GITEA_SERVER_HOSTNAME}/api/packages/${REPOSITORY_OWNER}/helm/api/charts https://${GITEA_SERVER_HOSTNAME}/api/packages/${REPOSITORY_OWNER}/helm/api/charts
done done