Skip to content

Commit

Permalink
fix(ollama): update docker.io/ollama/ollama docker tag to v0.1.42 (#670)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastien-prudhomme committed Jun 8, 2024
1 parent 353a7d9 commit 55680cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/ollama/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: ollama
sources:
- https://github.com/ollama/ollama
- https://github.com/cowboysysop/charts/tree/master/charts/ollama
version: 1.0.3
version: 1.0.4
dependencies:
- name: common
version: 2.19.1
Expand Down
2 changes: 1 addition & 1 deletion charts/ollama/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ The command deletes the release named `my-release` and frees all the kubernetes
| `updateStrategy.type` | Update strategy type (do not change it) | `Recreate` |
| `image.registry` | Image registry | `docker.io` |
| `image.repository` | Image repository | `ollama/ollama` |
| `image.tag` | Image tag | `0.1.39` |
| `image.tag` | Image tag | `0.1.42` |
| `image.digest` | Image digest | `""` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `pdb.create` | Specifies whether a pod disruption budget should be created | `false` |
Expand Down
2 changes: 1 addition & 1 deletion charts/ollama/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ image:
repository: ollama/ollama

## @param image.tag Image tag
tag: 0.1.39
tag: 0.1.42

## @param image.digest Image digest
digest: ""
Expand Down

0 comments on commit 55680cc

Please sign in to comment.