Skip to content

Commit

Permalink
Try a newer helm version
Browse files Browse the repository at this point in the history
  • Loading branch information
sunu committed Jun 28, 2023
1 parent dc39f10 commit 549681f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
run: kubectl apply -f deployment/k8s/configmap.yaml --namespace project-llllm
- name: 'Set up Helm'
uses: 'Azure/setup-helm@v1'
with:
version: 'v3.12.0'
- name: "Deploy Helm Chart"
run: |
helm upgrade --install project-llllm deployment/helm --create-namespace --namespace project-llllm --set secrets.openai_api_key=${{ secrets.OPENAI_API_KEY }}

0 comments on commit 549681f

Please sign in to comment.