chore: Push to chart repository directly
Some checks failed
Container & Helm chart / Semantic Release (Dry-run) (push) Successful in 35s
Container & Helm chart / Helm chart (push) Failing after 15s
Container & Helm chart / Container image (push) Successful in 59s

This commit is contained in:
Danny Bessems 2024-02-28 15:09:54 +11:00
parent 24fde16871
commit c78e5df746

View File

@ -82,15 +82,17 @@ jobs:
- name: Package helm chart into archive
run: |
helm package ./charts/spamasaurusrex
- name: Add target helm repository
run: |
strace helm repo add \
--username $GIT_USERNAME \
--password $GIT_APIKEY \
spamasaurus \
https://code.spamasaurus.com/api/packages/$GIT_USERNAME/helm
# - name: Add target helm repository
# run: |
# helm repo add \
# --username $GIT_USERNAME \
# --password $GIT_APIKEY \
# spamasaurus \
# https://code.spamasaurus.com/api/packages/$GIT_USERNAME/helm
- name: Push helm chart
run: |
helm cm-push \
--username $GIT_USERNAME \
--password $GIT_APIKEY \
spamasaurusrex-*.tgz \
spamasaurus
https://code.spamasaurus.com/api/packages/$GIT_USERNAME/helm