From 94a22e0e5f4c52a1401a41713981196e2a04e253 Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Tue, 4 Jun 2024 22:00:11 +1000 Subject: [PATCH] Not always pulling open-webui image --- ai/chatbot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai/chatbot.yaml b/ai/chatbot.yaml index f2953fe..62c1a59 100644 --- a/ai/chatbot.yaml +++ b/ai/chatbot.yaml @@ -48,7 +48,7 @@ spec: containers: - name: open-webui image: ghcr.io/open-webui/open-webui:main - imagePullPolicy: Always + # imagePullPolicy: ports: - containerPort: 8080 env: