diff --git a/charts/stable/ollama/Chart.yaml b/charts/stable/ollama/Chart.yaml index 47015aa87c6..c90aed16216 100644 --- a/charts/stable/ollama/Chart.yaml +++ b/charts/stable/ollama/Chart.yaml @@ -9,7 +9,7 @@ annotations: trueforge.org/min_helm_version: "3.14" trueforge.org/train: stable apiVersion: v2 -appVersion: 0.30.10 +appVersion: 0.30.11 dependencies: - name: common version: 29.5.3 @@ -38,5 +38,5 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ollama - https://hub.docker.com/r/ollama/ollama type: application -version: 9.18.6 +version: 9.18.8 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 24d061b3301..8b33463fd6c 100644 --- a/charts/stable/ollama/values.yaml +++ b/charts/stable/ollama/values.yaml @@ -2,11 +2,11 @@ image: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.30.10@sha256:bfc9c6d53cc6989aa5131a6fde6b162b2802d4d337657f3253b5f69579bddeee + tag: 0.30.11@sha256:c484b703176aa19dfc0a54cbfb60ab8094b38faa04283fb77eba1d33319e5eca rocmImage: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.30.10-rocm@sha256:3c54a1a1b80a470606fa5260abf62f3773f691e65e686f3df607b9ec12878f1c + tag: 0.30.11-rocm@sha256:c8346b53b097b41f8ed61c92dc9f660d89fac6fc55f6f7f43e086be20095eb70 uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent