Skip to content

Commit

Permalink
feat(ollama): update docker.io/ollama/ollama docker tag to v0.3.4 (#699)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
sebastien-prudhomme and renovate-bot authored Aug 7, 2024
1 parent fdb4b57 commit 5d2b758
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/ollama/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ name: ollama
sources:
- https://github.com/ollama/ollama
- https://github.com/cowboysysop/charts/tree/master/charts/ollama
version: 1.2.1
version: 1.3.0
dependencies:
- name: common
version: 2.20.3
version: 2.21.0
repository: https://charts.bitnami.com/bitnami/
annotations:
artifacthub.io/signKey: |
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.2.1` |
| `image.tag` | Image tag | `0.3.4` |
| `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.2.5
tag: 0.3.4

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

0 comments on commit 5d2b758

Please sign in to comment.