Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
016ee120fc
commit
3920af0854
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [mariadb-5.0.28](https://github.com/truecharts/charts/compare/mariadb-5.0.27...mariadb-5.0.28) (2023-02-06)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/mariadb to 10.10.2
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [mariadb-5.0.29](https://github.com/truecharts/charts/compare/mariadb-5.0.28...mariadb-5.0.29) (2023-02-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/mariadb to v10.10.3
|
||||
|
||||
|
||||
|
||||
|
||||
## [mariadb-5.0.28](https://github.com/truecharts/charts/compare/mariadb-5.0.27...mariadb-5.0.28) (2023-02-06)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [mariadb-5.0.19](https://github.com/truecharts/charts/compare/mariadb-5.0.18...mariadb-5.0.19) (2022-12-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 11.1.2 ([#5855](https://github.com/truecharts/charts/issues/5855))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mariadb-5.0.18](https://github.com/truecharts/charts/compare/mariadb-5.0.17...mariadb-5.0.18) (2022-12-26)
|
||||
|
||||
### Chore
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "10.10.2"
|
||||
appVersion: "10.10.3"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -26,7 +26,7 @@ sources:
|
|||
- https://github.com/prometheus/mysqld_exporter
|
||||
- https://mariadb.org
|
||||
type: application
|
||||
version: 5.0.28
|
||||
version: 5.0.29
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [mariadb-5.0.29](https://github.com/truecharts/charts/compare/mariadb-5.0.28...mariadb-5.0.29) (2023-02-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/mariadb to v10.10.3
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/mariadb
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 10.10.2@sha256:353893dba2441fc70b2ae3088f3e6581b691d91bf5ec3a7d3ff03234d4924790
|
||||
tag: 10.10.3@sha256:dbdf1e68ba21c134297ab99302bdb1ca7f99761d0950799870ba82a0603c6131
|
||||
|
||||
controller:
|
||||
# -- Set the controller type.
|
Loading…
Reference in New Issue