-
Notifications
You must be signed in to change notification settings - Fork 163
Add corresponding s390x architecture support in HCO for KubeVirt PR #… #3617
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -41,7 +41,7 @@ require ( | |||||
| k8s.io/component-helpers v0.33.2 | ||||||
| k8s.io/kube-openapi v0.33.2 | ||||||
| k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 | ||||||
| kubevirt.io/api v1.5.0 | ||||||
| kubevirt.io/api v1.5.0 // TODO: Update version when kube-vert released with s390x Arch chnages . | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Small nit.
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These kinds of changes is done automatically by a daily process. Mostly because it requires several changes. Don't modify kv version manually.
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ok .. got it , Thanks |
||||||
| kubevirt.io/application-aware-quota v1.4.0 | ||||||
| kubevirt.io/containerized-data-importer-api v1.62.0 | ||||||
| kubevirt.io/controller-lifecycle-operator-sdk/api v0.2.4 | ||||||
|
|
||||||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: Add a newline to match arm