Skip to content

Commit 6e19bcd

Browse files
feat(ollama): update docker.io/ollama/ollama docker tag to v0.2.1 (#688)
1 parent 67ed144 commit 6e19bcd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/ollama/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: 0.1.48
2+
appVersion: 0.2.1
33
description: Get up and running with large language models, locally
44
home: https://ollama.com/
55
icon: https://raw.githubusercontent.com/cowboysysop/charts/master/charts/ollama/icon.png
@@ -10,7 +10,7 @@ name: ollama
1010
sources:
1111
- https://github.com/ollama/ollama
1212
- https://github.com/cowboysysop/charts/tree/master/charts/ollama
13-
version: 1.1.0
13+
version: 1.2.0
1414
dependencies:
1515
- name: common
1616
version: 2.20.3

charts/ollama/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The command deletes the release named `my-release` and frees all the kubernetes
8383
| `updateStrategy.type` | Update strategy type (do not change it) | `Recreate` |
8484
| `image.registry` | Image registry | `docker.io` |
8585
| `image.repository` | Image repository | `ollama/ollama` |
86-
| `image.tag` | Image tag | `0.1.48` |
86+
| `image.tag` | Image tag | `0.2.1` |
8787
| `image.digest` | Image digest | `""` |
8888
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
8989
| `pdb.create` | Specifies whether a pod disruption budget should be created | `false` |

charts/ollama/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ image:
4848
repository: ollama/ollama
4949

5050
## @param image.tag Image tag
51-
tag: 0.1.48
51+
tag: 0.2.1
5252

5353
## @param image.digest Image digest
5454
digest: ""

0 commit comments

Comments
 (0)