-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
cheimage parameter tag is applied to all images of Che deployment instead of Che server only #14898
Comments
hello @mmorhun it is not the operator that is using other tags ? |
@benoitf may be. I don't know. I faced this issue while was testing my changes in Che master, so reported it. |
@benoitf It's me who asked Mykola to create this issue after he faced this. |
There is no such an issue when installing Che using helm chart.
|
Describe the bug
if run the following command:
chectl will deploy Che master using given image but also will use given tag (
thetag
from the example above) for other images, which is wrong and could fail Che deployment at all (if use custom tag).Che version
nightly
Steps to reproduce
Create a new tag for Che server and push image to dockerhub:
Deploy Che server using the following command:
Deployment of Che will fail, because other than che server images doesn't have the
thetag
tag.Expected behavior
Only Che server image is affected by
cheimage
parameterRuntime
minishift v1.34.1+c2ff9cb
Screenshots
Installation method
chectl
The text was updated successfully, but these errors were encountered: