Is your feature request related to a problem? Please describe.
In real-world scenarios, if an image in componentVersion is accidentally modified, it will cause large-scale in-place upgrades of images, which is disastrous in real-world scenarios. So I hope to manage the images in componentVersion separately.
For example, in the example above, the impact of changing the proxy-image and xxx-sidecar on the entire redis cluster is really high. On the contrary, the impact of proxy-sidecar is very small, so I manage this image separately. If I need to upgrade a newer proxy-sidecar image, I only need to modify the imageGroups file ——"proxy-sidecar-image-v2". This greatly reduces the risk of accidental operation.
What is the user interaction of your feature I wanna request for a feature for grouping image in componentVersion. In general componentVersion's yaml:
In my mind, it should be improve like:
grouping these 3 image into 2 groups like:
Is your feature request related to a problem? Please describe. In real-world scenarios, if an image in componentVersion is accidentally modified, it will cause large-scale in-place upgrades of images, which is disastrous in real-world scenarios. So I hope to manage the images in componentVersion separately.
For example, in the example above, the impact of changing the proxy-image and xxx-sidecar on the entire redis cluster is really high. On the contrary, the impact of proxy-sidecar is very small, so I manage this image separately. If I need to upgrade a newer proxy-sidecar image, I only need to modify the imageGroups file ——"proxy-sidecar-image-v2". This greatly reduces the risk of accidental operation.