diff --git a/charts/stable/ollama/Chart.yaml b/charts/stable/ollama/Chart.yaml index a6fd29c4aeb..e06ecb7af5d 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.36 +appVersion: 0.1.37 dependencies: - name: common version: 23.0.0 @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/ollama.webp keywords: - ollama - language-models -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,7 +33,7 @@ sources: - https://github.com/ollama/ollama - https://github.com/open-webui/open-webui - https://github.com/truecharts/charts/tree/master/charts/stable/ollama - - https://hub.docker.com/r/ollama/ollama - https://ghcr.io/open-webui/open-webui + - https://hub.docker.com/r/ollama/ollama type: application -version: 6.0.16 +version: 6.0.18 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index a74cc0909e3..7e3e9bd382b 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.36@sha256:0f9cdb2eac96c6002856fc83ed5f6c0170b090a747552620283986060ffb1532 + tag: 0.1.37@sha256:3a69f769184d5b9e96c664e287f18067ba11fd43f0d8a265c949eb04e0aaae4a rocmImage: repository: ollama/ollama pullPolicy: IfNotPresent - tag: 0.1.36-rocm@sha256:36148bbaf16f5a3ec9b5859f9c5cd99449963ac927001f2dde18004d78b990ed + tag: 0.1.37-rocm@sha256:1670f9cc9b42a64749f85748644777bab2c1eef8ea765b92964456deadfeb451 uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent