Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-11-23 09:32:27 +00:00
parent a6cbb0372e
commit 5b127bf60b
11 changed files with 120 additions and 5 deletions

View File

@@ -1,4 +0,0 @@
## [rcon-webadmin-3.0.3](https://github.com/truecharts/charts/compare/rcon-webadmin-3.0.2...rcon-webadmin-3.0.3) (2022-11-20)

View File

@@ -23,7 +23,7 @@ sources:
- https://github.com/rcon-web-admin/rcon-web-admin
- https://hub.docker.com/r/itzg/rcon/
type: application
version: 3.0.3
version: 3.0.4
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@@ -0,0 +1,4 @@
## [rcon-webadmin-3.0.4](https://github.com/truecharts/charts/compare/rcon-webadmin-3.0.3...rcon-webadmin-3.0.4) (2022-11-23)

View File

@@ -43,6 +43,7 @@ env:
RWA_RESTRICT_WIDGETS: '{{ join "," .Values.rcon.rwa_restrict_widgets }}'
RWA_WEBSOCKET_URL_SSL: "{{ .Values.rcon.rwa_websocket_url_ssl }}"
RWA_WEBSOCKET_URL: "{{ .Values.rcon.rwa_websocket_url }}"
service:
main:
ports:
@@ -59,6 +60,10 @@ service:
protocol: TCP
targetPort: 4327
ingress:
websocketaccess:
autoLink: true
persistence:
db:
enabled: true

View File

@@ -852,6 +852,116 @@ questions:
type: string
default: ""
required: true
- variable: websocketaccess
label: "WS Ingress"
schema:
additional_attrs: true
type: dict
attrs:
- variable: enabled
label: Enable Ingress
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: hosts
label: Hosts
schema:
type: list
default: []
items:
- variable: hostEntry
label: Host
schema:
additional_attrs: true
type: dict
attrs:
- variable: host
label: HostName
schema:
type: string
default: ""
required: true
- variable: paths
label: Paths
schema:
type: list
default: []
items:
- variable: pathEntry
label: Host
schema:
additional_attrs: true
type: dict
attrs:
- variable: path
label: Path
schema:
type: string
required: true
default: "/"
- variable: pathType
label: Path Type
schema:
type: string
required: true
default: Prefix
- variable: tls
label: TLS-Settings
schema:
type: list
default: []
items:
- variable: tlsEntry
label: Host
schema:
additional_attrs: true
type: dict
attrs:
- variable: hosts
label: Certificate Hosts
schema:
type: list
default: []
items:
- variable: host
label: Host
schema:
type: string
default: ""
required: true
- variable: scaleCert
label: Select TrueNAS SCALE Certificate
schema:
type: int
$ref:
- "definitions/certificate"
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
schema:
type: string
default: websecure
required: true
- variable: ingressClassName
label: (Advanced/Optional) IngressClass Name
schema:
type: string
default: ""
- variable: middlewares
label: Traefik Middlewares
description: Add previously created Traefik Middlewares to this Ingress
schema:
type: list
default: []
items:
- variable: name
label: Name
schema:
type: string
default: ""
required: true
- variable: ingressList
label: Add Manual Custom Ingresses
group: Ingress