This commit is contained in:
parent
28ab963aa4
commit
f732686845
@ -17,11 +17,8 @@ jobs:
|
||||
|
||||
- uses: azure/setup-helm@v4.2.0
|
||||
|
||||
- name: Login to Repo
|
||||
run: helm registry login -u ${{ secrets.REPO_USERNAME }} -p ${{ secrets.REPO_TOKEN }} gitea.sheep-ghoul.ts.net
|
||||
|
||||
- name: Package Chart
|
||||
run: helm package -u charts/selector
|
||||
|
||||
- name: Push Chart
|
||||
run: helm push Selector-0.0.1.tgz oci://gitea.sheep-ghoul.ts.net/sarsoo/helm-charts
|
||||
run: curl --user ${{ secrets.REPO_USERNAME }}:${{ secrets.REPO_TOKEN }} -X POST --upload-file ./selector-0.0.1.tgz https://gitea.sheep-ghoul.ts.net/api/packages/${{ secrets.REPO_USERNAME }}/helm/api/charts
|
||||
|
@ -1,5 +1,5 @@
|
||||
apiVersion: v2
|
||||
name: Selector
|
||||
name: selector
|
||||
description: Helm charts for the Selector Spotify monitoring system
|
||||
home: https://selector.sarsoo.xyz
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user