From c4ff39394e80484c4f21ff8ffb449ce29f3898e1 Mon Sep 17 00:00:00 2001 From: Unchained Date: Sat, 7 Mar 2026 11:21:24 +0200 Subject: [PATCH] deploy: use local registry image --- k8s/kustomization.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/k8s/kustomization.yaml b/k8s/kustomization.yaml index 21cb583..c8affad 100644 --- a/k8s/kustomization.yaml +++ b/k8s/kustomization.yaml @@ -4,8 +4,7 @@ resources: - deployment.yaml - service.yaml - ingress.yaml - -# Images field allows Flux ImageUpdateAutomation to update the tag images: - name: ghcr.io/unchainedio/manoon-headless - newTag: 467b513 # This will be updated by CI/CD + newName: registry.manoonoils.svc.cluster.local:5000/manoon-headless + newTag: c3b3e13