Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@
path: /spec/template/spec/source/helm/parameters/-
value:
name: hypershiftImage
value: registry.redhat.io/multicluster-engine/hypershift-rhel9-operator:v2.9.0-1@sha256:f8c3898e29f8c0a20c3be92bc4ee5a9443b9fc8218db95ba541fe3e57a89c40d
value: registry.redhat.io/multicluster-engine/hypershift-rhel9-operator:v2.10@sha256:1cceec46246ea7bef481549dce1ce91880d19a5650c9a6bc0f71f0d4092a6f95

- op: add
path: /spec/template/spec/source/helm/parameters/-
value:
name: hypershiftRoleArn
value: ""

- op: replace
path: /spec/template/spec/source/targetRevision
value: 0.1.9
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ patches:
patch: |-
- op: replace
path: /spec/channel
value: stable-2.9
value: stable-2.10
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@
path: /spec/template/spec/source/helm/parameters/-
value:
name: hypershiftImage
value: registry.redhat.io/multicluster-engine/hypershift-rhel9-operator:v2.9.0-1@sha256:f8c3898e29f8c0a20c3be92bc4ee5a9443b9fc8218db95ba541fe3e57a89c40d
value: registry.redhat.io/multicluster-engine/hypershift-rhel9-operator:v2.10@sha256:1cceec46246ea7bef481549dce1ce91880d19a5650c9a6bc0f71f0d4092a6f95

- op: add
path: /spec/template/spec/source/helm/parameters/-
value:
name: hypershiftRoleArn
value: arn:aws:iam::767397671005:role/eaas-hypershift-cli-role

- op: replace
path: /spec/template/spec/source/targetRevision
value: 0.1.9
2 changes: 1 addition & 1 deletion components/cluster-as-a-service/staging/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ patches:
patch: |-
- op: replace
path: /spec/channel
value: stable-2.9
value: stable-2.10
Loading