Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
1a9bf45b84
commit
74520fca9b
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [rdesktop-5.0.125](https://github.com/truecharts/charts/compare/rdesktop-5.0.124...rdesktop-5.0.125) (2023-10-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- update rdesktop ([#14112](https://github.com/truecharts/charts/issues/14112))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [rdesktop-5.0.126](https://github.com/truecharts/charts/compare/rdesktop-5.0.125...rdesktop-5.0.126) (2023-11-02)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/rdesktop-arch-i3 to latest ([#14260](https://github.com/truecharts/charts/issues/14260))
|
||||
|
||||
|
||||
|
||||
|
||||
## [rdesktop-5.0.125](https://github.com/truecharts/charts/compare/rdesktop-5.0.124...rdesktop-5.0.125) (2023-10-30)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
## [rdesktop-5.0.116](https://github.com/truecharts/charts/compare/rdesktop-5.0.115...rdesktop-5.0.116) (2023-10-20)
|
||||
|
||||
### Chore
|
||||
|
||||
- update rdesktop ([#13825](https://github.com/truecharts/charts/issues/13825))
|
||||
|
||||
|
||||
|
||||
|
||||
## [rdesktop-5.0.115](https://github.com/truecharts/charts/compare/rdesktop-5.0.114...rdesktop-5.0.115) (2023-10-20)
|
||||
|
|
@ -23,7 +23,7 @@ sources:
|
|||
- https://github.com/orgs/linuxserver/packages/container/package/rdesktop
|
||||
- https://github.com/linuxserver/docker-rdesktop#readme
|
||||
type: application
|
||||
version: 5.0.125
|
||||
version: 5.0.126
|
||||
annotations:
|
||||
truecharts.org/category: desktops
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [rdesktop-5.0.126](https://github.com/truecharts/charts/compare/rdesktop-5.0.125...rdesktop-5.0.126) (2023-11-02)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/rdesktop-arch-i3 to latest ([#14260](https://github.com/truecharts/charts/issues/14260))
|
||||
|
||||
|
|
@ -60,7 +60,7 @@ fedoraI3Image:
|
|||
pullPolicy: Always
|
||||
archI3Image:
|
||||
repository: tccr.io/truecharts/rdesktop-arch-i3
|
||||
tag: latest@sha256:b9df2855fc9ad8aef48965d1a95a2d85655c7b308749b6e7e5348eaecf60f1d1
|
||||
tag: latest@sha256:e2166310a2dd0db4772323672d022e55157b76ca46c8938dd345dda2b761d1e8
|
||||
pullPolicy: Always
|
||||
alpineOpenBoxImage:
|
||||
repository: tccr.io/truecharts/rdesktop-alpine-openbox
|
|
@ -863,19 +863,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
|
||||
|
@ -941,19 +928,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