From d290d20f8934c9a1451926a6e21570d084983a91 Mon Sep 17 00:00:00 2001 From: Lance Bragstad Date: Fri, 19 Sep 2025 16:46:02 -0500 Subject: [PATCH] Update CLO install channel Using stable-6.1 apparently hangs. Using 6.3 installs the latest CLO. Without this change the remediations hang in the ocp4e2e testing because CLO never installs. --- ocp-resources/e2e/cluster-logging-install-observability.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocp-resources/e2e/cluster-logging-install-observability.yaml b/ocp-resources/e2e/cluster-logging-install-observability.yaml index 61e1f90d5be..b904f5bbb77 100644 --- a/ocp-resources/e2e/cluster-logging-install-observability.yaml +++ b/ocp-resources/e2e/cluster-logging-install-observability.yaml @@ -50,7 +50,7 @@ metadata: name: cluster-logging namespace: openshift-logging spec: - channel: stable-6.1 + channel: stable-6.3 name: cluster-logging source: redhat-operators sourceNamespace: openshift-marketplace