Skip to content

Commit

Permalink
Pin Ollama helm chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
sunu committed Dec 5, 2024
1 parent 9e87f55 commit 9aad2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Helm Deploy Ollama
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
working-directory: ./helm
run: helm upgrade --install ollama ollama-helm/ollama -f ollama/values.yaml
run: helm upgrade --install ollama ollama-helm/ollama --version 0.69.0 -f ollama/values.yaml
- name: Helm Deploy Langfuse
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
working-directory: ./helm
Expand Down

0 comments on commit 9aad2c9

Please sign in to comment.