Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2021-11-21 15:26:33 +00:00
parent bc9afb4c13
commit 1452e5af49
13 changed files with 14 additions and 6 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

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.6.3
digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f
generated: "2021-11-18T22:00:55.474125377Z"
generated: "2021-11-21T15:24:11.23638873Z"

View File

@ -24,7 +24,7 @@ sources:
- https://github.com/prometheus/mysqld_exporter
- https://mariadb.org
type: application
version: 1.0.5
version: 1.0.6
annotations:
truecharts.org/catagories: |
- database

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` | |

View File

@ -26,7 +26,6 @@ controller:
service:
main:
enabled: true
ports:
main:
port: 3306

View File

@ -10,5 +10,5 @@ metadata:
{{- end }}
type: Opaque
data:
mariadb-password: {{ ( .Values.postgresqlPassword | default "empty" ) | b64enc | quote }}
mariadb-root-password: {{ ( .Values.postgrespassword | default "empty" ) | b64enc | quote }}
mariadb-password: {{ ( .Values.mariadbPassword | default "empty" ) | b64enc | quote }}
mariadb-root-password: {{ ( .Values.mariadbRootPassword | default "empty" ) | b64enc | quote }}