diff --git a/charts/stable/ollama/Chart.yaml b/charts/stable/ollama/Chart.yaml index dbc8d2ae115..48ab3fefee1 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.1.44 +appVersion: 0.1.45 dependencies: - name: common version: 24.1.1 @@ -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.1.1 +version: 7.1.3 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 86e937509d6..d75a5b0b912 100644 --- a/charts/stable/ollama/values.yaml +++ b/charts/stable/ollama/values.yaml @@ -1,11 +1,11 @@ image: repository: ollama/ollama pullPolicy: IfNotPresent - tag: 0.1.44@sha256:1174d6119998bb10f5af2437e7aeeb934726e37268f0d66f200f6cfd9fb20578 + tag: 0.1.45@sha256:e60e5c28b206e83df788349a1f456a74a52e881a7ba03012d233bad834141ed7 rocmImage: repository: ollama/ollama pullPolicy: IfNotPresent - tag: 0.1.44-rocm@sha256:2040a4019abee1e9a0fc9c52648df9623cb0b538faf6052256b11adbc0bc693c + tag: 0.1.45-rocm@sha256:abc034c392409d3995ec0fdca8ac464462d7e2d46a6fe9981a0a877bc9c6e084 uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent