Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-11-04 07:46:04 +00:00
parent daf2ac4bda
commit d6928c60d5
12 changed files with 40 additions and 28 deletions

View File

@ -1,9 +0,0 @@
## [mysql-workbench-6.0.16](https://github.com/truecharts/charts/compare/mysql-workbench-6.0.15...mysql-workbench-6.0.16) (2023-11-03)
### Chore
- update helm general non-major ([#14287](https://github.com/truecharts/charts/issues/14287))

View File

@ -4,6 +4,15 @@
## [mysql-workbench-6.0.17](https://github.com/truecharts/charts/compare/mysql-workbench-6.0.16...mysql-workbench-6.0.17) (2023-11-04)
### Chore
- update container image tccr.io/truecharts/mysql-workbench to v8.0.34 ([#14329](https://github.com/truecharts/charts/issues/14329))
## [mysql-workbench-6.0.16](https://github.com/truecharts/charts/compare/mysql-workbench-6.0.15...mysql-workbench-6.0.16) (2023-11-03)
### Chore
@ -88,12 +97,3 @@
## [mysql-workbench-6.0.7](https://github.com/truecharts/charts/compare/mysql-workbench-6.0.6...mysql-workbench-6.0.7) (2023-09-16)
### Chore
- update container image tccr.io/truecharts/mysql-workbench to v8.0.34 ([#12645](https://github.com/truecharts/charts/issues/12645))
## [mysql-workbench-6.0.6](https://github.com/truecharts/charts/compare/mysql-workbench-6.0.5...mysql-workbench-6.0.6) (2023-09-09)

View File

@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: mysql-workbench
version: 6.0.16
version: 6.0.17
appVersion: "8.0.34"
description: MySQL Workbench is a unified visual tool for database architects, developers and DBAs.
type: application

View File

@ -0,0 +1,9 @@
## [mysql-workbench-6.0.17](https://github.com/truecharts/charts/compare/mysql-workbench-6.0.16...mysql-workbench-6.0.17) (2023-11-04)
### Chore
- update container image tccr.io/truecharts/mysql-workbench to v8.0.34 ([#14329](https://github.com/truecharts/charts/issues/14329))

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/mysql-workbench
pullPolicy: IfNotPresent
tag: v8.0.34@sha256:e4998d252ce1e9b4f645fd4dc42dac6e1da39e5e0a3d6b33219636fe8a827b9b
tag: v8.0.34@sha256:f0725884499b12c6ad5105d97cdf2d1dd916807d38c4a36afa6d6933a3309153
service:
main:
ports:

View File

@ -828,6 +828,12 @@ questions:
default: websecure
show_if: [["advanced", "=", true]]
required: true
- variable: allowCors
label: "Allow Cross Origin Requests"
schema:
type: boolean
show_if: [["advanced", "=", true]]
default: false
- variable: ingressClassName
label: (Advanced/Optional) IngressClass Name
schema:
@ -866,12 +872,12 @@ questions:
schema:
type: string
default: ""
- variable: 'clusterCertificate (Advanced)'
label: Cluster Certificate
- variable: clusterCertificate
label: 'Cluster Certificate (Advanced)'
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]
show_if: [["certificateIssuer", "=", ""]]
default: ""
- variable: secretName
label: 'Use Custom Certificate Secret (Advanced)'
@ -915,6 +921,12 @@ questions:
schema:
type: string
default: ""
- variable: allowCors
label: "Allow Cross Origin Requests"
schema:
type: boolean
show_if: [["advanced", "=", true]]
default: false
- variable: hosts
label: Hosts
schema:
@ -972,8 +984,8 @@ questions:
label: Service Port
schema:
type: int
- variable: clusterIssuer
label: clusterIssuer
- variable: certificateIssuer
label: certificateIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
schema:
type: string
@ -1003,7 +1015,7 @@ questions:
type: string
default: ""
required: true
- variable: clusterIssuer
- variable: certificateIssuer
label: Use Cert-Manager clusterIssuer
description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
schema:
@ -1017,8 +1029,8 @@ questions:
$ref:
- "definitions/certificate"
- variable: clusterCertificate
label: Cluster Certificate (Experimental)
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart. NOTE: This is an experimental feature'
label: 'Cluster Certificate (Advanced)'
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]