Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #637 from Kuadrant/update-default-sp-channel
Browse files Browse the repository at this point in the history
update the default channel to stable for install service protection
  • Loading branch information
openshift-ci[bot] authored Oct 27, 2023
2 parents fcfb58b + d7f4414 commit 59777f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ocm/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func GetDefaultValues(cluster *clusterv1.ManagedCluster,
defaultIstioConfigMap := "istio"
defaultCatalog := "operatorhubio-catalog"
defaultCatalogNS := "olm"
defaultChannel := "alpha"
defaultChannel := "stable"

manifestConfig := struct {
IstioOperator string
Expand Down

0 comments on commit 59777f9

Please sign in to comment.