From d7f44149905333798563f36019c9a61088e2989f Mon Sep 17 00:00:00 2001 From: craig Date: Wed, 25 Oct 2023 09:52:32 +0100 Subject: [PATCH] update the default channel to stable for install service protection --- cmd/ocm/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/ocm/main.go b/cmd/ocm/main.go index bcbe10085..6b2799e64 100644 --- a/cmd/ocm/main.go +++ b/cmd/ocm/main.go @@ -37,7 +37,7 @@ func GetDefaultValues(cluster *clusterv1.ManagedCluster, defaultIstioConfigMap := "istio" defaultCatalog := "operatorhubio-catalog" defaultCatalogNS := "olm" - defaultChannel := "alpha" + defaultChannel := "stable" manifestConfig := struct { IstioOperator string