From 9c5243290dc8835bc4a55586c210181b8f6d4e5e Mon Sep 17 00:00:00 2001 From: duynguyen Date: Mon, 27 Apr 2026 13:10:49 +0700 Subject: [PATCH] fix: use internal Harbor service for image pull Switch from external harbor.fireflylab.local (no K8s DNS) to harbor-core.harbor.svc.cluster.local which resolves via NodeLocalDNS. Also reset tag to latest. Co-Authored-By: Claude Sonnet 4.6 --- manifest/helm/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest/helm/values.yaml b/manifest/helm/values.yaml index 7f27077..bd2596b 100644 --- a/manifest/helm/values.yaml +++ b/manifest/helm/values.yaml @@ -1,6 +1,6 @@ image: - repository: harbor.fireflylab.local/library/tictactoe - tag: main-82abbd8c + repository: harbor-core.harbor.svc.cluster.local/library/tictactoe + tag: latest pullPolicy: IfNotPresent replicaCount: 1