diff --git a/charts/stable/ollama/Chart.yaml b/charts/stable/ollama/Chart.yaml index 01e82486b02..a5a7d9a112f 100644 --- a/charts/stable/ollama/Chart.yaml +++ b/charts/stable/ollama/Chart.yaml @@ -9,7 +9,7 @@ annotations: trueforge.org/min_helm_version: "3.14" trueforge.org/train: stable apiVersion: v2 -appVersion: 0.30.3 +appVersion: 0.30.4 dependencies: - name: common version: 29.3.4 @@ -38,5 +38,5 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ollama - https://hub.docker.com/r/ollama/ollama type: application -version: 9.17.1 +version: 9.17.3 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 445896b26f8..7a26d04310e 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.30.3@sha256:94f691cb4561e28f9be252a95defa5a33c388651fde803ca260576d57f243a57 + tag: 0.30.4@sha256:7a3fe51cf50e0a6ddbcd054247d160baa90eb1935700bb59f3e96aa9a6da5025 rocmImage: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.30.3-rocm@sha256:24e2bde9cf066871ac8d1f9b0ce77b49edff64aa37fc470f777611baf855d310 + tag: 0.30.4-rocm@sha256:f15c86ac383c84117ebfbba465becdb878e62ba7147b07859f6d246e8be74ec9 uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent