* [stable/reloader] Fix multiple small issues
- Added nodeSelector for deployment
- Fixed `README` to properly indicate that all values are coming from the `reloader` section
- Fixed service account name to fallback to the chart fullname for the name uniformity of deployed resources when not explicitly set
- Fixed role and role binding to use the chart fullname for the name uniformity of deployed resources
Signed-off-by: Romeo Dumitrescu <winromulus@users.noreply.github.com>
* Fix cluster role binding name
Signed-off-by: Romeo Dumitrescu <winromulus@users.noreply.github.com>
* Bump Version to v0.0.29
Update app version in README.md, Chart.yaml and in the values.yaml
Signed-off-by: James Ritter <jamesritter15@gmail.com>
* Add custom_annotations template
Add custom_annotations to be compatible with v0.0.29
Signed-off-by: James Ritter <jamesritter15@gmail.com>