diff --git a/charts/stable/ollama/Chart.yaml b/charts/stable/ollama/Chart.yaml index 8c892111634..1cebc1085f4 100644 --- a/charts/stable/ollama/Chart.yaml +++ b/charts/stable/ollama/Chart.yaml @@ -11,7 +11,7 @@ annotations: truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 -appVersion: 0.12.9 +appVersion: 0.12.10 dependencies: - name: common version: 28.26.3 @@ -37,8 +37,9 @@ sources: - https://ghcr.io/open-webui/open-webui - https://github.com/ollama/ollama - https://github.com/open-webui/open-webui + - https://github.com/truecharts/charts/tree/master/charts/stable/ollama - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ollama - https://hub.docker.com/r/ollama/ollama type: application -version: 8.15.10 +version: 8.15.12 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 0379c857f12..f306c661874 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.12.9@sha256:889ae74bdb4aa541044574d3e5e5dedde3c682c8b7918b6792aa031e7dfc8f06 + tag: 0.12.10@sha256:e8c3d1f6ad16323bc40dc63eff0701d4fc32113f75a86b54b3e836eef8290de6 rocmImage: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.12.9-rocm@sha256:1627827bfabbcf02a3c4734b43fb7e531629fa60599adc4169a59b81de3043a4 + tag: 0.12.10-rocm@sha256:dfd7905bb37d90bdecefff598bda1ff9eb282eb30b0b10091cc08ca518c6ea24 uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent