Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
984dbd689d
commit
c1d4f18735
|
@ -1,10 +0,0 @@
|
|||
|
||||
|
||||
## [xen-orchestra-5.0.16](https://github.com/truecharts/charts/compare/xen-orchestra-5.0.15...xen-orchestra-5.0.16) (2023-10-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
|
||||
- update helm general non-major ([#14094](https://github.com/truecharts/charts/issues/14094))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [xen-orchestra-5.0.17](https://github.com/truecharts/charts/compare/xen-orchestra-5.0.16...xen-orchestra-5.0.17) (2023-11-02)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/xenorchestra to v5.125.1 ([#14250](https://github.com/truecharts/charts/issues/14250))
|
||||
|
||||
|
||||
|
||||
|
||||
## [xen-orchestra-5.0.16](https://github.com/truecharts/charts/compare/xen-orchestra-5.0.15...xen-orchestra-5.0.16) (2023-10-29)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
## [xen-orchestra-5.0.7](https://github.com/truecharts/charts/compare/xen-orchestra-5.0.6...xen-orchestra-5.0.7) (2023-09-09)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/xenorchestra to v5.122.0 ([#12432](https://github.com/truecharts/charts/issues/12432))
|
||||
|
||||
|
||||
|
||||
|
||||
## [xen-orchestra-5.0.6](https://github.com/truecharts/charts/compare/xen-orchestra-5.0.5...xen-orchestra-5.0.6) (2023-09-07)
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "5.125.0"
|
||||
appVersion: "5.125.1"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -17,7 +17,7 @@ maintainers:
|
|||
name: xen-orchestra
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/xen-orchestra
|
||||
version: 5.0.16
|
||||
version: 5.0.17
|
||||
annotations:
|
||||
truecharts.org/category: management
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [xen-orchestra-5.0.17](https://github.com/truecharts/charts/compare/xen-orchestra-5.0.16...xen-orchestra-5.0.17) (2023-11-02)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/xenorchestra to v5.125.1 ([#14250](https://github.com/truecharts/charts/issues/14250))
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/xenorchestra
|
||||
tag: v5.125.0@sha256:ee980d41cacfe341177f57b5169a053dbb44a261e053f53d94a89ae00b86f095
|
||||
tag: v5.125.1@sha256:f09f6418a69e59acd6b592d6af0bc9fca3d55141b2c0d4c1c1465e3254b4435e
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
|
@ -902,19 +902,6 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: clusterCertificate
|
||||
label: Cluster Certificate (Experimental)
|
||||
description: 'Add the name of your cluster-wide certificate, that you set up in ClusterIssuer chart. NOTE: This is an experimental feature'
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: secretName
|
||||
label: Custom Certificate Secret (Advanced)'
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: middlewares
|
||||
label: Traefik Middlewares
|
||||
description: Add previously created Traefik Middlewares to this Ingress
|
||||
|
@ -980,19 +967,26 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: 'clusterCertificate (Advanced)'
|
||||
label: Cluster Certificate
|
||||
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
default: ""
|
||||
- variable: secretName
|
||||
label: 'Use Custom Certificate Secret (Advanced)'
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: scaleCert
|
||||
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||
label: 'Use TrueNAS SCALE Certificate (Deprecated)'
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: ingressList
|
||||
label: Add Manual Custom Ingresses
|
||||
group: Ingress
|
Loading…
Reference in New Issue