The PostgreSQL connection string in the configmap template for helm was
changed to a key-value format to reflect the currently used format in
the sample config file
Fixes#561
- Config file for Clair now is inside a Secret. Fixes#581.
- Update helper template to use latest Helm conventions for "name" and
"fullname".
- Update labels to use the recommended labels by Helm. See:
https://docs.helm.sh/chart_best_practices/#standard-labels
- Remove service.name from values file because it is not used.
Service discovery for parent charts can be made by using the
"clair.fullname" template since template functions are shared
between charts.
- be more accurate in memory requests, so chair is scheduled on a host
that has that space available.
- add an explicit mention for the postgresql.enabled flag