diff --git a/charts/stable/ollama/Chart.yaml b/charts/stable/ollama/Chart.yaml index 0f18ec7d639..bdf9b462a99 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.2 +appVersion: 0.18.3 dependencies: - name: common version: 29.0.0 @@ -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: 9.0.0 +version: 9.0.2 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 42898f9964b..5713db6d31f 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.2@sha256:5a5d014aa774f78ebe1340c0d4afc2e35afc12a2c3b34c84e71f78ea20af4ba3 + tag: 0.18.3@sha256:e305a7b6529c3deada679f07f98ac3222ce668bfc970062f83a5e4e7e15b8f6d rocmImage: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.18.2-rocm@sha256:69a6f748f09c54aae694094cd60ff7273536985343ce4e5c459090615f61cceb + tag: 0.18.3-rocm@sha256:d9c660e0d0f42f75bcfc5ce97fbdfd63eca842ff0d9e314844043ba46bcaf989 uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent