diff --git a/charts/stable/ollama/Chart.yaml b/charts/stable/ollama/Chart.yaml index 26b40c78602..e4e5caafa16 100644 --- a/charts/stable/ollama/Chart.yaml +++ b/charts/stable/ollama/Chart.yaml @@ -6,7 +6,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 0.5.7 +appVersion: 0.5.8 dependencies: - name: common version: 25.4.10 @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ollama - https://hub.docker.com/r/ollama/ollama type: application -version: 7.11.2 +version: 7.11.4 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 3f887884971..6ed3902050b 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.5.7@sha256:7e672211886f8bd4448a98ed577e26c816b9e8b052112860564afaa2c105800e + tag: 0.5.8@sha256:1526317a5050bf58dae1101caea8820edd9d78892b3d008ef9995b2e3c77537f rocmImage: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.5.7-rocm@sha256:d05b7eefc8d8309b47377a6ac301a7f2c9e468ba13f3ef1c64dd4f51cd5151e8 + tag: 0.5.8-rocm@sha256:663a33e134a946c9dd1c002c8f0f02dbc243fc7173d4564654eaaa3108395921 uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent