From 9dd10693445ec2748329bcd3e2178a770e929739 Mon Sep 17 00:00:00 2001 From: Tarashish Mishra Date: Mon, 25 Nov 2024 16:59:35 +0530 Subject: [PATCH] Fix repo name --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 5308528..a68f3b8 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -100,7 +100,7 @@ jobs: - name: Helm Deploy Langfuse if: github.event_name == 'push' && github.ref == 'refs/heads/main' working-directory: ./helm - run: helm upgrade --install langfuse langfuse-k8s/langfuse -f langfuse/values.yaml \ + run: helm upgrade --install langfuse langfuse/langfuse -f langfuse/values.yaml \ --set postgresql.auth.password=${{ secrets.DATABASE_PASSWORD }} \ --set langfuse.nextauth.secret=${{ secrets.LANGFUSE_NEXTAUTH_SECRET }} \ --set langfuse.salt=${{ secrets.LANGFUSE_SALT }}