diff --git a/charts/stable/ollama/Chart.yaml b/charts/stable/ollama/Chart.yaml index 0648045c153..f8e81617798 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.3.14 +appVersion: 0.4.0 dependencies: - name: common version: 25.1.5 @@ -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.4.13 +version: 7.6.0 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 26cae7dd683..21beb13e9da 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.3.14@sha256:e1ce9edb7ccd60ef8b4d99fffe7afdc67edfd1f4d7c6028a4253e6efa82f7e60 + tag: 0.4.0@sha256:2e7ce379d73833c6d25c30cd1bf2d3837a3c37d16e143e9b61cf8f42ba14ba9e rocmImage: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.3.14-rocm@sha256:19fd25f6513b687755daffaacc9c8342e73d02d3fee50e6441273a20eb01baea + tag: 0.4.0-rocm@sha256:35f020f65519bcc095951609d418698b17d5d7e3172edfb06c389d80e1d2a203 uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent