Skip to content
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

Closed
LMantovan opened this issue Jan 16, 2024 · 6 comments
Closed

Update configbump #22767

LMantovan opened this issue Jan 16, 2024 · 6 comments
Labels
area/che-operator Issues and PRs related to Eclipse Che Kubernetes Operator kind/enhancement A feature request - must adhere to the feature request template.

Comments

@LMantovan
Copy link

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

@LMantovan LMantovan added the kind/enhancement A feature request - must adhere to the feature request template. label Jan 16, 2024
@che-bot che-bot added the status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. label Jan 16, 2024
@AObuchow
Copy link

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

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?

@AObuchow AObuchow added status/info-needed More information is needed before the issue can move into the “analyzing” state for engineering. and removed status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. labels Jan 17, 2024
@LMantovan
Copy link
Author

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

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

@AObuchow
Copy link

@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?

@LMantovan
Copy link
Author

@AObuchow Yes it changes automatically. I didn't set configbump field in CR yet

@tolusha
Copy link
Contributor

tolusha commented Jan 17, 2024

We have to set the corresponding ConfigBump image [1] on Eclipse Che operator release.
Currently it is 0.1.4 [2]
[1] https://quay.io/repository/che-incubator/configbump?tab=tags&tag=latest
[2] https://github.com/eclipse-che/che-operator/blob/main/config/manager/manager.yaml#L77

@tolusha tolusha added the area/che-operator Issues and PRs related to Eclipse Che Kubernetes Operator label Jan 17, 2024
@tolusha
Copy link
Contributor

tolusha commented Jan 24, 2024

Should be fixed by eclipse-che/che-operator#1803

@tolusha tolusha removed the status/info-needed More information is needed before the issue can move into the “analyzing” state for engineering. label Jan 24, 2024
@tolusha tolusha closed this as completed Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/che-operator Issues and PRs related to Eclipse Che Kubernetes Operator kind/enhancement A feature request - must adhere to the feature request template.
Projects
None yet
Development

No branches or pull requests

4 participants