-
Notifications
You must be signed in to change notification settings - Fork 296
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
🌱 add make targets to build and push vm operator image for testing purposes #2785
🌱 add make targets to build and push vm operator image for testing purposes #2785
Conversation
665f148
to
c75deed
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2785 +/- ##
=======================================
Coverage 64.01% 64.01%
=======================================
Files 160 160
Lines 9345 9345
=======================================
Hits 5982 5982
Misses 2906 2906
Partials 457 457 ☔ View full report in Codecov by Sentry. |
@chrischdi |
/lgtm |
LGTM label has been added. Git tree hash: cfe825d6e7cc906db3556f9c033181971949ca10
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fabriziopandini The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What this PR does / why we need it:
Usage:
Or to build and push a specific version:
Outputs:
Multiarch image (
linux/amd64
,linux/arm64
) at:https://gcr.io/k8s-staging-capi-vsphere/extra/vm-operator:v1.8.1
Manifest at:
https://storage.googleapis.com/artifacts.k8s-staging-capi-vsphere.appspot.com/vm-operator/v1.8.1.yaml
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #