This commit is contained in:
parent
bd07e88308
commit
b5f66a8798
@ -41,4 +41,4 @@ jobs:
|
||||
|
||||
- name: Upload Helm Package to repo
|
||||
run: |
|
||||
#curl --user ${{ secrets.USER }}:${{ secrets.TOKEN }} -X POST --upload-file ./${{ steps.get_version.outputs.app }}-${{ steps.get_version.outputs.tag }}.tgz ${{ vars.HELMREGISTRY }}/api/packages/${{ vars.OWNER }}/helm/api/charts
|
||||
curl --user ${{ secrets.USER }}:${{ secrets.TOKEN }} -X POST --upload-file ./${{ steps.get_version.outputs.app }}-${{ steps.get_version.outputs.tag }}.tgz ${{ vars.HELMREGISTRY }}/api/packages/${{ vars.OWNER }}/helm/api/charts
|
||||
|
@ -20,5 +20,5 @@ annotations:
|
||||
category: Houseautomation
|
||||
licenses: GPL'd
|
||||
type: application
|
||||
version: 4.0.5
|
||||
version: 4.0.4
|
||||
appVersion: "4.0.5-bullseye"
|
||||
|
Loading…
Reference in New Issue
Block a user