* Chart: update the cert-manager annotations
According to the documentation:
https://cert-manager.io/docs/usage/ingress/#optional-configuration,
the `kubernetes.io/tls-acme` annotations pertains to the kube-lego
project https://github.com/jetstack/kube-lego which is no longer maintained
and has been displaced by cert-manager.
As a result the cert-manager annotations should be used instead.
* Address PR comments
* Add default value to ingress.certManager
* Bump minor version
* added auth proxy cookie-refresh parameter with default value
* fixed unit
* added sample for adding cookie-refresh as an override
* switched to using values fields for scope and cookie refresh, to avoid duplicated options
* Add autogenerated params to the readme
* Replace the old oauth2proxy url by the new one
* Update bitnami/kubeapps/Chart.yaml
Co-authored-by: Miguel Ángel Cabrera Miñagorri <devgorri@gmail.com>
Co-authored-by: Dimitri Laloue <dlaloue@dlaloue-a01.vmware.com>
Co-authored-by: Antonio Gamez Diaz <agamez@vmware.com>
Co-authored-by: Antonio Gámez <antgamdia@gmail.com>
Co-authored-by: Miguel Ángel Cabrera Miñagorri <devgorri@gmail.com>