Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
8cd0d87c71
commit
9ab2e7ab10
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [mariadb-7.0.56](https://github.com/truecharts/charts/compare/mariadb-7.0.55...mariadb-7.0.56) (2023-06-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/mariadb to v10.11.4 ([#9820](https://github.com/truecharts/charts/issues/9820))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [mariadb-7.0.57](https://github.com/truecharts/charts/compare/mariadb-7.0.56...mariadb-7.0.57) (2023-06-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/mariadb to v10.11.4 ([#9883](https://github.com/truecharts/charts/issues/9883))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mariadb-7.0.56](https://github.com/truecharts/charts/compare/mariadb-7.0.55...mariadb-7.0.56) (2023-06-21)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
- 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))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mariadb-7.0.54](https://github.com/truecharts/charts/compare/mariadb-7.0.50...mariadb-7.0.54) (2023-06-16)
|
||||
|
||||
### Chore
|
|
@ -25,7 +25,7 @@ sources:
|
|||
- https://github.com/prometheus/mysqld_exporter
|
||||
- https://mariadb.org
|
||||
type: application
|
||||
version: 7.0.56
|
||||
version: 7.0.57
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
|
@ -12,7 +12,7 @@ For more information about this App, please check the docs on the TrueCharts [we
|
|||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ).
|
||||
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
|
||||
- See the [Website](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [mariadb-7.0.57](https://github.com/truecharts/charts/compare/mariadb-7.0.56...mariadb-7.0.57) (2023-06-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/mariadb to v10.11.4 ([#9883](https://github.com/truecharts/charts/issues/9883))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/mariadb
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v10.11.4@sha256:916aaebe295f39d189d2c49d279b7b5dd3e7edf30946bdb74008c4fcd1aaa7da
|
||||
tag: v10.11.4@sha256:557c39805a5b47d69808f50712ed489ee2a50da4bc6899f2f73a616dd32a9bf1
|
||||
|
||||
workload:
|
||||
main:
|
|
@ -831,14 +831,14 @@ questions:
|
|||
attrs:
|
||||
- variable: cpu
|
||||
label: CPU
|
||||
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
|
||||
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
|
||||
schema:
|
||||
type: string
|
||||
default: 4000m
|
||||
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
|
||||
- variable: memory
|
||||
label: RAM
|
||||
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
|
||||
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
|
||||
schema:
|
||||
type: string
|
||||
default: 8Gi
|
||||
|
@ -852,7 +852,7 @@ questions:
|
|||
attrs:
|
||||
- variable: cpu
|
||||
label: CPU
|
||||
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
|
||||
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
|
||||
schema:
|
||||
type: string
|
||||
default: 10m
|
||||
|
@ -860,7 +860,7 @@ questions:
|
|||
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
|
||||
- variable: memory
|
||||
label: "RAM"
|
||||
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
|
||||
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
|
||||
schema:
|
||||
type: string
|
||||
default: 50Mi
|
Loading…
Reference in New Issue