From e42ca6ff40caab4c3e197cea6d2831c1efbc094c Mon Sep 17 00:00:00 2001 From: Alex Misstear Date: Wed, 13 Nov 2024 14:59:59 -0500 Subject: [PATCH] Upgrade MCE to 2.7 in production (#4901) Signed-off-by: Alex Misstear --- .../cluster-as-a-service/base/multicluster-engine.yaml | 2 +- .../cluster-as-a-service/development/kustomization.yaml | 8 -------- .../production/add-hypershift-params.yaml | 2 +- .../cluster-as-a-service/staging/kustomization.yaml | 8 -------- 4 files changed, 2 insertions(+), 18 deletions(-) diff --git a/components/cluster-as-a-service/base/multicluster-engine.yaml b/components/cluster-as-a-service/base/multicluster-engine.yaml index c6d5d020bcc..21a4b5490e9 100644 --- a/components/cluster-as-a-service/base/multicluster-engine.yaml +++ b/components/cluster-as-a-service/base/multicluster-engine.yaml @@ -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 diff --git a/components/cluster-as-a-service/development/kustomization.yaml b/components/cluster-as-a-service/development/kustomization.yaml index aa084720d00..f80701e2a68 100644 --- a/components/cluster-as-a-service/development/kustomization.yaml +++ b/components/cluster-as-a-service/development/kustomization.yaml @@ -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 diff --git a/components/cluster-as-a-service/production/add-hypershift-params.yaml b/components/cluster-as-a-service/production/add-hypershift-params.yaml index 1ab3a7e888c..9a6c26d9131 100644 --- a/components/cluster-as-a-service/production/add-hypershift-params.yaml +++ b/components/cluster-as-a-service/production/add-hypershift-params.yaml @@ -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/- diff --git a/components/cluster-as-a-service/staging/kustomization.yaml b/components/cluster-as-a-service/staging/kustomization.yaml index 600aaec30cd..c82b467d4f1 100644 --- a/components/cluster-as-a-service/staging/kustomization.yaml +++ b/components/cluster-as-a-service/staging/kustomization.yaml @@ -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