Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
3d06c03c41
commit
66b0455008
|
@ -1,6 +1,15 @@
|
||||||
# Changelog<br>
|
# Changelog<br>
|
||||||
|
|
||||||
|
|
||||||
|
<a name="mariadb-2.0.8"></a>
|
||||||
|
### [mariadb-2.0.8](https://github.com/truecharts/apps/compare/mariadb-2.0.7...mariadb-2.0.8) (2022-03-20)
|
||||||
|
|
||||||
|
#### Fix
|
||||||
|
|
||||||
|
* Wait for init ([#2226](https://github.com/truecharts/apps/issues/2226))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="mariadb-2.0.7"></a>
|
<a name="mariadb-2.0.7"></a>
|
||||||
### [mariadb-2.0.7](https://github.com/truecharts/apps/compare/mariadb-2.0.6...mariadb-2.0.7) (2022-03-20)
|
### [mariadb-2.0.7](https://github.com/truecharts/apps/compare/mariadb-2.0.6...mariadb-2.0.7) (2022-03-20)
|
||||||
|
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
* update helm chart common to v8.17.3 ([#2009](https://github.com/truecharts/apps/issues/2009))
|
* update helm chart common to v8.17.3 ([#2009](https://github.com/truecharts/apps/issues/2009))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="mariadb-1.0.77"></a>
|
|
||||||
### [mariadb-1.0.77](https://github.com/truecharts/apps/compare/mariadb-1.0.76...mariadb-1.0.77) (2022-03-03)
|
|
||||||
|
|
||||||
#### Chore
|
|
||||||
|
|
||||||
* update docker general non-major ([#2006](https://github.com/truecharts/apps/issues/2006))
|
|
||||||
|
|
|
@ -3,4 +3,4 @@ dependencies:
|
||||||
repository: https://truecharts.org
|
repository: https://truecharts.org
|
||||||
version: 9.1.6
|
version: 9.1.6
|
||||||
digest: sha256:d65395039794859a54173a3b1687c20877eeb9127fa4044016eb188cc1644675
|
digest: sha256:d65395039794859a54173a3b1687c20877eeb9127fa4044016eb188cc1644675
|
||||||
generated: "2022-03-20T03:47:38.348829551Z"
|
generated: "2022-03-20T22:58:24.541561323Z"
|
|
@ -24,7 +24,7 @@ sources:
|
||||||
- https://github.com/prometheus/mysqld_exporter
|
- https://github.com/prometheus/mysqld_exporter
|
||||||
- https://mariadb.org
|
- https://mariadb.org
|
||||||
type: application
|
type: application
|
||||||
version: 2.0.7
|
version: 2.0.8
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- database
|
- database
|
|
@ -62,7 +62,7 @@ probes:
|
||||||
command:
|
command:
|
||||||
- /bin/bash
|
- /bin/bash
|
||||||
- -ec
|
- -ec
|
||||||
- mysqladmin status -uroot -p"${MARIADB_ROOT_PASSWORD}"
|
- "until /opt/bitnami/scripts/mariadb/healthcheck.sh; do sleep 2; done"
|
||||||
|
|
||||||
# -- Redainess probe configuration
|
# -- Redainess probe configuration
|
||||||
# @default -- See below
|
# @default -- See below
|
||||||
|
@ -79,7 +79,7 @@ probes:
|
||||||
command:
|
command:
|
||||||
- /bin/bash
|
- /bin/bash
|
||||||
- -ec
|
- -ec
|
||||||
- mysqladmin status -uroot -p"${MARIADB_ROOT_PASSWORD}"
|
- "until /opt/bitnami/scripts/mariadb/healthcheck.sh; do sleep 2; done"
|
||||||
# -- Startup probe configuration
|
# -- Startup probe configuration
|
||||||
# @default -- See below
|
# @default -- See below
|
||||||
startup:
|
startup:
|
||||||
|
@ -94,7 +94,7 @@ probes:
|
||||||
command:
|
command:
|
||||||
- /bin/bash
|
- /bin/bash
|
||||||
- -ec
|
- -ec
|
||||||
- mysqladmin status -uroot -p"${MARIADB_ROOT_PASSWORD}"
|
- "until /opt/bitnami/scripts/mariadb/healthcheck.sh; do sleep 2; done"
|
||||||
|
|
||||||
mariadbPassword: "testpass"
|
mariadbPassword: "testpass"
|
||||||
mariadbUsername: "test"
|
mariadbUsername: "test"
|
Loading…
Reference in New Issue