Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
|
||||
|
||||
## [mariadb-7.0.54](https://github.com/truecharts/charts/compare/mariadb-7.0.50...mariadb-7.0.54) (2023-06-16)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/mariadb to v10.11.4 ([#9683](https://github.com/truecharts/charts/issues/9683))
|
||||
- update container image tccr.io/truecharts/mariadb to v10.11.4 ([#9623](https://github.com/truecharts/charts/issues/9623))
|
||||
- update helm chart common to 12.14.3 ([#9601](https://github.com/truecharts/charts/issues/9601))
|
||||
- update helm chart common to 12.14.2 ([#9579](https://github.com/truecharts/charts/issues/9579))
|
||||
|
||||
|
||||
@@ -4,6 +4,15 @@
|
||||
|
||||
|
||||
|
||||
## [mariadb-7.0.55](https://github.com/truecharts/charts/compare/mariadb-7.0.54...mariadb-7.0.55) (2023-06-18)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/mariadb to v10.11.4 ([#9750](https://github.com/truecharts/charts/issues/9750))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mariadb-7.0.54](https://github.com/truecharts/charts/compare/mariadb-7.0.50...mariadb-7.0.54) (2023-06-16)
|
||||
|
||||
### Chore
|
||||
@@ -88,12 +97,3 @@
|
||||
|
||||
|
||||
|
||||
## [mariadb-7.0.54](https://github.com/truecharts/charts/compare/mariadb-7.0.50...mariadb-7.0.54) (2023-06-16)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/mariadb to v10.11.4 ([#9683](https://github.com/truecharts/charts/issues/9683))
|
||||
- update container image tccr.io/truecharts/mariadb to v10.11.4 ([#9623](https://github.com/truecharts/charts/issues/9623))
|
||||
- update helm chart common to 12.14.3 ([#9601](https://github.com/truecharts/charts/issues/9601))
|
||||
- update helm chart common to 12.14.2 ([#9579](https://github.com/truecharts/charts/issues/9579))
|
||||
|
||||
@@ -25,7 +25,7 @@ sources:
|
||||
- https://github.com/prometheus/mysqld_exporter
|
||||
- https://mariadb.org
|
||||
type: application
|
||||
version: 7.0.54
|
||||
version: 7.0.55
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
||||
9
dependency/mariadb/7.0.55/app-changelog.md
Normal file
9
dependency/mariadb/7.0.55/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [mariadb-7.0.55](https://github.com/truecharts/charts/compare/mariadb-7.0.54...mariadb-7.0.55) (2023-06-18)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/mariadb to v10.11.4 ([#9750](https://github.com/truecharts/charts/issues/9750))
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/mariadb
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v10.11.4@sha256:3cc546822b0f42d530cd7167b01c76e1877434e2e2fe960d03b659fe272b94f7
|
||||
tag: v10.11.4@sha256:16bee56b0709f852b985ce58b5958e30867b525b0467c3f38ffa9096569961b4
|
||||
|
||||
workload:
|
||||
main:
|
||||
@@ -573,8 +573,38 @@ questions:
|
||||
description: Automatically set permissions on install
|
||||
schema:
|
||||
show_if: [["type", "=", "hostPath"]]
|
||||
hidden: true
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: autoPermissions
|
||||
label: Automatic Permissions Configuration
|
||||
description: Automatically set permissions
|
||||
schema:
|
||||
show_if: [["type", "!=", "pvc"]]
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: chown
|
||||
label: Run CHOWN
|
||||
description: |
|
||||
It will run CHOWN on the path with the given fsGroup
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: chmod
|
||||
label: Run CHMOD
|
||||
description: |
|
||||
It will run CHMOD on the path with the given value
|
||||
schema:
|
||||
type: string
|
||||
default: "775"
|
||||
- variable: recursive
|
||||
label: Recursive
|
||||
description: |
|
||||
It will run CHOWN and CHMOD recursively
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: readOnly
|
||||
label: Read Only
|
||||
schema:
|
||||
Reference in New Issue
Block a user