diff --git a/charts/stable/ollama/Chart.yaml b/charts/stable/ollama/Chart.yaml index d8ac74a9ae8..a5223605169 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.15.5 +appVersion: 0.15.6 dependencies: - name: common version: 28.29.49 @@ -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.23.13 +version: 8.23.15 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index ebc3bbcb6a3..36b88de3c3b 100644 --- a/charts/stable/ollama/values.yaml +++ b/charts/stable/ollama/values.yaml @@ -1,11 +1,11 @@ image: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.15.5@sha256:ea37dcbf693248c80796654500fccf1e12f55da20ec7c78c30870a9a227c4cdd + tag: 0.15.6@sha256:5f7a20da9b4d42d1909b4693f90942135bcabc335ee42d529c0d143c44a92311 rocmImage: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.15.5-rocm@sha256:485b8cd7b82c868cc561d494155f6d46ad888de1327e98c678230ce64b657a56 + tag: 0.15.6-rocm@sha256:2e194ba3c197745ec61985d4dbe4f09f6bbab288346ef48bb1003acbda91ee66 uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent