change version
All checks were successful
Build Helm Chart / helm-package (push) Successful in 3s

This commit is contained in:
Marko Oldenburg 2024-09-18 17:05:25 +02:00
parent bd07e88308
commit b5f66a8798
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"