Skip to content

Commit

Permalink
Upgrade MCE to 2.7 in dev and staging
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Misstear <[email protected]>
  • Loading branch information
amisstea committed Nov 13, 2024
1 parent d82783c commit b630b49
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
path: /spec/template/spec/source/helm/parameters/-
value:
name: hypershiftImage
value: registry.redhat.io/multicluster-engine/hypershift-rhel9-operator:v2.6
value: registry.redhat.io/multicluster-engine/hypershift-rhel9-operator:v2.7

- op: add
path: /spec/template/spec/source/helm/parameters/-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,11 @@ patches:
target:
group: argoproj.io
kind: ArgoCD
- patch: |
- op: replace
path: /spec/channel
value: stable-2.7
target:
group: operators.coreos.com
kind: Subscription
name: multicluster-engine
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
path: /spec/template/spec/source/helm/parameters/-
value:
name: hypershiftImage
value: registry.redhat.io/multicluster-engine/hypershift-rhel9-operator:v2.6
value: registry.redhat.io/multicluster-engine/hypershift-rhel9-operator:v2.7

- op: add
path: /spec/template/spec/source/helm/parameters/-
Expand Down
8 changes: 8 additions & 0 deletions components/cluster-as-a-service/staging/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,11 @@ patches:
group: argoproj.io
kind: ApplicationSet
name: hypershift-aws-cluster
- patch: |
- op: replace
path: /spec/channel
value: stable-2.7
target:
group: operators.coreos.com
kind: Subscription
name: multicluster-engine

0 comments on commit b630b49

Please sign in to comment.