Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-11-03 22:46:51 +00:00
parent 9439ef53bb
commit 4490578f73
13 changed files with 40 additions and 19 deletions

View File

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

View File

@ -4,6 +4,15 @@
## [dashy-3.0.24](https://github.com/truecharts/charts/compare/dashy-3.0.23...dashy-3.0.24) (2023-11-03)
### Chore
- update container image tccr.io/truecharts/dashy to v2.1.1 ([#14314](https://github.com/truecharts/charts/issues/14314))
## [dashy-3.0.23](https://github.com/truecharts/charts/compare/dashy-3.0.22...dashy-3.0.23) (2023-11-03) ## [dashy-3.0.23](https://github.com/truecharts/charts/compare/dashy-3.0.22...dashy-3.0.23) (2023-11-03)
### Chore ### Chore

View File

@ -18,7 +18,7 @@ name: dashy
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/dashy - https://github.com/truecharts/charts/tree/master/charts/stable/dashy
- https://github.com/Lissy93/dashy - https://github.com/Lissy93/dashy
version: 3.0.23 version: 3.0.24
annotations: annotations:
truecharts.org/category: dashboard truecharts.org/category: dashboard
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"

View File

@ -0,0 +1,9 @@
## [dashy-3.0.24](https://github.com/truecharts/charts/compare/dashy-3.0.23...dashy-3.0.24) (2023-11-03)
### Chore
- update container image tccr.io/truecharts/dashy to v2.1.1 ([#14314](https://github.com/truecharts/charts/issues/14314))

View File

@ -1,6 +1,6 @@
image: image:
repository: tccr.io/truecharts/dashy repository: tccr.io/truecharts/dashy
tag: v2.1.1@sha256:56b45902128116f7f8c6f82936c4ebd44cf0092957f30fab14b476b7b72cb465 tag: v2.1.1@sha256:6e96a896d292b6e84cbdc265b18a2884e7b2528b7cae06f0eb6f6ec8d228afb9
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
securityContext: securityContext:

View File

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