Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-11-03 20:43:33 +00:00
parent aeb9c96639
commit cf6a50b2bf
13 changed files with 41 additions and 29 deletions

View File

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

View File

@@ -4,6 +4,15 @@
## [flowise-1.0.11](https://github.com/truecharts/charts/compare/flowise-1.0.10...flowise-1.0.11) (2023-11-03)
### Chore
- update container image tccr.io/truecharts/flowise to v1.3.9 ([#14311](https://github.com/truecharts/charts/issues/14311))
## [flowise-1.0.10](https://github.com/truecharts/charts/compare/flowise-1.0.9...flowise-1.0.10) (2023-11-03)
### Chore
@@ -88,12 +97,3 @@
## [flowise-1.0.0](https://github.com/truecharts/charts/compare/flowise-0.0.5...flowise-1.0.0) (2023-07-31)
## [flowise-0.0.5](https://github.com/truecharts/charts/compare/flowise-0.0.4...flowise-0.0.5) (2023-07-31)
### Chore
- update container image tccr.io/truecharts/flowise to v1.3.2 ([#11089](https://github.com/truecharts/charts/issues/11089))

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "1.3.8"
appVersion: "1.3.9"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@@ -21,7 +21,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/flowise
- https://github.com/FlowiseAI/Flowise
type: application
version: 1.0.10
version: 1.0.11
annotations:
truecharts.org/category: ai
truecharts.org/SCALE-support: "true"

View File

@@ -0,0 +1,9 @@
## [flowise-1.0.11](https://github.com/truecharts/charts/compare/flowise-1.0.10...flowise-1.0.11) (2023-11-03)
### Chore
- update container image tccr.io/truecharts/flowise to v1.3.9 ([#14311](https://github.com/truecharts/charts/issues/14311))

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/flowise
pullPolicy: IfNotPresent
tag: v1.3.8@sha256:de4adaa177d9fdbb588d9c5de64bbfd521391227339241bff72893052bc745da
tag: v1.3.9@sha256:343788959d93c6ffb8e1685f8651121e1e883ad89eeb9907906a8992b2b0efa9
securityContext:
container:

View File

@@ -982,6 +982,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:
@@ -1020,12 +1026,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)'
@@ -1069,6 +1075,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:
@@ -1126,8 +1138,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
@@ -1157,7 +1169,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:
@@ -1171,8 +1183,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", "=", ""]]