Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
e3fc08bd67
commit
1fa0f820a6
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [mysql-workbench-6.0.20](https://github.com/truecharts/charts/compare/mysql-workbench-6.0.19...mysql-workbench-6.0.20) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14465](https://github.com/truecharts/charts/issues/14465))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [mysql-workbench-6.0.21](https://github.com/truecharts/charts/compare/mysql-workbench-6.0.20...mysql-workbench-6.0.21) (2023-11-11)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/mysql-workbench to v8.0.34 ([#14570](https://github.com/truecharts/charts/issues/14570))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mysql-workbench-6.0.20](https://github.com/truecharts/charts/compare/mysql-workbench-6.0.19...mysql-workbench-6.0.20) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
## [mysql-workbench-6.0.11](https://github.com/truecharts/charts/compare/mysql-workbench-6.0.10...mysql-workbench-6.0.11) (2023-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#13386](https://github.com/truecharts/charts/issues/13386))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mysql-workbench-6.0.10](https://github.com/truecharts/charts/compare/mysql-workbench-6.0.9...mysql-workbench-6.0.10) (2023-10-07)
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: mysql-workbench
|
||||
version: 6.0.20
|
||||
version: 6.0.21
|
||||
appVersion: "8.0.34"
|
||||
description: MySQL Workbench is a unified visual tool for database architects, developers and DBAs.
|
||||
type: application
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [mysql-workbench-6.0.21](https://github.com/truecharts/charts/compare/mysql-workbench-6.0.20...mysql-workbench-6.0.21) (2023-11-11)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/mysql-workbench to v8.0.34 ([#14570](https://github.com/truecharts/charts/issues/14570))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/mysql-workbench
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v8.0.34@sha256:f0725884499b12c6ad5105d97cdf2d1dd916807d38c4a36afa6d6933a3309153
|
||||
tag: v8.0.34@sha256:967d0d0faa8f41859bb071744e7f17e2c097b77ce8729a4a58a6eab0f849169f
|
||||
service:
|
||||
main:
|
||||
ports:
|
|
@ -775,7 +775,7 @@ questions:
|
|||
label: Paths
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
default: [{path: "/", pathType: "Prefix"}]
|
||||
items:
|
||||
- variable: pathEntry
|
||||
label: Host
|
Loading…
Reference in New Issue