From 82d93fc4500562194b927d8eb430eea84f267a00 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 14 Mar 2025 20:32:55 -0500 Subject: [PATCH] change config --- .gitea/workflows/release-charts-cloudflared.yml | 2 +- .gitea/workflows/release-charts-generic-device-plugin.yml | 2 +- .gitea/workflows/release-charts-postgres-cluster.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/release-charts-cloudflared.yml b/.gitea/workflows/release-charts-cloudflared.yml index 526c15f..cdd089e 100644 --- a/.gitea/workflows/release-charts-cloudflared.yml +++ b/.gitea/workflows/release-charts-cloudflared.yml @@ -39,7 +39,7 @@ 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 repo add --username ${{ gitea.actor }} --password ${{ secrets.REPOSITORY_TOKEN }} helm-charts https://${{ vars.REPOSITORY_HOST }}/api/packages/alexlebens/helm helm cm-push ${{ env.PACKAGE_PATH }} helm-charts - name: Extract Chart Metadata diff --git a/.gitea/workflows/release-charts-generic-device-plugin.yml b/.gitea/workflows/release-charts-generic-device-plugin.yml index 110a6e6..d7fc5d0 100644 --- a/.gitea/workflows/release-charts-generic-device-plugin.yml +++ b/.gitea/workflows/release-charts-generic-device-plugin.yml @@ -39,7 +39,7 @@ 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 repo add --username ${{ gitea.actor }} --password ${{ secrets.REPOSITORY_TOKEN }} helm-charts https://${{ vars.REPOSITORY_HOST }}/api/packages/alexlebens/helm helm cm-push ${{ env.PACKAGE_PATH }} helm-charts - name: Extract Chart Metadata diff --git a/.gitea/workflows/release-charts-postgres-cluster.yml b/.gitea/workflows/release-charts-postgres-cluster.yml index 3acc05c..b0e94df 100644 --- a/.gitea/workflows/release-charts-postgres-cluster.yml +++ b/.gitea/workflows/release-charts-postgres-cluster.yml @@ -39,7 +39,7 @@ 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 repo add --username ${{ gitea.actor }} --password ${{ secrets.REPOSITORY_TOKEN }} helm-charts https://${{ vars.REPOSITORY_HOST }}/api/packages/alexlebens/helm helm cm-push ${{ env.PACKAGE_PATH }} helm-charts - name: Extract Chart Metadata