Gardener Dashboard needs to respect `updateStrategy` for image auto updates
grolu opened this issue · 0 comments
grolu commented
What would you like to be added:
The recently added updateStrategy
field allows to configure when a machine image is auto updated.
Operators can configure the values major
, minor
and patch
for each machine image type.
These values need to be taken into account when we calculate available machine image updates
Why is this needed: