From fef95ff9eb1aaddb00cca06171d784eb13a242a9 Mon Sep 17 00:00:00 2001 From: liquidrinu Date: Thu, 22 May 2025 14:03:46 +0200 Subject: [PATCH] ci: install helm before deploy --- .gitea/workflows/deploy.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 57aabd5..4d20719 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -74,6 +74,10 @@ jobs: run: | kubectl delete job fusero-backend-db-init -n fusero-prod || true + - name: Install Helm + run: | + curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash + - name: Deploy to Kubernetes run: | helm upgrade --install fusero ./chart \