Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-01-29 06:51:11 +00:00
parent 9350540f7f
commit ab592c4e13
11 changed files with 65 additions and 24 deletions

View File

@ -1,9 +0,0 @@
## [mysql-workbench-4.0.11](https://github.com/truecharts/charts/compare/mysql-workbench-4.0.10...mysql-workbench-4.0.11) (2023-01-19)
### Chore
- update container image tccr.io/truecharts/mysql-workbench to v8.0.32

View File

@ -4,6 +4,15 @@
## [mysql-workbench-4.0.12](https://github.com/truecharts/charts/compare/mysql-workbench-4.0.11...mysql-workbench-4.0.12) (2023-01-29)
### Chore
- update container image tccr.io/truecharts/mysql-workbench to 8.0.32
## [mysql-workbench-4.0.11](https://github.com/truecharts/charts/compare/mysql-workbench-4.0.10...mysql-workbench-4.0.11) (2023-01-19)
### Chore
@ -88,12 +97,3 @@
## [mysql-workbench-4.0.2](https://github.com/truecharts/charts/compare/mysql-workbench-4.0.1...mysql-workbench-4.0.2) (2022-11-30)
## [mysql-workbench-4.0.2](https://github.com/truecharts/charts/compare/mysql-workbench-4.0.1...mysql-workbench-4.0.2) (2022-11-30)
## [mysql-workbench-4.0.2](https://github.com/truecharts/charts/compare/mysql-workbench-4.0.1...mysql-workbench-4.0.2) (2022-11-30)

View File

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

View File

@ -0,0 +1,9 @@
## [mysql-workbench-4.0.12](https://github.com/truecharts/charts/compare/mysql-workbench-4.0.11...mysql-workbench-4.0.12) (2023-01-29)
### Chore
- update container image tccr.io/truecharts/mysql-workbench to 8.0.32

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/mysql-workbench
pullPolicy: IfNotPresent
tag: 8.0.32@sha256:93d87df9dd366309bd7eb4d0fb139c257a22f97203e5f6a84d3309c5593a4c75
tag: 8.0.32@sha256:8388b98e316f58c20d2c5714dc5ab3c318ad0f39059a703e44b2b29af6e1bb3c
securityContext:
runAsNonRoot: false

View File

@ -624,10 +624,17 @@ questions:
type: string
required: true
default: Prefix
- variable: clusterIssuer
label: clusterIssuer
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
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
show_if: [["clusterIssuer", "=", ""]]
default: []
items:
- variable: tlsEntry
@ -648,12 +655,26 @@ questions:
type: string
default: ""
required: true
- variable: scaleCert
label: Select TrueNAS SCALE Certificate
- variable: clusterIssuer
label: Use Cert-Manager clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
schema:
type: string
default: ""
- variable: scaleCert
label: Use TrueNAS SCALE Certificate (Deprecated)
schema:
show_if: [["clusterIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
show_if: [["clusterIssuer", "=", ""]]
type: string
default: ""
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
@ -765,11 +786,18 @@ questions:
label: Service Port
schema:
type: int
- variable: clusterIssuer
label: clusterIssuer
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
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
default: []
show_if: [["clusterIssuer", "=", ""]]
items:
- variable: tlsEntry
label: Host
@ -789,12 +817,25 @@ questions:
type: string
default: ""
required: true
- variable: scaleCert
label: Select TrueNAS SCALE Certificate
- variable: clusterIssuer
label: Use Cert-Manager clusterIssuer
description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
schema:
type: string
default: ""
- variable: scaleCert
label: Use TrueNAS SCALE Certificate (Deprecated)
schema:
show_if: [["clusterIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]
default: ""
- variable: entrypoint
label: Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider