diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index c72efe4..aa9ba55 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -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 diff --git a/Chart.yaml b/Chart.yaml index cd44618..23e3f05 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -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"