Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-03-14 18:55:27 +00:00
parent df1a28f0e1
commit de6d928cae
9 changed files with 85 additions and 33 deletions
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="mosquitto-5.0.2"></a>
### [mosquitto-5.0.2](https://github.com/truecharts/apps/compare/mosquitto-5.0.1...mosquitto-5.0.2) (2022-03-14)
#### Fix
* remove portal button ([#2164](https://github.com/truecharts/apps/issues/2164))
<a name="mosquitto-5.0.1"></a>
### [mosquitto-5.0.1](https://github.com/truecharts/apps/compare/mosquitto-5.0.0...mosquitto-5.0.1) (2022-03-07)
+9 -6
View File
@@ -12,11 +12,14 @@ You will, however, be able to use all values referenced in the common chart here
| 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 | `"tccr.io/truecharts/eclipse-mosquitto"` | image repository |
| image.tag | string | `"v2.0.14@sha256:047eb800158878c1bea9e6281e2dc3081b53b61ca10fdca5a17816c6fbe15216"` | 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. |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/eclipse-mosquitto"` | |
| image.tag | string | `"v2.0.14@sha256:047eb800158878c1bea9e6281e2dc3081b53b61ca10fdca5a17816c6fbe15216"` | |
| persistence.configinc.enabled | bool | `true` | |
| persistence.configinc.mountPath | string | `"/mosquitto/configinc"` | |
| persistence.data.enabled | bool | `true` | |
| persistence.data.mountPath | string | `"/mosquitto/data"` | |
| service.main.ports.main.port | int | `1883` | |
| service.main.ports.main.targetPort | int | `1883` | |
All Rights Reserved - The TrueCharts Project