diff --git a/stable/rcon-webadmin/3.0.3/app-changelog.md b/stable/rcon-webadmin/3.0.3/app-changelog.md deleted file mode 100644 index df68ecc04a..0000000000 --- a/stable/rcon-webadmin/3.0.3/app-changelog.md +++ /dev/null @@ -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) - diff --git a/stable/rcon-webadmin/3.0.3/CHANGELOG.md b/stable/rcon-webadmin/3.0.4/CHANGELOG.md similarity index 100% rename from stable/rcon-webadmin/3.0.3/CHANGELOG.md rename to stable/rcon-webadmin/3.0.4/CHANGELOG.md diff --git a/stable/rcon-webadmin/3.0.3/Chart.yaml b/stable/rcon-webadmin/3.0.4/Chart.yaml similarity index 98% rename from stable/rcon-webadmin/3.0.3/Chart.yaml rename to stable/rcon-webadmin/3.0.4/Chart.yaml index 0e320f0f00..88e5cc79a4 100644 --- a/stable/rcon-webadmin/3.0.3/Chart.yaml +++ b/stable/rcon-webadmin/3.0.4/Chart.yaml @@ -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 diff --git a/stable/rcon-webadmin/3.0.3/README.md b/stable/rcon-webadmin/3.0.4/README.md similarity index 100% rename from stable/rcon-webadmin/3.0.3/README.md rename to stable/rcon-webadmin/3.0.4/README.md diff --git a/stable/rcon-webadmin/3.0.4/app-changelog.md b/stable/rcon-webadmin/3.0.4/app-changelog.md new file mode 100644 index 0000000000..36b6fb1f1f --- /dev/null +++ b/stable/rcon-webadmin/3.0.4/app-changelog.md @@ -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) + diff --git a/stable/rcon-webadmin/3.0.3/app-readme.md b/stable/rcon-webadmin/3.0.4/app-readme.md similarity index 100% rename from stable/rcon-webadmin/3.0.3/app-readme.md rename to stable/rcon-webadmin/3.0.4/app-readme.md diff --git a/stable/rcon-webadmin/3.0.3/charts/common-11.0.3.tgz b/stable/rcon-webadmin/3.0.4/charts/common-11.0.3.tgz similarity index 100% rename from stable/rcon-webadmin/3.0.3/charts/common-11.0.3.tgz rename to stable/rcon-webadmin/3.0.4/charts/common-11.0.3.tgz diff --git a/stable/rcon-webadmin/3.0.3/ix_values.yaml b/stable/rcon-webadmin/3.0.4/ix_values.yaml similarity index 97% rename from stable/rcon-webadmin/3.0.3/ix_values.yaml rename to stable/rcon-webadmin/3.0.4/ix_values.yaml index e814fbe39c..4a4e481f1e 100644 --- a/stable/rcon-webadmin/3.0.3/ix_values.yaml +++ b/stable/rcon-webadmin/3.0.4/ix_values.yaml @@ -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 diff --git a/stable/rcon-webadmin/3.0.3/questions.yaml b/stable/rcon-webadmin/3.0.4/questions.yaml similarity index 94% rename from stable/rcon-webadmin/3.0.3/questions.yaml rename to stable/rcon-webadmin/3.0.4/questions.yaml index 6d03b60082..c6df15b55b 100644 --- a/stable/rcon-webadmin/3.0.3/questions.yaml +++ b/stable/rcon-webadmin/3.0.4/questions.yaml @@ -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 diff --git a/stable/rcon-webadmin/3.0.3/templates/common.yaml b/stable/rcon-webadmin/3.0.4/templates/common.yaml similarity index 100% rename from stable/rcon-webadmin/3.0.3/templates/common.yaml rename to stable/rcon-webadmin/3.0.4/templates/common.yaml diff --git a/stable/rcon-webadmin/3.0.3/values.yaml b/stable/rcon-webadmin/3.0.4/values.yaml similarity index 100% rename from stable/rcon-webadmin/3.0.3/values.yaml rename to stable/rcon-webadmin/3.0.4/values.yaml