From 445977788caf645352a41b1f619268148de7f3df Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 13 May 2026 00:11:49 +0000 Subject: [PATCH] chore(deps): update ollama/ollama docker tag to v0.23.3 --- clusters/cl01tl/helm/ollama/values.yaml | 6 +++--- hosts/pd05wd/ollama/compose.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/clusters/cl01tl/helm/ollama/values.yaml b/clusters/cl01tl/helm/ollama/values.yaml index b396dcc05..dc02ab4e7 100644 --- a/clusters/cl01tl/helm/ollama/values.yaml +++ b/clusters/cl01tl/helm/ollama/values.yaml @@ -21,7 +21,7 @@ ollama: main: image: repository: ollama/ollama - tag: 0.23.2@sha256:d00473cb58f0082c07cd6ed0d326a8a86f443ab69c51f8fc2b1a41687d45c661 + tag: 0.23.3@sha256:9b519ed11930ba9a3c6123f8546b8f553e247ea6ce58739a4878f913996e7a67 env: - name: OLLAMA_KEEP_ALIVE value: 24h @@ -55,7 +55,7 @@ ollama: main: image: repository: ollama/ollama - tag: 0.23.2@sha256:d00473cb58f0082c07cd6ed0d326a8a86f443ab69c51f8fc2b1a41687d45c661 + tag: 0.23.3@sha256:9b519ed11930ba9a3c6123f8546b8f553e247ea6ce58739a4878f913996e7a67 env: - name: OLLAMA_KEEP_ALIVE value: 24h @@ -89,7 +89,7 @@ ollama: main: image: repository: ollama/ollama - tag: 0.23.2@sha256:d00473cb58f0082c07cd6ed0d326a8a86f443ab69c51f8fc2b1a41687d45c661 + tag: 0.23.3@sha256:9b519ed11930ba9a3c6123f8546b8f553e247ea6ce58739a4878f913996e7a67 env: - name: OLLAMA_KEEP_ALIVE value: 24h diff --git a/hosts/pd05wd/ollama/compose.yaml b/hosts/pd05wd/ollama/compose.yaml index 26fe38e5b..85a61de34 100644 --- a/hosts/pd05wd/ollama/compose.yaml +++ b/hosts/pd05wd/ollama/compose.yaml @@ -20,7 +20,7 @@ services: - /dev/net/tun:/dev/net/tun ollama: - image: ollama/ollama:0.23.2@sha256:d00473cb58f0082c07cd6ed0d326a8a86f443ab69c51f8fc2b1a41687d45c661 + image: ollama/ollama:0.23.3@sha256:9b519ed11930ba9a3c6123f8546b8f553e247ea6ce58739a4878f913996e7a67 container_name: ollama environment: - OLLAMA_KEEP_ALIVE=24h -- 2.49.1