Skip to content

Commit 4d45080

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

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

components/cluster-as-a-service/development/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/-

components/cluster-as-a-service/development/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ patches:
2020
patch: |-
2121
- op: replace
2222
path: /spec/channel
23-
value: stable-2.8
23+
value: stable-2.9

components/cluster-as-a-service/staging/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/-

components/cluster-as-a-service/staging/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ patches:
1717
patch: |-
1818
- op: replace
1919
path: /spec/channel
20-
value: stable-2.8
20+
value: stable-2.9

0 commit comments

Comments
 (0)