Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
9439ef53bb
commit
4490578f73
|
@ -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))
|
||||
|
||||
|
|
@ -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)
|
||||
|
||||
### Chore
|
|
@ -18,7 +18,7 @@ name: dashy
|
|||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/dashy
|
||||
- https://github.com/Lissy93/dashy
|
||||
version: 3.0.23
|
||||
version: 3.0.24
|
||||
annotations:
|
||||
truecharts.org/category: dashboard
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -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))
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/dashy
|
||||
tag: v2.1.1@sha256:56b45902128116f7f8c6f82936c4ebd44cf0092957f30fab14b476b7b72cb465
|
||||
tag: v2.1.1@sha256:6e96a896d292b6e84cbdc265b18a2884e7b2528b7cae06f0eb6f6ec8d228afb9
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
|
@ -854,6 +854,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:
|
||||
|
@ -892,12 +898,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)'
|
||||
|
@ -941,6 +947,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:
|
||||
|
@ -998,8 +1010,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
|
||||
|
@ -1029,7 +1041,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:
|
||||
|
@ -1043,8 +1055,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", "=", ""]]
|
Loading…
Reference in New Issue