Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
9350540f7f
commit
ab592c4e13
|
@ -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
|
|
||||||
|
|
||||||
|
|
|
@ -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)
|
## [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
|
### 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)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [mysql-workbench-4.0.2](https://github.com/truecharts/charts/compare/mysql-workbench-4.0.1...mysql-workbench-4.0.2) (2022-11-30)
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
name: mysql-workbench
|
name: mysql-workbench
|
||||||
version: 4.0.11
|
version: 4.0.12
|
||||||
appVersion: "8.0.32"
|
appVersion: "8.0.32"
|
||||||
description: MySQL Workbench is a unified visual tool for database architects, developers and DBAs.
|
description: MySQL Workbench is a unified visual tool for database architects, developers and DBAs.
|
||||||
type: application
|
type: application
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/mysql-workbench
|
repository: tccr.io/truecharts/mysql-workbench
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 8.0.32@sha256:93d87df9dd366309bd7eb4d0fb139c257a22f97203e5f6a84d3309c5593a4c75
|
tag: 8.0.32@sha256:8388b98e316f58c20d2c5714dc5ab3c318ad0f39059a703e44b2b29af6e1bb3c
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsNonRoot: false
|
runAsNonRoot: false
|
|
@ -624,10 +624,17 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
default: Prefix
|
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
|
- variable: tls
|
||||||
label: TLS-Settings
|
label: TLS-Settings
|
||||||
schema:
|
schema:
|
||||||
type: list
|
type: list
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
default: []
|
default: []
|
||||||
items:
|
items:
|
||||||
- variable: tlsEntry
|
- variable: tlsEntry
|
||||||
|
@ -648,12 +655,26 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
required: true
|
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:
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: scaleCert
|
||||||
|
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||||
|
schema:
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
type: int
|
type: int
|
||||||
$ref:
|
$ref:
|
||||||
- "definitions/certificate"
|
- "definitions/certificate"
|
||||||
|
- variable: secretName
|
||||||
|
label: Use Custom Secret (Advanced)
|
||||||
|
schema:
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
- variable: entrypoint
|
- variable: entrypoint
|
||||||
label: (Advanced) Traefik Entrypoint
|
label: (Advanced) Traefik Entrypoint
|
||||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
||||||
|
@ -765,11 +786,18 @@ questions:
|
||||||
label: Service Port
|
label: Service Port
|
||||||
schema:
|
schema:
|
||||||
type: int
|
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
|
- variable: tls
|
||||||
label: TLS-Settings
|
label: TLS-Settings
|
||||||
schema:
|
schema:
|
||||||
type: list
|
type: list
|
||||||
default: []
|
default: []
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
items:
|
items:
|
||||||
- variable: tlsEntry
|
- variable: tlsEntry
|
||||||
label: Host
|
label: Host
|
||||||
|
@ -789,12 +817,25 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
required: true
|
required: true
|
||||||
- variable: scaleCert
|
- variable: clusterIssuer
|
||||||
label: Select TrueNAS SCALE Certificate
|
label: Use Cert-Manager clusterIssuer
|
||||||
|
description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
|
||||||
schema:
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: scaleCert
|
||||||
|
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||||
|
schema:
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
type: int
|
type: int
|
||||||
$ref:
|
$ref:
|
||||||
- "definitions/certificate"
|
- "definitions/certificate"
|
||||||
|
- variable: secretName
|
||||||
|
label: Use Custom Secret (Advanced)
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
|
default: ""
|
||||||
- variable: entrypoint
|
- variable: entrypoint
|
||||||
label: Traefik Entrypoint
|
label: Traefik Entrypoint
|
||||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
Loading…
Reference in New Issue