File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
- appVersion : 0.1.48
2
+ appVersion : 0.2.1
3
3
description : Get up and running with large language models, locally
4
4
home : https://ollama.com/
5
5
icon : https://raw.githubusercontent.com/cowboysysop/charts/master/charts/ollama/icon.png
@@ -10,7 +10,7 @@ name: ollama
10
10
sources :
11
11
- https://github.com/ollama/ollama
12
12
- https://github.com/cowboysysop/charts/tree/master/charts/ollama
13
- version : 1.1 .0
13
+ version : 1.2 .0
14
14
dependencies :
15
15
- name : common
16
16
version : 2.20.3
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ The command deletes the release named `my-release` and frees all the kubernetes
83
83
| ` updateStrategy.type ` | Update strategy type (do not change it) | ` Recreate ` |
84
84
| ` image.registry ` | Image registry | ` docker.io ` |
85
85
| ` image.repository ` | Image repository | ` ollama/ollama ` |
86
- | ` image.tag ` | Image tag | ` 0.1.48 ` |
86
+ | ` image.tag ` | Image tag | ` 0.2.1 ` |
87
87
| ` image.digest ` | Image digest | ` "" ` |
88
88
| ` image.pullPolicy ` | Image pull policy | ` IfNotPresent ` |
89
89
| ` pdb.create ` | Specifies whether a pod disruption budget should be created | ` false ` |
Original file line number Diff line number Diff line change 48
48
repository : ollama/ollama
49
49
50
50
# # @param image.tag Image tag
51
- tag : 0.1.48
51
+ tag : 0.2.1
52
52
53
53
# # @param image.digest Image digest
54
54
digest : " "
You can’t perform that action at this time.
0 commit comments