From 9a3ffed81b217066f0e3c41c9fe42dca68b691b1 Mon Sep 17 00:00:00 2001 From: Jonathan Leech-Pepin Date: Sun, 6 Apr 2025 20:43:05 -0400 Subject: [PATCH] Version bumps for ollama/openwebui --- namespaces/ai/ollama/patches/deployment.yaml | 2 +- namespaces/ai/openwebui/patches/chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/namespaces/ai/ollama/patches/deployment.yaml b/namespaces/ai/ollama/patches/deployment.yaml index d5ca086..902d71d 100644 --- a/namespaces/ai/ollama/patches/deployment.yaml +++ b/namespaces/ai/ollama/patches/deployment.yaml @@ -13,7 +13,7 @@ spec: effect: "NoSchedule" containers: - name: ollama - image: ollama/ollama:0.5.13 + image: ollama/ollama:0.6.4 imagePullPolicy: IfNotPresent resources: limits: diff --git a/namespaces/ai/openwebui/patches/chart.yaml b/namespaces/ai/openwebui/patches/chart.yaml index b91eecc..ef510c9 100644 --- a/namespaces/ai/openwebui/patches/chart.yaml +++ b/namespaces/ai/openwebui/patches/chart.yaml @@ -20,7 +20,7 @@ spec: subPath: "data" storageClass: longhorn-private image: - tag: 0.5.20 + tag: 0.6.1 extraEnvVars: - name: ENABLE_OAUTH_SIGNUP value: "true"