diff --git a/charts/stable/ollama/Chart.yaml b/charts/stable/ollama/Chart.yaml index 036e6d530a2..2384b4117b7 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.30 +appVersion: 0.1.31 dependencies: - name: common version: 20.2.10 @@ -36,4 +36,4 @@ sources: - https://hub.docker.com/r/ollama/ollama - https://ghcr.io/open-webui/open-webui type: application -version: 5.3.8 +version: 5.3.10 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 90892758ed6..92ea0bdf5f7 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.30@sha256:b47483d6dde1d3d673701740791e8027347cfa4a80e31f677c32c006f78e32a6 + tag: 0.1.31@sha256:89240fe728378aea6f35ed6ede1b7cf57b8cdb4df7a0bba1b7fcc32b60639af2 rocmImage: repository: ollama/ollama pullPolicy: IfNotPresent - tag: 0.1.30-rocm@sha256:7986e8c813e478064978e0a17cebb93af58f27f05ca6ee613c0d3b0850048c93 + tag: 0.1.31-rocm@sha256:89251251456cc44f3ddd9fd5c6bd7d7e2dfc9031b63edb4845d132af9155df6e uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent