Break change 2.0.0
- Will be used Postgresql 14.x and Zabbix 6.0.4.
- This version implements a central way of managing database access credentials
using a secret, which then will be respected by all the components
installed by this chart: zabbixserver, zabbixweb and postgresql. - The secret must contain a number of keys indicating DB host, DB name,
user and password and can direct towards a database installed within
this chart, or an external database. - The benefit of this is that now the database can respect the values
in the central DB access secret and initialize accordingly. - Last but not least, the credential secret can be chosen to be
auto-generated (password will be set to a random string) at chart
installation, if postgresql.enabled is set to true. With this, an easy
to use "out-of-the-box" installation with as little customizations as
possible is possible, while still obtaining a good level of security. - More info: cetic/helm-zabbix#53
Thanks @sa-ChristianAnton