Release notes for version 0.13.0
Release date: 28 May 2026
Update note 1: .Values.server.extraArgs.httpListenAddr was replaced by .Values.server.http array of HTTP listen address configuration. See HTTP listen address for details.
Update note 2: .Values.server.extraArgs["syslog.listenAddr.tcp"] and .Values.server.extraArgs["syslog.listenAddr.udp"] were replaced by .Values.server.syslog.tcp and .Values.server.syslog.udp arrays of syslog listen address configuration. See Syslog for details.
- added
.Values.server.httplist 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. Has higher priority thanextraArgs. - support
.Values.server.syslog.tcpand.Values.server.syslog.udplists for configuring syslog TCP/UDP listen addresses with optional TLS settings. Has higher priority thanextraArgs. - add ability to override VictoriaLogs container command.