- Updated chart version
- Updated chart documentation
- Updated Zabbix version
- Changed helm version
- Removed support for non-default Kubernetes features and Custom Resource objects: IngressRoute, Route. More info: #123
- Removed support for karpenter due to the more generalistic approach. More info: #121
- Added support to deploy any arbitrary manifests together with this Helm Chart by embedding them in the
.Values.extraManifests
list. More info: #121 - From now on, the keys to use for a
unifiedSecret
to configure postgresql access globally for all relevant components that this Helm Chart deploys, can be configured invalues.yaml
file. It is now possible to use a different Schema other than "public" in Postgresql database, when using an external database. More info: #127
Fixes:
PRs:
Thanks @fibbs @sinux-l5d @angelnu
Example of using extraEnv for existing secret in Kubernetes cluster: