chore: Auto-update chart README [skip ci]

This commit is contained in:
k8s-at-home[bot] 2022-07-25 17:18:03 +00:00
parent c1604d9ec8
commit 24f6568867

View File

@ -1,6 +1,6 @@
# mosquitto
![Version: 4.5.0](https://img.shields.io/badge/Version-4.5.0-informational?style=flat-square) ![AppVersion: 2.0.14](https://img.shields.io/badge/AppVersion-2.0.14-informational?style=flat-square)
![Version: 4.5.1](https://img.shields.io/badge/Version-4.5.1-informational?style=flat-square) ![AppVersion: 2.0.14](https://img.shields.io/badge/AppVersion-2.0.14-informational?style=flat-square)
Eclipse Mosquitto - An open source MQTT broker
@ -78,7 +78,7 @@ N/A
| auth.enabled | bool | `false` | By enabling this, `allow_anonymous` gets set to `false` in the mosquitto config. |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"eclipse-mosquitto"` | image repository |
| image.tag | string | `"2.0.11"` | image tag |
| image.tag | string | chart.appVersion | 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. |
@ -86,7 +86,7 @@ N/A
## Changelog
### Version 4.5.0
### Version 4.5.1
#### Added
@ -94,7 +94,7 @@ N/A
#### Changed
* Updated image version to 2.0.14
* Use appVersion as image tag by default
#### Fixed