From 26a9f4a03db7a264c82653ba6166440d890a460d Mon Sep 17 00:00:00 2001 From: Lumpiasty Date: Sat, 19 Apr 2025 04:44:42 +0200 Subject: [PATCH] use our own image for gpt researcher --- apps/researcher/deployment.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/researcher/deployment.yaml b/apps/researcher/deployment.yaml index c90dedb..dff3221 100644 --- a/apps/researcher/deployment.yaml +++ b/apps/researcher/deployment.yaml @@ -13,9 +13,10 @@ spec: labels: app: gpt-resercher spec: + imagePullPolicy: Always containers: - name: gpt-resercher - image: gptresearcher/gpt-researcher:latest + image: registry.lumpiasty.xyz/gpt-researcher:latest ports: - containerPort: 8000 resources: