Caution
Re-installation of your Release will be necessary due to breaking changes in this new major version of the helm chart. Make sure you do not lose any data!
- DB-Create-Upgrade job used to prepare database and schema when using Zabbix Server native High Availability has been changed to be a pre-install / pre-upgrade Helm hook. This solves problems with ArgoCD and when using
helm install --wait
- Changed and streamlined values under
postgresAccess
- Dropped support of combination of
postgresql.enabled=true
together withzabbixServer.zabbixServerHA.enabled=true
due to limitations of Helm in combination with above mentioned pre-install/pre-upgrade hook - All labels of all manifests have been unified to fulfill the best practices / standards
- Removed all pre 1.21 Kubernetes compatibility switches (
v1beta1
, ...) - Renamed numerous values in
values.yaml
to better fit their naming to what they are meant for - when using
zabbixAgent.runAsDaemonSet=true
, zabbix agent pods now default to usehostNetwork: true
Read more details in the README.md of the chart
Fixes:
PRs:
Thanks @fibbs