Skip to content

Commit

Permalink
Use MCE provided images for the hypershift CLI (#4645)
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 <amisstea@redhat.com>
  • Loading branch information
amisstea authored Oct 2, 2024
1 parent f051d84 commit a7b1401
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 a7b1401

Please sign in to comment.