From 4a26a60ab88e6ee567bda1d2a0cdf2ca0b9d1de3 Mon Sep 17 00:00:00 2001 From: Lars Date: Sat, 6 Jan 2024 11:13:50 +0100 Subject: [PATCH] Updated --- .gitea/workflows/upload-helm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/upload-helm.yml b/.gitea/workflows/upload-helm.yml index d095b7d..39895bd 100644 --- a/.gitea/workflows/upload-helm.yml +++ b/.gitea/workflows/upload-helm.yml @@ -21,4 +21,4 @@ jobs: 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 + https://git.cloudyne.io/api/packages/helm/helm/api/charts \ No newline at end of file