TrueChartsClone/charts/incubator/mosquitto
TrueCharts-Bot 730007ade0 Daily Housekeeping
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-08-16 14:00:17 +00:00
..
SCALE Update icons (#763) 2021-08-13 18:20:17 +02:00
templates another small mosquitto fix 2021-06-14 22:27:25 +02:00
.helmignore Add some requested Apps (#554) 2021-06-11 17:18:00 +02:00
CONFIG.md Daily Housekeeping 2021-08-16 14:00:17 +00:00
Chart.yaml Daily Housekeeping 2021-08-16 14:00:17 +00:00
README.md Daily Housekeeping 2021-08-16 14:00:17 +00:00
app-readme.md Add some requested Apps (#554) 2021-06-11 17:18:00 +02:00
values.yaml Fix mosquitto main service 2021-06-14 21:21:21 +02:00

README.md

mosquitto

Version: 1.6.4 Type: application AppVersion: auto

Eclipse Mosquitto - An open source MQTT broker

Homepage: https://github.com/truecharts/apps/tree/master/charts/incubator/mosquitto

Maintainers

Name Email Url
TrueCharts info@truecharts.org truecharts.org

Source Code

Requirements

Kubernetes: >=1.16.0-0

Repository Name Version
https://truecharts.org/ common 6.8.0

Values

Key Type Default Description
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
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.

Autogenerated from chart metadata using helm-docs v1.5.0