Skip to content

Commit 57e266e

Browse files
authored
Upgrade MCE operator to 2.9 in prod (#7660)
This adds support for provisioning OCP 4.19 with EaaS. Signed-off-by: Alex Misstear <[email protected]>
1 parent 4d45080 commit 57e266e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/cluster-as-a-service/base/multicluster-engine.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ metadata:
2727
annotations:
2828
argocd.argoproj.io/sync-wave: "-1"
2929
spec:
30-
channel: stable-2.8
30+
channel: stable-2.9
3131
installPlanApproval: Automatic
3232
name: multicluster-engine
3333
source: redhat-operators

components/cluster-as-a-service/production/add-hypershift-params.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
path: /spec/template/spec/source/helm/parameters/-
1010
value:
1111
name: hypershiftImage
12-
value: registry.redhat.io/multicluster-engine/hypershift-rhel9-operator:v2.8
12+
value: registry.redhat.io/multicluster-engine/hypershift-rhel9-operator:v2.9.0-1@sha256:f8c3898e29f8c0a20c3be92bc4ee5a9443b9fc8218db95ba541fe3e57a89c40d
1313

1414
- op: add
1515
path: /spec/template/spec/source/helm/parameters/-

0 commit comments

Comments
 (0)