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-30 09:09:34 +00:00
parent fa00c94364
commit da229eb0f4
221 changed files with 2107 additions and 186 deletions
@@ -1,6 +1,19 @@
# Changelog<br>
<a name="zwavejs2mqtt-9.0.16"></a>
### [zwavejs2mqtt-9.0.16](https://github.com/truecharts/apps/compare/zwavejs2mqtt-9.0.15...zwavejs2mqtt-9.0.16) (2021-11-30)
#### Chore
* update major docker tags (major) ([#1426](https://github.com/truecharts/apps/issues/1426))
#### Fix
* move conflicting ports to 10xxx range ([#1415](https://github.com/truecharts/apps/issues/1415))
<a name="zwavejs2mqtt-9.0.15"></a>
### [zwavejs2mqtt-9.0.15](https://github.com/truecharts/apps/compare/zwavejs2mqtt-9.0.14...zwavejs2mqtt-9.0.15) (2021-11-23)
+2 -2
View File
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env | object | `{}` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/truecharts/zwavejs2mqtt"` | |
| image.tag | string | `"v5.12.0@sha256:1d1870e8ccbb1cd2f6417e0f4879e8923e7ac56c88a1215bdc14eaeb69751a0c"` | |
| image.tag | string | `"v6.0.2@sha256:d180409c3c07602017766184ae9f3dfa1339c82baaa1442bc3bb179d966f8bf5"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/usr/src/app/store"` | |
| probes.liveness.enabled | bool | `true` | |
@@ -25,7 +25,7 @@ You will, however, be able to use all values referenced in the common chart here
| service.main.ports.main.targetPort | int | `8091` | |
| service.ws.enabled | bool | `true` | |
| service.ws.ports.ws.enabled | bool | `true` | |
| service.ws.ports.ws.port | int | `3000` | |
| service.ws.ports.ws.port | int | `10046` | |
| service.ws.ports.ws.targetPort | int | `3000` | |
All Rights Reserved - The TrueCharts Project