diff --git a/charts/stable/ollama/Chart.yaml b/charts/stable/ollama/Chart.yaml index feec10c6483..967f6b66cd6 100644 --- a/charts/stable/ollama/Chart.yaml +++ b/charts/stable/ollama/Chart.yaml @@ -9,7 +9,7 @@ annotations: trueforge.org/min_helm_version: "3.14" trueforge.org/train: stable apiVersion: v2 -appVersion: 0.24.0 +appVersion: 0.30.3 dependencies: - name: common version: 29.3.4 @@ -38,5 +38,5 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ollama - https://hub.docker.com/r/ollama/ollama type: application -version: 9.15.0 +version: 9.17.0 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 7e3cd1738a9..a0fdf563e0f 100644 --- a/charts/stable/ollama/values.yaml +++ b/charts/stable/ollama/values.yaml @@ -2,11 +2,11 @@ image: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.24.0@sha256:a6149234667efc71d37766d61c1a16f24c33e4cd7a0bf4125c44a7e47e2419c4 + tag: 0.30.3@sha256:94f691cb4561e28f9be252a95defa5a33c388651fde803ca260576d57f243a57 rocmImage: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.24.0-rocm@sha256:e87f7608374a9f4a3f103032b895910bf501ea248a91b12c83f34f41673176f6 + tag: 0.30.3-rocm@sha256:24e2bde9cf066871ac8d1f9b0ce77b49edff64aa37fc470f777611baf855d310 uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent