We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0908ef + 19d0ff0 commit 0f1a02dCopy full SHA for 0f1a02d
.github/workflows/onyx-pipeline-webserver.yaml
@@ -1,4 +1,4 @@
1
-name: COrtexAI Chat Frontend
+name: CortexAI Chat Frontend
2
3
on:
4
push:
@@ -63,6 +63,9 @@ jobs:
63
run: |
64
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
65
66
+ - name: Build Helm chart dependencies
67
+ run: helm dependency build ./deployment/helm/charts/onyx
68
+
69
- name: Deploy using Helm
70
env:
71
KUBECONFIG: ${{ github.workspace }}/kubeconfig
0 commit comments