DO NOT MERGE: Bump Hypershift operator on fix/test-hypershift-cpo-override for openshift/hypershift#9211 - #6395
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: machi1990 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/hold |
There was a problem hiding this comment.
Pull request overview
Updates the pinned HyperShift operator image reference used by the hypershiftoperator deployment pipeline/chart in dev environments, aligning the rendered configs and Helm template fixtures with the new repository + digest (to test the CPO overrides change referenced by openshift/hypershift#9211).
Changes:
- Bump
defaults.hypershift.image.repositoryanddefaults.hypershift.image.digestinconfig/config.yaml. - Re-materialize the affected
config/rendered/dev/**outputs to reflect the new image pin. - Update HyperShift operator Helm template fixtures to match the new mirrored image repository path.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| hypershiftoperator/zz_fixture_TestHelmTemplate_dev_westus3_mgmt_1_hypershift.yaml | Updates expected rendered Helm output to reference the new mirrored HyperShift operator image repository. |
| hypershiftoperator/testdata/zz_fixture_TestHelmTemplate_hypershift_performance_metrics.yaml | Updates expected rendered Helm output (performance-metrics variant) for the new operator image repository. |
| config/rendered/dev/pers/westus3.yaml | Re-rendered dev config to pick up the new HyperShift image repository + digest. |
| config/rendered/dev/perf/westus3.yaml | Re-rendered dev perf config to pick up the new HyperShift image repository + digest. |
| config/rendered/dev/dev/westus3.yaml | Re-rendered dev config to pick up the new HyperShift image repository + digest. |
| config/rendered/dev/cspr/westus3.yaml | Re-rendered cspr config to pick up the new HyperShift image repository + digest. |
| config/rendered/dev/ci01/centralus.yaml | Re-rendered ci01 config to pick up the new HyperShift image repository + digest. |
| config/rendered/dev/ci00/centralus.yaml | Re-rendered ci00 config to pick up the new HyperShift image repository + digest. |
| config/config.yaml | Updates the default HyperShift operator image repository + digest pin (with an updated provenance comment). |
| image: | ||
| registry: quay.io | ||
| repository: redhat-services-prod/crt-redhat-acm-tenant/hypershift/hypershift-operator | ||
| digest: sha256:0a0397b7e1fec51b2704e5c9ca131ebc1cb607d1ee9c882fd6205f9b7ca6b724 # 3ce5a9b281bbf76f2b68dc2b850c525b322ab316 (2026-07-29 23:17) | ||
| repository: redhat-user-workloads/crt-redhat-acm-tenant/hypershift-operator/hypershift-operator-main | ||
| digest: sha256:a29104964b3cf82b631855b0b4ebd89765b7cd097f4ff839f89771b703f82018 # openshift/hypershift#9211 CPO overrides (2026-08-04) |
|
/test e2e-parallel |
|
Manyanda Chitimbo (@machi1990): The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
…
What
Why
Testing
Testing is required for feature completion and tests should be part of the pull
request along with the feature changes.
Describe the testing provided. If you did not add tests, provide a clear
justification.
Special notes for your reviewer
PR Checklist
If E2E tests are included:
demonstrate that the test is able to detect a defect/error and fail with
proper error message and logs which communicates nature of the problem.