From 3be9e45fac9d73989413f9d4c5512ea4993bf6aa Mon Sep 17 00:00:00 2001 From: Conan Scott Date: Mon, 2 Feb 2026 13:48:45 +1100 Subject: [PATCH] fixed registry port --- manifests/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/deployment.yaml b/manifests/deployment.yaml index a133fe7..31ff093 100644 --- a/manifests/deployment.yaml +++ b/manifests/deployment.yaml @@ -19,7 +19,7 @@ spec: spec: containers: - name: clawdbox - image: image-registry.openshift-image-registry.svc:5000/clawdbox/clawdbox:latest + image: image-registry.openshift-image-registry.svc/clawdbox/clawdbox:latest imagePullPolicy: Always ports: - containerPort: 2222