This version contains the follow changes:
- Will be used Postgresql 15.x and Zabbix 6.x.
- Allow install zabbix-agent2 as deployment and sidecar container. More info: #20
- This release changes parameter names in preparation for addressing these issues in the future and use camelCase pattern where is possible. More info: #18 and #21
db_access
->postgresAccess
db_access.use_unified_secret
->postgresAccess.useUnifiedSecret
db_access.unified_secret_name
->postgresAccess.unifiedSecretName
db_access.unified_secret_autocreate
->postgresAccess.unifiedSecretAutoCreate
db_access.db_server_host
->postgresAccess.host
db_access.db_server_port
->postgresAccess.port
db_access.postgres_user
->postgresAccess.user
db_access.postgres_password
->postgresAccess.password
db_access.postgres_db
->postgresAccess.database
db_access.postgres_password_secret
->postgresAccess.passwordSecret
db_access.postgres_password_secret_key
->postgresAccess.passwordSecretKey
ingressroute
->ingressRoute
postgresql.existing_claim_name
->postgresql.existingClaimName
postgresql.storage_size
->postgresql.storageSize
postgresql.storage_class
->postgresql.storageClass
zabbix_image_tag
->zabbixImageTag
zabbixagent
->zabbixAgent
zabbixproxy
->zabbixProxy
zabbixserver
->zabbixServer
zabbixserver.pod_anti_affinity
->zabbixServer.podAntiAffinity
zabbixserver.ha_nodes_autoclean
->zabbixServer.haNodesAutoClean
zabbixserver.ha_nodes_autoclean.delete_older_than_seconds
->zabbixServer.haNodesAutoClean.deleteOlderThanSeconds
zabbixweb
->zabbixWeb
zabbixweb.pod_anti_affinity
->zabbixWeb.podAntiAffinity
zabbixweb.saml_certs_secret_name
->zabbixWeb.samlCertsSecretName
zabbixwebservice
->zabbixWebService
zabbixwebservice.pod_anti_affinity
->zabbixWebService.podAntiAffinity
zabbixwebservice.ignore_url_cert_errors
->zabbixWebService.ignoreURLCertErrors
Fixes:
- This release changes parameter names in preparation for addressing these issues in the future. More info: #18 and #21
- #20
PRs:
Thanks @aeciopires @sa-ChristianAnton @alezkv @mustdiechik @Nyralei