Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
1499bdb65f
commit
4474ad96d3
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [mariadb-9.0.6](https://github.com/truecharts/charts/compare/mariadb-9.0.5...mariadb-9.0.6) (2023-08-15)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm chart common to 14.0.2 ([#11488](https://github.com/truecharts/charts/issues/11488))
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [mariadb-9.0.7](https://github.com/truecharts/charts/compare/mariadb-9.0.6...mariadb-9.0.7) (2023-08-16)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/mariadb to v11.0.3 ([#11619](https://github.com/truecharts/charts/issues/11619))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [mariadb-9.0.6](https://github.com/truecharts/charts/compare/mariadb-9.0.5...mariadb-9.0.6) (2023-08-15)
|
## [mariadb-9.0.6](https://github.com/truecharts/charts/compare/mariadb-9.0.5...mariadb-9.0.6) (2023-08-15)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
- update container image tccr.io/truecharts/mariadb to v11.0.2 ([#10965](https://github.com/truecharts/charts/issues/10965))
|
- update container image tccr.io/truecharts/mariadb to v11.0.2 ([#10965](https://github.com/truecharts/charts/issues/10965))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [mariadb-8.0.4](https://github.com/truecharts/charts/compare/mariadb-8.0.3...mariadb-8.0.4) (2023-07-25)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update container image tccr.io/truecharts/mariadb to v10.11.4 ([#10845](https://github.com/truecharts/charts/issues/10845))
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "11.0.2"
|
appVersion: "11.0.3"
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
|
@ -25,7 +25,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: 9.0.6
|
version: 9.0.7
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- database
|
- database
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [mariadb-9.0.7](https://github.com/truecharts/charts/compare/mariadb-9.0.6...mariadb-9.0.7) (2023-08-16)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/mariadb to v11.0.3 ([#11619](https://github.com/truecharts/charts/issues/11619))
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/mariadb
|
repository: tccr.io/truecharts/mariadb
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: v11.0.2@sha256:b120463f63461cef87eaff1312378e6b99eb4a006176cf1707fc1590602dfb14
|
tag: v11.0.3@sha256:680706de24b106495651162799e3625ff78bfbc242c5198aa9d03bc0ab166b82
|
||||||
|
|
||||||
workload:
|
workload:
|
||||||
main:
|
main:
|
Loading…
Reference in New Issue