diff --git a/.gitea/workflows/upload-helm.yml b/.gitea/workflows/upload-helm.yml index bb80618..bd956ee 100644 --- a/.gitea/workflows/upload-helm.yml +++ b/.gitea/workflows/upload-helm.yml @@ -19,6 +19,6 @@ jobs: - name: Upload Helm Chart run: | curl --request POST \ - -H "Authorization: Bearer ${{ secrets.GITEA_TOKEN }}" \ - --form "chart=@wordyne-${HELM_CHART_VERSION}.tgz" \ - https://git.cloudyne.io/api/packages/helm/helm/charts \ No newline at end of file + --user "${HELM_USER}:${HELM_PASS}" \ + --upload-file "wordyne-${HELM_CHART_VERSION}.tgz" \ + https://helm.cloudyne.io/api/charts diff --git a/Chart/Chart.yaml b/Chart/Chart.yaml index 8f5b296..8dcbc0e 100644 --- a/Chart/Chart.yaml +++ b/Chart/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: wordyne description: Helm chart for deploying pre-built website containers to kubernetes clusters type: application -version: "1.0.24" +version: "1.0.27" appVersion: "6.2.2" diff --git a/wordyne-1.0.27.tgz b/wordyne-1.0.27.tgz new file mode 100644 index 0000000..d2884a6 Binary files /dev/null and b/wordyne-1.0.27.tgz differ