diff --git a/charts/stable/ollama/Chart.yaml b/charts/stable/ollama/Chart.yaml index c2eb1917bc8..f1df93fcf2f 100644 --- a/charts/stable/ollama/Chart.yaml +++ b/charts/stable/ollama/Chart.yaml @@ -8,7 +8,7 @@ annotations: trueforge.org/min_helm_version: "3.14" trueforge.org/train: stable apiVersion: v2 -appVersion: 0.18.3 +appVersion: 0.19.0 dependencies: - name: common version: 29.0.0 @@ -37,5 +37,5 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ollama - https://hub.docker.com/r/ollama/ollama type: application -version: 9.0.3 +version: 9.2.0 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 55d4dc4d63a..448e0d01eb5 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.18.3@sha256:e305a7b6529c3deada679f07f98ac3222ce668bfc970062f83a5e4e7e15b8f6d + tag: 0.19.0@sha256:bf240c2847a8bc7b2c630b85dab5d1dedcba257b551d5fc9b290ce544d59272a rocmImage: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.18.3-rocm@sha256:d9c660e0d0f42f75bcfc5ce97fbdfd63eca842ff0d9e314844043ba46bcaf989 + tag: 0.19.0-rocm@sha256:71b5a9cc7b15c542413ce456af10d1032aab5c98dc50605f55df98cdf50bdf36 uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent