instaclustr / operator

Instaclustr Kubernetes Operator
Apache License 2.0
2 stars 0 forks source link

Automated Upgrade Checks #609

Open ribaraka opened 1 year ago

ribaraka commented 1 year ago

Create a functionality that checks for updates to the Instaclustr operator and its software components by sending a request to a URL. If the Instaclustr Operator identifies available updates, it will log this information. The operator applies updates and software components automatically. Any errors in checking will have no impact on operator operation. Add a possibility to disable the upgrade check (e.g. disable_check_for_upgrades value in the Helm chart to true.)

DoodgeMatvey commented 11 months ago