We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
virtbmc's image name and tag are hardcoded to starbops/virtbmc and dev no matter what KubeVirtBMC version is installed.
starbops/virtbmc
dev
To Reproduce Steps to reproduce the behavior:
make deploy
starbops/virtbmc:dev
Expected behavior
The image name and tag should follow the controller's by default and be configurable via the controller's flags to allow customization.
Screenshots
N/A
Environment (please complete the following information):
Additional context
First found in #19 (comment)
The text was updated successfully, but these errors were encountered:
Close as fixed in #37 and #38.
Sorry, something went wrong.
.spec.running
starbops
No branches or pull requests
Describe the bug
virtbmc's image name and tag are hardcoded to
starbops/virtbmc
anddev
no matter what KubeVirtBMC version is installed.To Reproduce
Steps to reproduce the behavior:
make deploy
starbops/virtbmc:dev
container imageExpected behavior
The image name and tag should follow the controller's by default and be configurable via the controller's flags to allow customization.
Screenshots
N/A
Environment (please complete the following information):
Additional context
First found in #19 (comment)
The text was updated successfully, but these errors were encountered: