You've already forked prometheus-postgres-exporter
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
16fc04383d
|
@@ -127,15 +127,15 @@ jobs:
|
|||||||
#
|
#
|
||||||
# https://github.com/helm/helm/issues/31866
|
# https://github.com/helm/helm/issues/31866
|
||||||
#
|
#
|
||||||
if [ -f "${REPOSITORY_NAME}-${PACKAGE_VERSION}.tgz.prov" ]; then
|
# if [ -f "${REPOSITORY_NAME}-${PACKAGE_VERSION}.tgz.prov" ]; then
|
||||||
curl \
|
# curl \
|
||||||
--fail \
|
# --fail \
|
||||||
--show-error \
|
# --show-error \
|
||||||
--request POST \
|
# --request POST \
|
||||||
--user "${CHARTMUSEUM_USERNAME}:${CHARTMUSEUM_PASSWORD}" \
|
# --user "${CHARTMUSEUM_USERNAME}:${CHARTMUSEUM_PASSWORD}" \
|
||||||
--upload-file "${REPOSITORY_NAME}-${PACKAGE_VERSION}.tgz.prov" \
|
# --upload-file "${REPOSITORY_NAME}-${PACKAGE_VERSION}.tgz.prov" \
|
||||||
https://${GITEA_SERVER_HOSTNAME}/api/packages/${REPOSITORY_OWNER}/helm/api/prov
|
# https://${GITEA_SERVER_HOSTNAME}/api/packages/${REPOSITORY_OWNER}/helm/api/prov
|
||||||
fi
|
# fi
|
||||||
|
|
||||||
- name: Upload Chart to Chartmuseum (Helm)
|
- name: Upload Chart to Chartmuseum (Helm)
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user