github zabbix-community/helm-zabbix zabbix-4.1.0

latest releases: zabbix-5.0.1, 5.0.1, zabbix-5.0.0...
7 months ago

This version contains the follow changes:

  • Added support to Zabbix 6.0.26 and 6.4.11
  • Added concurrencyPolicy value in cronjob
  • Added new values and config to job initDBSchema
  • Tested helm chart in Kubernetes 1.29.1
  • Updated versions of kubectl, helm and helm-docs binaries
  • Added support to Karpentes 0.33.0 in EKS 1.28
  • Fixed yaml indentation
  • Fixed template bug in zabbix-server template with missing imagePullPolicy
  • Fixed zabbix-agent service
  • Fixed initials values to PostgreSQL configmap
  • Bumped chart version to 4.1.0
  • Updated GH Actions and configured dependabot
  • codespell: Added CI job fixing spelling issues and fix them
  • This version has no breaking change
  • fixes #61 #57
  • PRs merged: #68 #63 #60 #59 #58 #54 #52

New values:

zabbixServer
  jobDBSchema:
    # -- additional init containers to start within the Zabbix Server Job DB Schema pod
    extraInitContainers: []
    # -- additional containers to start within the Zabbix Server Job DB Schema pod
    extraContainers: []
    # -- additional specifications to the Zabbix Server Job DB Schema pod
    extraPodSpecs: {}
    # -- additional volumeMounts to the Zabbix Server Job DB Schema pod
    extraVolumeMounts: []
    # -- additional volumes to make available to the  Zabbix Server Job DB Schema pod
    extraVolumes: []
    # -- Security Context configurations. Reference: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
    securityContext: {}

Thanks @aeciopires @david-moreau @hebertcb @leighwgordon @mjtrangoni @tiroso

Don't miss a new helm-zabbix release

NewReleases is sending notifications on new releases.