Skip to content

Commit 1df96ff

Browse files
authored
Upgrade MCE to 2.10 for EaaS in dev and staging (#9597)
This should allow for provisioning OCP 4.20 clusters. The hypershift-aws-template chart version is bumped to remove some deprecation warnings. Signed-off-by: Alex Misstear <[email protected]>
1 parent be1ec94 commit 1df96ff

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

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

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

1414
- op: add
1515
path: /spec/template/spec/source/helm/parameters/-
1616
value:
1717
name: hypershiftRoleArn
1818
value: ""
19+
20+
- op: replace
21+
path: /spec/template/spec/source/targetRevision
22+
value: 0.1.9

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.9
23+
value: stable-2.10

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

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

1414
- op: add
1515
path: /spec/template/spec/source/helm/parameters/-
1616
value:
1717
name: hypershiftRoleArn
1818
value: arn:aws:iam::767397671005:role/eaas-hypershift-cli-role
19+
20+
- op: replace
21+
path: /spec/template/spec/source/targetRevision
22+
value: 0.1.9

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.9
20+
value: stable-2.10

0 commit comments

Comments
 (0)