diff --git a/charts/stable/ollama/Chart.yaml b/charts/stable/ollama/Chart.yaml index 4252807a49e..0c7854c3ae2 100644 --- a/charts/stable/ollama/Chart.yaml +++ b/charts/stable/ollama/Chart.yaml @@ -14,7 +14,7 @@ annotations: trueforge.org/min_helm_version: "3.14" trueforge.org/train: stable apiVersion: v2 -appVersion: 0.16.2 +appVersion: 0.16.3 dependencies: - name: common version: 28.30.2 @@ -43,5 +43,5 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ollama - https://hub.docker.com/r/ollama/ollama type: application -version: 8.26.4 +version: 8.26.6 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 3ff577a48de..6fb5bc9625a 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.16.2@sha256:0764cf55b4a33bcecca10f718394d097ef7d464b75669a14f0cd4ac1a8b9a0c5 + tag: 0.16.3@sha256:63f052826604a28a83795df1a66d9e364410c0b8d1357a62a885c62cef05cdbb rocmImage: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.16.2-rocm@sha256:11573390c5faf1e453a62a7b96fb5738a0d3d04f52b8e6999756ebef34e93901 + tag: 0.16.3-rocm@sha256:26351e4244040448d89e59dee718dab1f7d2efb7bb28b46f03d5bed3e3df082b uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent