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