diff --git a/charts/stable/ollama/Chart.yaml b/charts/stable/ollama/Chart.yaml index 4d83c96dc27..a6d1ac49894 100644 --- a/charts/stable/ollama/Chart.yaml +++ b/charts/stable/ollama/Chart.yaml @@ -8,7 +8,7 @@ annotations: trueforge.org/min_helm_version: "3.14" trueforge.org/train: stable apiVersion: v2 -appVersion: 0.18.1 +appVersion: 0.18.2 dependencies: - name: common version: 28.33.4 @@ -37,5 +37,5 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ollama - https://hub.docker.com/r/ollama/ollama type: application -version: 8.33.2 +version: 8.33.4 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 93c1ea59d21..42898f9964b 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.18.1@sha256:5949ec041e62b28f92d5ff1d7c34080ec67efd73ad24a523e2ff558a24f33072 + tag: 0.18.2@sha256:5a5d014aa774f78ebe1340c0d4afc2e35afc12a2c3b34c84e71f78ea20af4ba3 rocmImage: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.18.1-rocm@sha256:7d055e1123e3fef7ba7f0b1c185e07517144041758baecaf4e5e3b84569530b9 + tag: 0.18.2-rocm@sha256:69a6f748f09c54aae694094cd60ff7273536985343ce4e5c459090615f61cceb uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent