From daea3a0df57dbf7a233502689823e44aae3c87e3 Mon Sep 17 00:00:00 2001 From: Akrem Chabchoub <121046693+akrem-chabchoub@users.noreply.github.com> Date: Fri, 21 Aug 2026 12:59:35 +0200 Subject: [PATCH] Update image registry port in local.yaml --- config/local.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/local.yaml b/config/local.yaml index d389ee2b..e635ff55 100644 --- a/config/local.yaml +++ b/config/local.yaml @@ -101,7 +101,7 @@ clusters: node-groups: local: _inherit: "" - image: k3d-registry.localhost:5000/ethersphere/bee:latest + image: k3d-registry.localhost:5002/ethersphere/bee:latest image-pull-policy: Always ingress-annotations: nginx.ingress.kubernetes.io/affinity: "cookie"