From 8a0ae1e3bf5df2813b3680b1e1be9c197f2976d1 Mon Sep 17 00:00:00 2001 From: Chris Butler Date: Mon, 8 Dec 2025 16:06:59 +0900 Subject: [PATCH 1/2] fix: stop acm stalling Signed-off-by: Chris Butler --- values-simple.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/values-simple.yaml b/values-simple.yaml index fe9b644e..a6405a2d 100644 --- a/values-simple.yaml +++ b/values-simple.yaml @@ -20,7 +20,6 @@ clusterGroup: acm: name: advanced-cluster-management namespace: open-cluster-management - channel: release-2.13 sandbox: name: sandboxed-containers-operator namespace: openshift-sandboxed-containers-operator From 8a5397571813d35d6e58993b0145334e608d691b Mon Sep 17 00:00:00 2001 From: Chris Butler Date: Tue, 9 Dec 2025 13:46:43 +0900 Subject: [PATCH 2/2] fix: correct route directed to the wrong service Signed-off-by: Chris Butler --- .../hello-openshift/templates/insecure-policy-route.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/coco-supported/hello-openshift/templates/insecure-policy-route.yaml b/charts/coco-supported/hello-openshift/templates/insecure-policy-route.yaml index 0c244f8c..9bc9c8a2 100644 --- a/charts/coco-supported/hello-openshift/templates/insecure-policy-route.yaml +++ b/charts/coco-supported/hello-openshift/templates/insecure-policy-route.yaml @@ -7,6 +7,6 @@ spec: targetPort: 8888 to: kind: Service - name: standard + name: insecure-policy weight: 100 wildcardPolicy: None