Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-11-04 08:42:47 +00:00
parent d6928c60d5
commit 98d125e6f8
12 changed files with 40 additions and 28 deletions

View File

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

View File

@ -4,6 +4,15 @@
## [xen-orchestra-5.0.19](https://github.com/truecharts/charts/compare/xen-orchestra-5.0.18...xen-orchestra-5.0.19) (2023-11-04)
### Chore
- update container image tccr.io/truecharts/xenorchestra to v5.125.1 ([#14331](https://github.com/truecharts/charts/issues/14331))
## [xen-orchestra-5.0.18](https://github.com/truecharts/charts/compare/xen-orchestra-5.0.17...xen-orchestra-5.0.18) (2023-11-03)
### Chore
@ -88,12 +97,3 @@
## [xen-orchestra-5.0.9](https://github.com/truecharts/charts/compare/xen-orchestra-5.0.8...xen-orchestra-5.0.9) (2023-09-23)
### Chore
- update container image tccr.io/truecharts/xenorchestra to v5.122.0 ([#12868](https://github.com/truecharts/charts/issues/12868))
## [xen-orchestra-5.0.8](https://github.com/truecharts/charts/compare/xen-orchestra-5.0.7...xen-orchestra-5.0.8) (2023-09-16)

View File

@ -17,7 +17,7 @@ maintainers:
name: xen-orchestra
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/xen-orchestra
version: 5.0.18
version: 5.0.19
annotations:
truecharts.org/category: management
truecharts.org/SCALE-support: "true"

View File

@ -0,0 +1,9 @@
## [xen-orchestra-5.0.19](https://github.com/truecharts/charts/compare/xen-orchestra-5.0.18...xen-orchestra-5.0.19) (2023-11-04)
### Chore
- update container image tccr.io/truecharts/xenorchestra to v5.125.1 ([#14331](https://github.com/truecharts/charts/issues/14331))

View File

@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/xenorchestra
tag: v5.125.1@sha256:f09f6418a69e59acd6b592d6af0bc9fca3d55141b2c0d4c1c1465e3254b4435e
tag: v5.125.1@sha256:5e0e3b24bbe0c55d28a1b088477ffe55400a0abe5239af35b40e55aa428441cc
pullPolicy: IfNotPresent
service:
main:

View File

@ -929,6 +929,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:
@ -967,12 +973,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)'
@ -1016,6 +1022,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:
@ -1073,8 +1085,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
@ -1104,7 +1116,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:
@ -1118,8 +1130,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", "=", ""]]