Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
4cb5b5b88e
commit
de8bb3d2a5
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [libremdb-3.0.251](https://github.com/truecharts/charts/compare/libremdb-3.0.250...libremdb-3.0.251) (2023-11-03)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update container image tccr.io/truecharts/libremdb to latest ([#14298](https://github.com/truecharts/charts/issues/14298))
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [libremdb-3.0.252](https://github.com/truecharts/charts/compare/libremdb-3.0.251...libremdb-3.0.252) (2023-11-03)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/libremdb to latest ([#14306](https://github.com/truecharts/charts/issues/14306))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [libremdb-3.0.251](https://github.com/truecharts/charts/compare/libremdb-3.0.250...libremdb-3.0.251) (2023-11-03)
|
## [libremdb-3.0.251](https://github.com/truecharts/charts/compare/libremdb-3.0.250...libremdb-3.0.251) (2023-11-03)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
## [libremdb-3.0.242](https://github.com/truecharts/charts/compare/libremdb-3.0.241...libremdb-3.0.242) (2023-10-31)
|
## [libremdb-3.0.242](https://github.com/truecharts/charts/compare/libremdb-3.0.241...libremdb-3.0.242) (2023-10-31)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
|
||||||
- update helm general non-major ([#14178](https://github.com/truecharts/charts/issues/14178))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [libremdb-3.0.241](https://github.com/truecharts/charts/compare/libremdb-3.0.240...libremdb-3.0.241) (2023-10-31)
|
|
||||||
|
|
||||||
### Chore
|
|
|
@ -27,7 +27,7 @@ sources:
|
||||||
- https://github.com/zyachel/libremdb
|
- https://github.com/zyachel/libremdb
|
||||||
- https://github.com/PussTheCat-org/docker-libremdb-quay
|
- https://github.com/PussTheCat-org/docker-libremdb-quay
|
||||||
type: application
|
type: application
|
||||||
version: 3.0.251
|
version: 3.0.252
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/category: media
|
truecharts.org/category: media
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [libremdb-3.0.252](https://github.com/truecharts/charts/compare/libremdb-3.0.251...libremdb-3.0.252) (2023-11-03)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/libremdb to latest ([#14306](https://github.com/truecharts/charts/issues/14306))
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/libremdb
|
repository: tccr.io/truecharts/libremdb
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: latest@sha256:d8328b8fb70acb1a4a4315539221fd27a2de7126f25a68935b5463bb1b84d468
|
tag: latest@sha256:2adcaca443fd26b4079f03b999f893cf0fdc674abe7ff5f754f298594e654b64
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
|
@ -922,12 +922,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)'
|
||||||
|
@ -1034,8 +1034,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
|
||||||
|
@ -1065,7 +1065,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:
|
||||||
|
@ -1079,8 +1079,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", "=", ""]]
|
|
@ -0,0 +1,99 @@
|
||||||
|
**Important:**
|
||||||
|
*for the complete changelog, please refer to the website*
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [omada-controller-10.0.24](https://github.com/truecharts/charts/compare/omada-controller-10.0.23...omada-controller-10.0.24) (2023-11-03)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/omada-controller to v5.12.0 ([#14307](https://github.com/truecharts/charts/issues/14307))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [omada-controller-10.0.23](https://github.com/truecharts/charts/compare/omada-controller-10.0.22...omada-controller-10.0.23) (2023-11-03)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/omada-controller to v5.12.0 ([#14294](https://github.com/truecharts/charts/issues/14294))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [omada-controller-10.0.22](https://github.com/truecharts/charts/compare/omada-controller-10.0.21...omada-controller-10.0.22) (2023-11-03)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update helm general non-major ([#14287](https://github.com/truecharts/charts/issues/14287))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [omada-controller-10.0.21](https://github.com/truecharts/charts/compare/omada-controller-10.0.20...omada-controller-10.0.21) (2023-10-29)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update helm general non-major ([#14094](https://github.com/truecharts/charts/issues/14094))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [omada-controller-10.0.20](https://github.com/truecharts/charts/compare/omada-controller-10.0.19...omada-controller-10.0.20) (2023-10-28)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
|
||||||
|
- update container image tccr.io/truecharts/omada-controller to v5.12.0 ([#14054](https://github.com/truecharts/charts/issues/14054))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [omada-controller-10.0.19](https://github.com/truecharts/charts/compare/omada-controller-10.0.18...omada-controller-10.0.19) (2023-10-26)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/omada-controller to v5.12.0 ([#13989](https://github.com/truecharts/charts/issues/13989))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [omada-controller-10.0.18](https://github.com/truecharts/charts/compare/omada-controller-10.0.17...omada-controller-10.0.18) (2023-10-21)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/omada-controller to v5.12.0 ([#13845](https://github.com/truecharts/charts/issues/13845))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [omada-controller-10.0.17](https://github.com/truecharts/charts/compare/omada-controller-10.0.16...omada-controller-10.0.17) (2023-10-14)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/omada-controller to v5.12.0 ([#13600](https://github.com/truecharts/charts/issues/13600))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [omada-controller-10.0.16](https://github.com/truecharts/charts/compare/omada-controller-10.0.15...omada-controller-10.0.16) (2023-10-13)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/omada-controller to v5.12.0 ([#13580](https://github.com/truecharts/charts/issues/13580))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [omada-controller-10.0.15](https://github.com/truecharts/charts/compare/omada-controller-10.0.14...omada-controller-10.0.15) (2023-10-10)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/omada-controller to v5.12.0 ([#13473](https://github.com/truecharts/charts/issues/13473))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [omada-controller-10.0.14](https://github.com/truecharts/charts/compare/omada-controller-10.0.13...omada-controller-10.0.14) (2023-10-10)
|
||||||
|
|
|
@ -0,0 +1,24 @@
|
||||||
|
apiVersion: v2
|
||||||
|
appVersion: "5.12.0"
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://library-charts.truecharts.org
|
||||||
|
version: 14.2.2
|
||||||
|
description: Omada is a SDN tool for TP-Link Omada hardware
|
||||||
|
home: https://truecharts.org/charts/stable/omada-controller
|
||||||
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/omada-controller.png
|
||||||
|
keywords:
|
||||||
|
- omada-controller
|
||||||
|
kubeVersion: ">=1.16.0-0"
|
||||||
|
maintainers:
|
||||||
|
- email: info@truecharts.org
|
||||||
|
name: TrueCharts
|
||||||
|
url: https://truecharts.org
|
||||||
|
name: omada-controller
|
||||||
|
sources:
|
||||||
|
- https://github.com/truecharts/charts/tree/master/charts/stable/omada-controller
|
||||||
|
- https://github.com/mbentley/docker-omada-controller
|
||||||
|
version: 10.0.24
|
||||||
|
annotations:
|
||||||
|
truecharts.org/category: media
|
||||||
|
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [omada-controller-10.0.24](https://github.com/truecharts/charts/compare/omada-controller-10.0.23...omada-controller-10.0.24) (2023-11-03)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/omada-controller to v5.12.0 ([#14307](https://github.com/truecharts/charts/issues/14307))
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
Omada is a SDN tool for TP-Link Omada hardware
|
||||||
|
|
||||||
|
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/omada-controller](https://truecharts.org/charts/stable/omada-controller)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
TrueCharts can only exist due to the incredible effort of our staff.
|
||||||
|
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
|
@ -0,0 +1,83 @@
|
||||||
|
image:
|
||||||
|
repository: tccr.io/truecharts/omada-controller
|
||||||
|
tag: v5.12.0@sha256:63e7429b899b6bc8a528df8b9d0e75287857e13b67daa43083f5f667aa031499
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
service:
|
||||||
|
main:
|
||||||
|
ports:
|
||||||
|
main:
|
||||||
|
protocol: https
|
||||||
|
port: 8043
|
||||||
|
comm:
|
||||||
|
enabled: true
|
||||||
|
ports:
|
||||||
|
comm:
|
||||||
|
protocol: https
|
||||||
|
enabled: true
|
||||||
|
port: 8843
|
||||||
|
omada-tcp:
|
||||||
|
enabled: true
|
||||||
|
ports:
|
||||||
|
omada-tcp1:
|
||||||
|
enabled: true
|
||||||
|
port: 29811
|
||||||
|
targetPort: 29811
|
||||||
|
omada-tcp2:
|
||||||
|
enabled: true
|
||||||
|
port: 29812
|
||||||
|
targetPort: 29812
|
||||||
|
omada-tcp3:
|
||||||
|
enabled: true
|
||||||
|
port: 29813
|
||||||
|
targetPort: 29813
|
||||||
|
omada-tcp4:
|
||||||
|
enabled: true
|
||||||
|
port: 29814
|
||||||
|
targetPort: 29814
|
||||||
|
omada-udp:
|
||||||
|
enabled: true
|
||||||
|
ports:
|
||||||
|
omada-udp1:
|
||||||
|
enabled: true
|
||||||
|
protocol: udp
|
||||||
|
port: 29810
|
||||||
|
targetPort: 29810
|
||||||
|
ingress:
|
||||||
|
comm:
|
||||||
|
autoLink: true
|
||||||
|
persistence:
|
||||||
|
data:
|
||||||
|
enabled: true
|
||||||
|
mountPath: /opt/tplink/EAPController/data
|
||||||
|
work:
|
||||||
|
enabled: true
|
||||||
|
mountPath: /opt/tplink/EAPController/work
|
||||||
|
portal:
|
||||||
|
open:
|
||||||
|
enabled: true
|
||||||
|
securityContext:
|
||||||
|
container:
|
||||||
|
readOnlyRootFilesystem: false
|
||||||
|
runAsNonRoot: false
|
||||||
|
runAsUser: 0
|
||||||
|
runAsGroup: 0
|
||||||
|
workload:
|
||||||
|
main:
|
||||||
|
podSpec:
|
||||||
|
containers:
|
||||||
|
main:
|
||||||
|
env:
|
||||||
|
PORTAL_HTTPS_PORT: "{{ .Values.service.comm.ports.comm.port }}"
|
||||||
|
probes:
|
||||||
|
startup:
|
||||||
|
path: /api/info
|
||||||
|
httpHeaders:
|
||||||
|
Host: kube.internal.health
|
||||||
|
liveness:
|
||||||
|
path: /api/info
|
||||||
|
httpHeaders:
|
||||||
|
Host: kube.internal.health
|
||||||
|
readiness:
|
||||||
|
path: /api/info
|
||||||
|
httpHeaders:
|
||||||
|
Host: kube.internal.health
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,24 @@
|
||||||
|
{{/* Render the templates */}}
|
||||||
|
{{ include "tc.v1.common.loader.init" . }}
|
||||||
|
|
||||||
|
{{/*
|
||||||
|
Omada automatically redirects to that port.
|
||||||
|
Instead of consuming the external 443 port, it's better to switch internal
|
||||||
|
But still give user the ability to change it.
|
||||||
|
When ingress is enabled, set this to 443, otherwise set it to whatever `port` is set to
|
||||||
|
*/}}
|
||||||
|
|
||||||
|
{{- $port := .Values.service.main.ports.main.port -}}
|
||||||
|
{{- if .Values.ingress.main.enabled -}}
|
||||||
|
{{- $port = 443 -}}
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
|
{{- $_ := set .Values.workload.main.podSpec.containers.main.env "MANAGE_HTTPS_PORT" $port -}}
|
||||||
|
|
||||||
|
{{- $_ := set .Values.service.main.ports.main "targetPort" $port -}}
|
||||||
|
|
||||||
|
{{- $_ := set .Values.workload.main.podSpec.containers.main.probes.liveness "port" $port -}}
|
||||||
|
{{- $_ := set .Values.workload.main.podSpec.containers.main.probes.readiness "port" $port -}}
|
||||||
|
{{- $_ := set .Values.workload.main.podSpec.containers.main.probes.startup "port" $port -}}
|
||||||
|
|
||||||
|
{{ include "tc.v1.common.loader.apply" . }}
|
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [rdesktop-5.0.131](https://github.com/truecharts/charts/compare/rdesktop-5.0.130...rdesktop-5.0.131) (2023-11-03)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#14287](https://github.com/truecharts/charts/issues/14287))
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [rdesktop-5.0.132](https://github.com/truecharts/charts/compare/rdesktop-5.0.131...rdesktop-5.0.132) (2023-11-03)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update rdesktop ([#14310](https://github.com/truecharts/charts/issues/14310))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [rdesktop-5.0.131](https://github.com/truecharts/charts/compare/rdesktop-5.0.130...rdesktop-5.0.131) (2023-11-03)
|
## [rdesktop-5.0.131](https://github.com/truecharts/charts/compare/rdesktop-5.0.130...rdesktop-5.0.131) (2023-11-03)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
## [rdesktop-5.0.122](https://github.com/truecharts/charts/compare/rdesktop-5.0.121...rdesktop-5.0.122) (2023-10-27)
|
## [rdesktop-5.0.122](https://github.com/truecharts/charts/compare/rdesktop-5.0.121...rdesktop-5.0.122) (2023-10-27)
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update rdesktop ([#14024](https://github.com/truecharts/charts/issues/14024))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [rdesktop-5.0.121](https://github.com/truecharts/charts/compare/rdesktop-5.0.120...rdesktop-5.0.121) (2023-10-23)
|
|
||||||
|
|
|
@ -23,7 +23,7 @@ sources:
|
||||||
- https://github.com/orgs/linuxserver/packages/container/package/rdesktop
|
- https://github.com/orgs/linuxserver/packages/container/package/rdesktop
|
||||||
- https://github.com/linuxserver/docker-rdesktop#readme
|
- https://github.com/linuxserver/docker-rdesktop#readme
|
||||||
type: application
|
type: application
|
||||||
version: 5.0.131
|
version: 5.0.132
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/category: desktops
|
truecharts.org/category: desktops
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,27 @@
|
||||||
|
# README
|
||||||
|
|
||||||
|
## General Info
|
||||||
|
|
||||||
|
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
|
||||||
|
However only installations using the TrueNAS SCALE Apps system are supported.
|
||||||
|
|
||||||
|
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/)
|
||||||
|
|
||||||
|
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
|
||||||
|
|
||||||
|
|
||||||
|
## Support
|
||||||
|
|
||||||
|
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
|
||||||
|
- See the [Website](https://truecharts.org)
|
||||||
|
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||||
|
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Sponsor TrueCharts
|
||||||
|
|
||||||
|
TrueCharts can only exist due to the incredible effort of our staff.
|
||||||
|
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
||||||
|
|
||||||
|
*All Rights Reserved - The TrueCharts Project*
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [rdesktop-5.0.132](https://github.com/truecharts/charts/compare/rdesktop-5.0.131...rdesktop-5.0.132) (2023-11-03)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update rdesktop ([#14310](https://github.com/truecharts/charts/issues/14310))
|
||||||
|
|
||||||
|
|
Binary file not shown.
|
@ -12,7 +12,7 @@ fedoraXFCEImage:
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
archXFCEImage:
|
archXFCEImage:
|
||||||
repository: tccr.io/truecharts/rdesktop-arch-xfce
|
repository: tccr.io/truecharts/rdesktop-arch-xfce
|
||||||
tag: latest@sha256:29cabab75be942843add0d6abcaebec3607ca38358aef33f16121897cf6aaed3
|
tag: latest@sha256:129c1fd180aa636f39fc5d8bdf4df6757e3ab5a78e122d685472036e400c1c33
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
alpineKDEImage:
|
alpineKDEImage:
|
||||||
repository: tccr.io/truecharts/rdesktop-alpine-kde
|
repository: tccr.io/truecharts/rdesktop-alpine-kde
|
||||||
|
@ -28,7 +28,7 @@ fedoraKDEImage:
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
archKDEImage:
|
archKDEImage:
|
||||||
repository: tccr.io/truecharts/rdesktop-arch-kde
|
repository: tccr.io/truecharts/rdesktop-arch-kde
|
||||||
tag: latest@sha256:4ec523f8d4a32ae89ee94b57deba97e3198f960843b069173236281d418ef554
|
tag: latest@sha256:4e491cd6d112cc10af685c70c42fc08e0106d2741fbcedfaaf1665d48f992598
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
alpineMATEImage:
|
alpineMATEImage:
|
||||||
repository: tccr.io/truecharts/rdesktop-alpine-mate
|
repository: tccr.io/truecharts/rdesktop-alpine-mate
|
||||||
|
@ -44,7 +44,7 @@ fedoraMATEImage:
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
archMATEImage:
|
archMATEImage:
|
||||||
repository: tccr.io/truecharts/rdesktop-arch-mate
|
repository: tccr.io/truecharts/rdesktop-arch-mate
|
||||||
tag: latest@sha256:4614b508ac7329ec8557a593bc827f066e4be153b4e99fc81f400fa09fb3faef
|
tag: latest@sha256:41d95aa86b6aaca44acdfe491ec70f3a6f904b12793d8738e559b6c6cd6a4a63
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
alpineI3Image:
|
alpineI3Image:
|
||||||
repository: tccr.io/truecharts/rdesktop-alpine-i3
|
repository: tccr.io/truecharts/rdesktop-alpine-i3
|
||||||
|
@ -60,7 +60,7 @@ fedoraI3Image:
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
archI3Image:
|
archI3Image:
|
||||||
repository: tccr.io/truecharts/rdesktop-arch-i3
|
repository: tccr.io/truecharts/rdesktop-arch-i3
|
||||||
tag: latest@sha256:e2166310a2dd0db4772323672d022e55157b76ca46c8938dd345dda2b761d1e8
|
tag: latest@sha256:ffb9034bb89e2c70f534c0c5bd2eba0aa702575c2a33463612082463eeefa331
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
alpineOpenBoxImage:
|
alpineOpenBoxImage:
|
||||||
repository: tccr.io/truecharts/rdesktop-alpine-openbox
|
repository: tccr.io/truecharts/rdesktop-alpine-openbox
|
||||||
|
@ -76,7 +76,7 @@ fedoraOpenBoxImage:
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
archOpenBoxImage:
|
archOpenBoxImage:
|
||||||
repository: tccr.io/truecharts/rdesktop-arch-openbox
|
repository: tccr.io/truecharts/rdesktop-arch-openbox
|
||||||
tag: latest@sha256:46a8320c290f64625d857e318315c585253ccb208aa933bd504f385cab643cbc
|
tag: latest@sha256:233a3029682028ab327e8bfd6a725c36d32c33b5f1dedda2a64dddeab2e7daf0
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
alpineICEWMImage:
|
alpineICEWMImage:
|
||||||
repository: tccr.io/truecharts/rdesktop-alpine-icewm
|
repository: tccr.io/truecharts/rdesktop-alpine-icewm
|
||||||
|
@ -92,7 +92,7 @@ fedoraICEWMImage:
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
archICEWMImage:
|
archICEWMImage:
|
||||||
repository: tccr.io/truecharts/rdesktop-arch-icewm
|
repository: tccr.io/truecharts/rdesktop-arch-icewm
|
||||||
tag: latest@sha256:fb867952cd102059869f7fd8ae10fb7d1e20edac40bd21bf0482b789ce20f592
|
tag: latest@sha256:6e039f5597328c9465d4a60eac935884515e786a7b9b71b675e95bbf56acce4b
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
workload:
|
workload:
|
||||||
main:
|
main:
|
|
@ -890,6 +890,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:
|
||||||
|
@ -928,12 +934,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)'
|
||||||
|
@ -977,6 +983,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:
|
||||||
|
@ -1034,8 +1046,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
|
||||||
|
@ -1065,7 +1077,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:
|
||||||
|
@ -1079,8 +1091,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", "=", ""]]
|
|
@ -0,0 +1 @@
|
||||||
|
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
Loading…
Reference in New Issue