Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
49a2c7509e
commit
df5e8097d4
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [mariadb-9.0.41](https://github.com/truecharts/charts/compare/mariadb-9.0.40...mariadb-9.0.41) (2023-11-14)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 14.5.0 ([#14466](https://github.com/truecharts/charts/issues/14466))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [mariadb-9.0.42](https://github.com/truecharts/charts/compare/mariadb-9.0.41...mariadb-9.0.42) (2023-11-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/mariadb to v11.1.3 ([#14675](https://github.com/truecharts/charts/issues/14675))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mariadb-9.0.41](https://github.com/truecharts/charts/compare/mariadb-9.0.40...mariadb-9.0.41) (2023-11-14)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
|
||||
- update helm chart common to 14.1.0 ([#14049](https://github.com/truecharts/charts/issues/14049))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mariadb-9.0.31](https://github.com/truecharts/charts/compare/mariadb-9.0.30...mariadb-9.0.31) (2023-10-20)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/mariadb to v11.1.2 ([#13548](https://github.com/truecharts/charts/issues/13548))
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "11.1.2"
|
||||
appVersion: "11.1.3"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -25,7 +25,7 @@ sources:
|
|||
- https://github.com/prometheus/mysqld_exporter
|
||||
- https://mariadb.org
|
||||
type: application
|
||||
version: 9.0.41
|
||||
version: 9.0.42
|
||||
annotations:
|
||||
truecharts.org/category: database
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [mariadb-9.0.42](https://github.com/truecharts/charts/compare/mariadb-9.0.41...mariadb-9.0.42) (2023-11-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/mariadb to v11.1.3 ([#14675](https://github.com/truecharts/charts/issues/14675))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/mariadb
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v11.1.2@sha256:3ec39631c2e7c4a3564ccf0726a19078fd056601ee7a66761d62344b585e9289
|
||||
tag: v11.1.3@sha256:18e6da279a02195276246aaf985fabde46bd2a58051fc4e7ee65e1c986e7a717
|
||||
|
||||
workload:
|
||||
main:
|
Loading…
Reference in New Issue