diff --git a/charts/stable/ollama/Chart.yaml b/charts/stable/ollama/Chart.yaml index ad1cedbb10a..1691c40ba1d 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.35 +appVersion: 0.1.36 dependencies: - name: common version: 23.0.0 @@ -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.14 +version: 6.0.16 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index 2aec61d1e34..a74cc0909e3 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.35@sha256:e23623ea740f31d2b597a60a70e58e5f5e2fbbb75c82396a3a201c1f5fbb7c82 + tag: 0.1.36@sha256:0f9cdb2eac96c6002856fc83ed5f6c0170b090a747552620283986060ffb1532 rocmImage: repository: ollama/ollama pullPolicy: IfNotPresent - tag: 0.1.35-rocm@sha256:f51e00df957d2a80d284747bc0e80b561633be3e1803c9789ed02d0c3e640756 + tag: 0.1.36-rocm@sha256:36148bbaf16f5a3ec9b5859f9c5cd99449963ac927001f2dde18004d78b990ed uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent