Skip to content

Commit

Permalink
fix(container): update image docker.io/ollama/ollama to v0.2.2
Browse files Browse the repository at this point in the history
| datasource | package                 | from  | to    |
| ---------- | ----------------------- | ----- | ----- |
| docker     | docker.io/ollama/ollama | 0.2.1 | 0.2.2 |
  • Loading branch information
rosey-the-renovator-bot[bot] authored Jul 12, 2024
1 parent f0c0104 commit 70e458b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/main/apps/ai/ollama/backend/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
replicaCount: 1
image:
repository: docker.io/ollama/ollama
tag: "0.2.1" # Leave it empty to use the chart's default version
tag: "0.2.2" # Leave it empty to use the chart's default version
ollama:
gpu:
# Enable GPU integration
Expand Down

0 comments on commit 70e458b

Please sign in to comment.