diff --git a/charts/stable/ollama/Chart.yaml b/charts/stable/ollama/Chart.yaml index f95c5f1e3e6..16c2bbfd136 100644 --- a/charts/stable/ollama/Chart.yaml +++ b/charts/stable/ollama/Chart.yaml @@ -14,7 +14,7 @@ annotations: trueforge.org/min_helm_version: "3.14" trueforge.org/train: stable apiVersion: v2 -appVersion: 0.17.4 +appVersion: 0.17.5 dependencies: - name: common version: 28.32.5 @@ -43,5 +43,5 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ollama - https://hub.docker.com/r/ollama/ollama type: application -version: 8.30.8 +version: 8.30.10 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 31c67ae643b..818afc38cfb 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.17.4@sha256:b165fa2700dc374f8d4f9e8314d81c7be75487c76eee2b46ef4b511a496b736c + tag: 0.17.5@sha256:0c6d5239d3f0dd39e0ac2ab0eb3989ce8ee2a715e8ebfb21c9444a7bad2fa143 rocmImage: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.17.4-rocm@sha256:df8f2e455ed578e63f4622bb4ccf59bdd9c1304174d328e33fcd1969db0209b8 + tag: 0.17.5-rocm@sha256:deb76722955e13f641f931a037326fc5a8a8a72290f99090ed6cb580e5c56609 uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent