From 02621d64b61241fc343f170da001f9ba7d2f81f9 Mon Sep 17 00:00:00 2001 From: "k8s-at-home[bot]" Date: Sun, 19 Jun 2022 10:12:55 +0000 Subject: [PATCH] chore: Auto-update chart README [skip ci] --- charts/stable/mosquitto/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/charts/stable/mosquitto/README.md b/charts/stable/mosquitto/README.md index eb4d46f3..f13653e6 100644 --- a/charts/stable/mosquitto/README.md +++ b/charts/stable/mosquitto/README.md @@ -1,6 +1,6 @@ # mosquitto -![Version: 4.3.2](https://img.shields.io/badge/Version-4.3.2-informational?style=flat-square) ![AppVersion: 2.0.11](https://img.shields.io/badge/AppVersion-2.0.11-informational?style=flat-square) +![Version: 4.4.0](https://img.shields.io/badge/Version-4.4.0-informational?style=flat-square) ![AppVersion: 2.0.11](https://img.shields.io/badge/AppVersion-2.0.11-informational?style=flat-square) Eclipse Mosquitto - An open source MQTT broker @@ -79,21 +79,22 @@ N/A | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"eclipse-mosquitto"` | image repository | | image.tag | string | `"2.0.11"` | image tag | +| perListenerSettings | bool | `false` | By enabling this, authentication and access control settings will be controlled on a per-listener basis | | persistence.configinc | object | See values.yaml | Configure a persistent volume to place *.conf mosquitto-config-files in. When enabled, this gets set as `include_dir` in the mosquitto config. | | persistence.data | object | See values.yaml | Configure a persistent volume to place mosquitto data in. When enabled, this enables `persistence` and `persistence_location` in the mosquitto config. | | service | object | See values.yaml | Configures service settings for the chart. Normally this does not need to be modified. | ## Changelog -### Version 4.3.2 +### Version 4.4.0 #### Added -N/A +* Added support for enabling `per_listener_settings` #### Changed -* Upgraded `common` chart dependency to version 4.4.2 +N/A #### Fixed