add plugin

This commit is contained in:
2025-03-14 15:18:10 -05:00
parent 673a8c686f
commit c060846f7b
3 changed files with 6 additions and 3 deletions

View File

@@ -36,8 +36,9 @@ jobs:
- name: Publish Helm Chart to Gitea
run: |
helm plugin install https://github.com/chartmuseum/helm-push
helm repo add --username ${{ github.actor }} --password ${{ secrets.REPOSITORY_TOKEN }} helm-charts https://${{ vars.REPOSITORY_HOST }}/api/packages/alexlebens/helm
helm push ${{ env.PACKAGE_PATH }} helm-charts
helm cm-push ${{ env.PACKAGE_PATH }} helm-charts
- name: Release Helm Chart
uses: akkuman/gitea-release-action@v1

View File

@@ -36,8 +36,9 @@ jobs:
- name: Publish Helm Chart to Gitea
run: |
helm plugin install https://github.com/chartmuseum/helm-push
helm repo add --username ${{ github.actor }} --password ${{ secrets.REPOSITORY_TOKEN }} helm-charts https://${{ vars.REPOSITORY_HOST }}/api/packages/alexlebens/helm
helm push ${{ env.PACKAGE_PATH }} helm-charts
helm cm-push ${{ env.PACKAGE_PATH }} helm-charts
- name: Release Helm Chart
uses: akkuman/gitea-release-action@v1

View File

@@ -36,8 +36,9 @@ jobs:
- name: Publish Helm Chart to Gitea
run: |
helm plugin install https://github.com/chartmuseum/helm-push
helm repo add --username ${{ github.actor }} --password ${{ secrets.REPOSITORY_TOKEN }} helm-charts https://${{ vars.REPOSITORY_HOST }}/api/packages/alexlebens/helm
helm push ${{ env.PACKAGE_PATH }} helm-charts
helm cm-push ${{ env.PACKAGE_PATH }} helm-charts
- name: Release Helm Chart
uses: akkuman/gitea-release-action@v1