This commit is contained in:
@@ -41,4 +41,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload Helm Package to repo
|
- name: Upload Helm Package to repo
|
||||||
run: |
|
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
|
category: Houseautomation
|
||||||
licenses: GPL'd
|
licenses: GPL'd
|
||||||
type: application
|
type: application
|
||||||
version: 4.0.5
|
version: 4.0.4
|
||||||
appVersion: "4.0.5-bullseye"
|
appVersion: "4.0.5-bullseye"
|
||||||
|
Reference in New Issue
Block a user