Skip to content

Commit

Permalink
Upgrade MCE to 2.7 in production (#4901)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Misstear <[email protected]>
  • Loading branch information
amisstea authored Nov 13, 2024
1 parent 5dcd6ff commit e42ca6f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ metadata:
annotations:
argocd.argoproj.io/sync-wave: "-1"
spec:
channel: stable-2.6
channel: stable-2.7
installPlanApproval: Automatic
name: multicluster-engine
source: redhat-operators
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,3 @@ 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: 0 additions & 8 deletions components/cluster-as-a-service/staging/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,3 @@ 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 e42ca6f

Please sign in to comment.