Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
7a2906cb34
commit
9d901eb3a0
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [mysql-workbench-5.0.8](https://github.com/truecharts/charts/compare/mysql-workbench-5.0.7...mysql-workbench-5.0.8) (2023-04-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/mysql-workbench to v ([#8323](https://github.com/truecharts/charts/issues/8323))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [mysql-workbench-5.0.9](https://github.com/truecharts/charts/compare/mysql-workbench-5.0.8...mysql-workbench-5.0.9) (2023-04-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/mysql-workbench to v8.0.33 ([#8497](https://github.com/truecharts/charts/issues/8497))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mysql-workbench-5.0.8](https://github.com/truecharts/charts/compare/mysql-workbench-5.0.7...mysql-workbench-5.0.8) (2023-04-27)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
- update container image tccr.io/truecharts/mysql-workbench to 8.0.32
|
||||
|
||||
|
||||
|
||||
|
||||
## [mysql-workbench-4.0.15](https://github.com/truecharts/charts/compare/mysql-workbench-4.0.14...mysql-workbench-4.0.15) (2023-02-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/mysql-workbench to 8.0.32
|
||||
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: mysql-workbench
|
||||
version: 5.0.8
|
||||
appVersion: "8.0.32"
|
||||
version: 5.0.9
|
||||
appVersion: "8.0.33"
|
||||
description: MySQL Workbench is a unified visual tool for database architects, developers and DBAs.
|
||||
type: application
|
||||
deprecated: false
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [mysql-workbench-5.0.9](https://github.com/truecharts/charts/compare/mysql-workbench-5.0.8...mysql-workbench-5.0.9) (2023-04-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/mysql-workbench to v8.0.33 ([#8497](https://github.com/truecharts/charts/issues/8497))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/mysql-workbench
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 8.0.32@sha256:449e231c87c1c8dfd973c05d93abcf274b5874a1b8ad647c6c0056b07c8a54ec
|
||||
tag: 8.0.33@sha256:d9488ac86ef0ba1c887890f5e5d7b54cdcd97026300deeb5c9efe06ab26fbdfb
|
||||
service:
|
||||
main:
|
||||
ports:
|
|
@ -923,7 +923,7 @@ questions:
|
|||
description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
|
||||
schema:
|
||||
type: int
|
||||
show_if: [["runAsUser", "=", "0"]]
|
||||
show_if: [["runAsUser", "=", 0]]
|
||||
default: 568
|
||||
- variable: UMASK
|
||||
label: UMASK
|
Loading…
Reference in New Issue