github zabbix-community/helm-zabbix zabbix-7.1.0

4 hours ago

Caution

Pay attention to changes of release 7.0.0: https://github.com/zabbix-community/helm-zabbix/releases/tag/zabbix-7.0.0

  • Bump version

  • Adjust in docs to support new versions about requirements to maintaining this repository

  • Added more information about the structure of this repository and workflow to publish new releases

  • Added SKILL.md about release-chart and CLAUDE.md files

  • Added new values in docs/example/kind/values.yaml to support 7.4.11 release and PostgreSQL 18.x and TimeScaleDB 2.28.x

  • Added new values in values.yaml to support 7.0.23 release

  • Fixed issues or Pull Requests:

  • #212

  • #213 (thanks @scoopex)

  • #214 (thanks @scoopex)

  • #221 (thanks @manuelmayer-dev)

  • #224

  • New helm values:

zabbixImageTag: "ubuntu-7.0.23"

zabbixAgent:
  # -- allows the pod to share the host's IPC namespace in DaemonSet mode (e.g., shared memory)
  daemonSetHostIPC: false 
  # -- allows the pod to see the processes on the host system in DaemonSet mode
  daemonSetHostPID: false 
  # -- Configures the update strategy for the zabbixAgent DaemonSet
  daemonSetUpdateStrategy: null
  # -- Type of update strategy for the zabbixAgent DaemonSet
  type: RollingUpdate
  # -- Rolling update configuration for the zabbixAgent DaemonSet
  rollingUpdate:
    # -- Maximum number of unavailable pods during the update
    maxUnavailable: 5
  # -- you can also use a percentage
  # maxUnavailable: 10%
  # -- If set, this item will be used to dynamically determine the agent hostname instead of using the Kubernetes node name. Example: "system.hostname"
   ZBX_HOSTNAMEITEM: "system.hostname"

Contributors: @aeciopires @scoopex @manuelmayer-dev

Don't miss a new helm-zabbix release

NewReleases is sending notifications on new releases.