Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-11-01 13:05:03 +00:00
parent 60aa03a510
commit 2610d5fce5
146 changed files with 1774 additions and 81 deletions
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="mosquitto-4.0.3"></a>
### [mosquitto-4.0.3](https://github.com/truecharts/apps/compare/mosquitto-4.0.2...mosquitto-4.0.3) (2021-11-01)
#### Chore
* update non-major ([#1263](https://github.com/truecharts/apps/issues/1263))
<a name="mosquitto-4.0.2"></a>
### [mosquitto-4.0.2](https://github.com/truecharts/apps/compare/mosquitto-4.0.1...mosquitto-4.0.2) (2021-10-26)
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "2.0.12"
appVersion: "2.0.13"
dependencies:
- name: common
repository: https://truecharts.org
+1 -1
View File
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| 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.12@sha256:ce08d3fe69d4170cea2426739af86ac95e683f01dd2c4141da661983a2401364"` | image tag |
| image.tag | string | `"2.0.13@sha256:7deeb5a0b21511e4e4e0a30b8635f05910b13ebdd8fc6a78651ee2f9f21cd724"` | 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. |