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-15 19:55:30 +00:00
parent 8db9184061
commit 9731a32ce4
19 changed files with 262 additions and 19 deletions
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="mariadb-1.0.1"></a>
### [mariadb-1.0.1](https://github.com/truecharts/apps/compare/mariadb-1.0.0...mariadb-1.0.1) (2021-11-15)
#### Feat
* move postgresql to use statefullset and cleanup ([#1335](https://github.com/truecharts/apps/issues/1335))
<a name="mariadb-1.0.0"></a>
### [mariadb-1.0.0](https://github.com/truecharts/apps/compare/mariadb-0.0.1...mariadb-1.0.0) (2021-11-15)
+2 -3
View File
@@ -49,8 +49,7 @@ You will, however, be able to use all values referenced in the common chart here
| service.main.enabled | bool | `true` | |
| service.main.ports.main.port | int | `3306` | |
| service.main.ports.main.targetPort | int | `3306` | |
| volumeClaimTemplates.db.accessMode | string | `"ReadWriteOnce"` | |
| volumeClaimTemplates.db.enabled | bool | `true` | |
| volumeClaimTemplates.db.mountPath | string | `"/bitnami/mariadb"` | |
| volumeClaimTemplates.data.enabled | bool | `true` | |
| volumeClaimTemplates.data.mountPath | string | `"/bitnami/mariadb"` | |
All Rights Reserved - The TrueCharts Project