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 vtinsert, vtselect, vtstorage, vmauth. See HTTP listen address for details.
- added
.Values.<component>.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. Item withprimary: trueonvtstorageis used for storageNode address resolution. Has higher priority thanextraArgs. - add ability to override container command.