diff --git a/charts/stable/ollama/Chart.yaml b/charts/stable/ollama/Chart.yaml index ab59d913c3d..2783be53222 100644 --- a/charts/stable/ollama/Chart.yaml +++ b/charts/stable/ollama/Chart.yaml @@ -7,7 +7,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 0.1.39 +appVersion: 0.1.40 dependencies: - name: common version: 23.0.10 @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ollama - https://hub.docker.com/r/ollama/ollama type: application -version: 6.0.32 +version: 6.0.34 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index ab31486c595..80a32f76cbf 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.39@sha256:7839944b38ff76a60b44490ccc2f3121a6ecd9beb1202cd71ac44518309f9323 + tag: 0.1.40@sha256:f59d3b526140bb9be423115428b9092875c14fadf29fce263c9df4de668e210f rocmImage: repository: ollama/ollama pullPolicy: IfNotPresent - tag: 0.1.39-rocm@sha256:cd03dbf7fe632e27334f5a47eadc629f45cf0779b23518e535c5f790b91cae94 + tag: 0.1.40-rocm@sha256:574f2567d9687a5201118265e51d6cb7bb07ca1a459f6a691a8fb525ac537ffa uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent