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-21 15:26:30 +00:00
parent 62daa881b6
commit 5a2fba8f45
5 changed files with 57 additions and 3 deletions

View File

@@ -1,6 +1,16 @@
# Changelog<br>
<a name="mariadb-1.0.6"></a>
### [mariadb-1.0.6](https://github.com/truecharts/apps/compare/mariadb-1.0.5...mariadb-1.0.6) (2021-11-21)
#### Fix
* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361))
* correctly use passwords when running the App directly
<a name="mariadb-1.0.5"></a>
### [mariadb-1.0.5](https://github.com/truecharts/apps/compare/mariadb-1.0.4...mariadb-1.0.5) (2021-11-18)

View File

@@ -46,7 +46,6 @@ You will, however, be able to use all values referenced in the common chart here
| probes.startup.enabled | bool | `true` | Enable the startup probe |
| probes.startup.spec | object | See below | The spec field contains the values for the default livenessProbe. If you selected `custom: true`, this field holds the definition of the livenessProbe. |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| service.main.enabled | bool | `true` | |
| service.main.ports.main.port | int | `3306` | |
| service.main.ports.main.targetPort | int | `3306` | |
| volumeClaimTemplates.data.enabled | bool | `true` | |