diff --git a/charts/stable/ollama/Chart.yaml b/charts/stable/ollama/Chart.yaml index fa9306ffa82..7992f5d10a4 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.7 +appVersion: 0.30.8 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.0 +version: 9.18.2 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 411458cf4cb..7e6cf5a229e 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.7@sha256:46399ef084d97b381955b5dc585c5d836dbe7ed3f79f170d1c04660fed511e3a + tag: 0.30.8@sha256:05b6fe5143ed006d6d4abd39bdd575f962a5822bdf81e6fbb5e6894eb984ab9c rocmImage: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.30.7-rocm@sha256:e658cf94b88ef88aa0868bc5900e6f83ccf77262ef2ca582601161f865a2b080 + tag: 0.30.8-rocm@sha256:19e10c4d7f5aa09cbc6f562cd975e2488f9e210aadeb3a3c77e3e708b9ec230e uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent