-
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
Update configbump #22767
Comments
To be clear, you don't want to have to specify a new configbump image in the Che Cluster CR, but instead want it to be updated when Che-Server (or rather, your entire Eclipse Che installation) is updated? |
Exactly, configbump version is now aligned to Eclipse Che version so for example with Eclipse Che 7.80 the configbump 7.80 must be hardcoded |
@LMantovan And upon updating Eclipse Che, the configbump version in the Che Cluster CR does not change automatically? Have you tried removing the configbump field specified in the Che Cluster CR if you are currently specifying it? |
@AObuchow Yes it changes automatically. I didn't set configbump field in CR yet |
We have to set the corresponding ConfigBump image [1] on Eclipse Che operator release. |
Should be fixed by eclipse-che/che-operator#1803 |
Is your enhancement related to a problem? Please describe
I'm using eclipse che 7.79.0 on kubernetes. I noticed that configbump is stuck on 0.1.4 but there are many new version, aligned with che-server version. The 0.1.4 version is full of security vulnerabilities and I'd like to reduce them
Describe the solution you'd like
I know that I can update version modifying CheCLuster CR but I wonder if it is possible to align configbump to the che-server version without manually modify it
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: