diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index 43f27d6..ec4ff4c 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -24,6 +24,18 @@ jobs: git config user.name "$GITHUB_ACTOR" git config user.email "$GITHUB_ACTOR@users.noreply.github.com" + - name: Install Helm + uses: azure/setup-helm@v4.3.0 + with: + version: v3.16.0 + + - name: Add Helm repositories and update dependencies + run: | + helm repo add qdrant https://qdrant.github.io/qdrant-helm + helm repo add ollama https://otwld.github.io/ollama-helm + helm repo update + helm dependency update charts/nextcloud-mcp-server + - name: Run chart-releaser uses: helm/chart-releaser-action@cae68fefc6b5f367a0275617c9f83181ba54714f # v1.7.0 env: