diff --git a/charts/stable/ollama/Chart.yaml b/charts/stable/ollama/Chart.yaml index 490f1d04235..e73877b2e09 100644 --- a/charts/stable/ollama/Chart.yaml +++ b/charts/stable/ollama/Chart.yaml @@ -6,7 +6,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 0.3.6 +appVersion: 0.3.7 dependencies: - name: common version: 24.1.5 @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ollama - https://hub.docker.com/r/ollama/ollama type: application -version: 7.3.17 +version: 7.3.18 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 16a371a6e3b..8a2085a2f5f 100644 --- a/charts/stable/ollama/values.yaml +++ b/charts/stable/ollama/values.yaml @@ -1,11 +1,11 @@ image: repository: ollama/ollama pullPolicy: IfNotPresent - tag: 0.3.6@sha256:81e9822fecf86855bf74ede92c33456a0d1f9b034864cb3eaa379fb0361b6daf + tag: 0.3.7@sha256:399f386f2b08c96460c1356b6b6753160107f4b3635c2dfd2d9c210205b2a28a rocmImage: repository: ollama/ollama pullPolicy: IfNotPresent - tag: 0.3.6-rocm@sha256:10dd58e1417cdabdc8a92c6377145db89ec3d43c02de60edcf23227afd0c81ac + tag: 0.3.7-rocm@sha256:89edc33d044bd2b2ae3a6a22790c4320e3a6000083e5c81e23337e0b9e9dfe27 uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent