mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-26 21:30:39 +08:00
Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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` | |
|
||||
|
||||
Reference in New Issue
Block a user