diff --git a/charts/stable/ollama/Chart.yaml b/charts/stable/ollama/Chart.yaml index 99e191adbd2..65f147a79fa 100644 --- a/charts/stable/ollama/Chart.yaml +++ b/charts/stable/ollama/Chart.yaml @@ -9,7 +9,7 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable apiVersion: v2 -appVersion: 0.12.1 +appVersion: 0.12.2 dependencies: - name: common version: 28.20.0 @@ -39,5 +39,5 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ollama - https://hub.docker.com/r/ollama/ollama type: application -version: 8.10.2 +version: 8.10.4 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 92d779bc659..292581f966e 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.1@sha256:5aed793ab336d1aac9b132f4b46fddfcfa13b8911def3d275937c8acbd1763e8 + tag: 0.12.2@sha256:1b80cecb262ee3be70474130aaff1e4949dab741c74b94e819d3f2a2ba520f29 rocmImage: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.12.1-rocm@sha256:72405152dadc24cdc08a9417e8f03656ff977c500fbbf791b0607ae17e4e6724 + tag: 0.12.2-rocm@sha256:ed1d1acd8572fc9ae588195b58300d74876ba57ec580a697e9d322a969414887 uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent