diff --git a/charts/stable/ollama/Chart.yaml b/charts/stable/ollama/Chart.yaml index 3096a7efc2d..f5cab722414 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.8 +appVersion: 0.12.9 dependencies: - name: common version: 28.26.1 @@ -41,5 +41,5 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ollama - https://hub.docker.com/r/ollama/ollama type: application -version: 8.15.6 +version: 8.15.8 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 787eff29ff0..0379c857f12 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.8@sha256:bf65a7c25eb4561131ccbecd81991a5fdb37d8970958a3877533358ff28e0620 + tag: 0.12.9@sha256:889ae74bdb4aa541044574d3e5e5dedde3c682c8b7918b6792aa031e7dfc8f06 rocmImage: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.12.8-rocm@sha256:5eb7616e1ca9316671392bc9125fa2478ce967826eecbb3988e41aa7646fa412 + tag: 0.12.9-rocm@sha256:1627827bfabbcf02a3c4734b43fb7e531629fa60599adc4169a59b81de3043a4 uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent