The following need to be installed to develop and test the Helm Operator and the Helm Chart.
The Chart.yaml file requires a version bump for any changes that take place in any helm chart.
Both version and appVersion need to be changed.
- The
PATCHversion field should be changed whenever there is documentation or typo changes made. - The
MINORversion field should be changed whenever there are values add/changed, minor functionality changes in the templates, etc. - The
MAJORversion field should be changed whenever there is a new sensor or product enhancement.
As part of modern cloud native architecture and development, Helm charts will automatically be updated and released when a pull request is merged.