github VictoriaMetrics/helm-charts victoria-logs-cluster-0.2.0

Release notes for version 0.2.0

Release date: 28 May 2026

Update note 1: .Values.<component>.extraArgs.httpListenAddr was replaced by .Values.<component>.http array of HTTP listen address configuration, where <component> is one of vlinsert, vlselect, vlstorage, vmauth. See HTTP listen address for details.

Update note 2: .Values.vlinsert.extraArgs["syslog.listenAddr.tcp"] and .Values.vlinsert.extraArgs["syslog.listenAddr.udp"] were replaced by .Values.vlinsert.syslog.tcp and .Values.vlinsert.syslog.udp arrays of syslog listen address configuration. See Syslog for details.

  • added .Values.<component>.http list of objects, where each item configures an HTTP listen address with optional TLS settings. Items are used for Pod ports, command line arguments and Service port generation. Item with primary: true on vlstorage is used for storageNode address resolution. Has higher priority than extraArgs.
  • support .Values.vlinsert.syslog.tcp and .Values.vlinsert.syslog.udp lists for configuring syslog TCP/UDP listen addresses with optional TLS settings. Has higher priority than extraArgs.
  • add ability to override VictoriaLogs container command.

Don't miss a new helm-charts release

NewReleases is sending notifications on new releases.