Skip to content

Commit

Permalink
Use MCE provided images for the hypershift CLI
Browse files Browse the repository at this point in the history
The previously used image repo unexpectedly removed tags for OCP versions.
The MCE operator provides its own HO image which should provide better
guarantees of compatibility since the image tag corresponds to the
version of MCE deployed.

Signed-off-by: Alex Misstear <[email protected]>
  • Loading branch information
amisstea committed Oct 2, 2024
1 parent da59e1c commit b013540
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.1.0
targetRevision: 0.1.1
helm:
parameters:
- name: region
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
- op: add
path: /spec/template/spec/source/helm/parameters/-
value:
name: hypershiftImageTag
value: "4.16"
name: hypershiftImage
value: registry.redhat.io/multicluster-engine/hypershift-rhel9-operator:v2.6

- op: add
path: /spec/template/spec/source/helm/parameters/-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
- op: add
path: /spec/template/spec/source/helm/parameters/-
value:
name: hypershiftImageTag
value: "4.16"
name: hypershiftImage
value: registry.redhat.io/multicluster-engine/hypershift-rhel9-operator:v2.6

- op: add
path: /spec/template/spec/source/helm/parameters/-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
- op: add
path: /spec/template/spec/source/helm/parameters/-
value:
name: hypershiftImageTag
value: "4.16"
name: hypershiftImage
value: registry.redhat.io/multicluster-engine/hypershift-rhel9-operator:v2.6

- op: add
path: /spec/template/spec/source/helm/parameters/-
Expand Down

0 comments on commit b013540

Please sign in to comment.