Skip to content

Commit

Permalink
Upgrade MCE operator to 2.6 in production (#4564)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Misstear <[email protected]>
  • Loading branch information
amisstea authored Sep 23, 2024
1 parent bded313 commit cae02cc
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 39 deletions.
2 changes: 1 addition & 1 deletion components/cluster-as-a-service/base/clustertemplates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
source:
chart: hypershift-aws-template
repoURL: https://konflux-ci.dev/cluster-template-charts/
targetRevision: 0.0.4
targetRevision: 0.1.0
helm:
parameters:
- name: region
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ metadata:
annotations:
argocd.argoproj.io/sync-wave: "-1"
spec:
channel: stable-2.5
channel: stable-2.6
installPlanApproval: Automatic
name: multicluster-engine
source: redhat-operators
Expand Down
16 changes: 0 additions & 16 deletions components/cluster-as-a-service/development/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,6 @@ patches:
group: argoproj.io
kind: ApplicationSet
name: hypershift-aws-cluster
- patch: |
- op: replace
path: /spec/template/spec/source/targetRevision
value: 0.1.0
target:
group: argoproj.io
kind: ApplicationSet
name: hypershift-aws-cluster
- patch: |
- op: replace
path: /spec/channel
value: stable-2.6
target:
group: operators.coreos.com
kind: Subscription
name: multicluster-engine
- path: argocd-rbac.yaml
target:
group: argoproj.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,10 @@
path: /spec/template/spec/source/helm/parameters/-
value:
name: hypershiftImageTag
value: "4.14"
value: "4.16"

- op: add
path: /spec/template/spec/source/helm/parameters/-
value:
name: hypershiftRoleArn
value: arn:aws:iam::590184136207:role/eaas-hypershift-cli-role
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ spec:
name: hypershift
template:
data:
aws_access_key_id: "{{ .aws_access_key_id }}"
aws_secret_access_key: "{{ .aws_secret_access_key }}"
pullSecret: "{{ .ocp_pull_secret }}"
baseDomain: prod.konfluxeaas.com
aws-credentials: |
[default]
aws_access_key_id={{ .aws_access_key_id }}
aws_secret_access_key={{ .aws_secret_access_key }}
pull-secret: "{{ .ocp_pull_secret }}"
ssh-privatekey: unused
ssh-publickey: unused

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

0 comments on commit cae02cc

Please sign in to comment.