diff --git a/charts/stable/ollama/Chart.yaml b/charts/stable/ollama/Chart.yaml index 349ed6a9b9d..c85634f580e 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.4.4 +appVersion: 0.4.7 dependencies: - name: common version: 25.2.2 @@ -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.7.1 +version: 7.7.3 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 48fbdfac718..10e5090aeab 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.4.4@sha256:80942282f94bf8147a3f1badea3c21d8bd8b98ee7ec835cf7b292efa75f1ead4 + tag: 0.4.7@sha256:55977eb618082df0f81ea197a75dc1710e54524f2ef71fa1a8b83cc0148b6e2f rocmImage: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.4.4-rocm@sha256:72b06ccf67571df87a2e4f7ea93728585f4bbe1a0690ff1442074fee4d9d31c9 + tag: 0.4.7-rocm@sha256:27d6a575329d085cc31becdc717410549b3abfad2f02ab3dbef6da05610aaf21 uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent