Skip to content

Commit

Permalink
Merge pull request #1644 from vkareh/fix-mce-community-channel
Browse files Browse the repository at this point in the history
Update MCE community channel to match current engine version
  • Loading branch information
dislbenn authored Aug 2, 2024
2 parents ee015e3 + ff97ffc commit 1145624
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/multiclusterengine/multiclusterengine.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var (
operandNameSpace = "multicluster-engine"

// community MCE variables
communityChannel = "community-0.5"
communityChannel = "community-0.4"
communityPackageName = "stolostron-engine"
communityCatalogSourceName = "community-operators"
communityOperandNamepace = "stolostron-engine"
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var MinimumOCPVersion string = "4.10.0"
// The reconciler will wait until MCE has installed to at least this version
// before proceeding with installing ACM.
var RequiredMCEVersion = "2.7.0"
var RequiredCommunityMCEVersion = "0.5.0"
var RequiredCommunityMCEVersion = "0.4.0"

func init() {
if value, exists := os.LookupEnv("OPERATOR_VERSION"); exists {
Expand Down

0 comments on commit 1145624

Please sign in to comment.