diff --git a/charts/stable/ollama/Chart.yaml b/charts/stable/ollama/Chart.yaml index 1a481c24dc8..eaf140b8d61 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.20.7 +appVersion: 0.21.0 dependencies: - name: common version: 29.0.15 @@ -20,16 +20,16 @@ dependencies: import-values: [] deprecated: false description: Get up and running with large language models locally. -home: https://truecharts.org/truetech/truecharts/charts/stable/ollama -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ollama.webp +home: https://trueforge.org/truetech/truecharts/charts/stable/ollama +icon: https://trueforge.org/img/hotlink-ok/chart-icons/ollama.webp keywords: - ollama - language-models -kubeVersion: '>=1.33.0-0' +kubeVersion: '>=1.27.0-0' maintainers: - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + email: info@trueforge.org + url: https://trueforge.org name: ollama sources: - https://ghcr.io/open-webui/open-webui @@ -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.4.3 +version: 9.6.0 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 13e4fff2d5e..379dbdbf093 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.20.7@sha256:487324a9312240e3e122446f351b1f1e3f68d884ef854c246db2e08792440d94 + tag: 0.21.0@sha256:d3d553bdfbcc7f55dd5ddf42c4cbe3a927aa9bb1802710d35e94656ca5aea02b rocmImage: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.20.7-rocm@sha256:f676fd178351f0986567c84cde34528ad19070ce10993658986e4062c4a33932 + tag: 0.21.0-rocm@sha256:09da13ee2c8439ffaa97a4c0e9bc232030e31d0d756f3ce6d42d3605edcb81b3 uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent