diff --git a/stable/rcon-webadmin/3.0.1/app-changelog.md b/stable/rcon-webadmin/3.0.1/app-changelog.md deleted file mode 100644 index d412e59f977..00000000000 --- a/stable/rcon-webadmin/3.0.1/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [rcon-webadmin-3.0.1](https://github.com/truecharts/charts/compare/rcon-webadmin-3.0.0...rcon-webadmin-3.0.1) (2022-11-15) - -### Chore - -- update helm general non-major ([#4463](https://github.com/truecharts/charts/issues/4463)) - - \ No newline at end of file diff --git a/stable/rcon-webadmin/3.0.1/CHANGELOG.md b/stable/rcon-webadmin/3.0.2/CHANGELOG.md similarity index 100% rename from stable/rcon-webadmin/3.0.1/CHANGELOG.md rename to stable/rcon-webadmin/3.0.2/CHANGELOG.md diff --git a/stable/rcon-webadmin/3.0.1/Chart.yaml b/stable/rcon-webadmin/3.0.2/Chart.yaml similarity index 96% rename from stable/rcon-webadmin/3.0.1/Chart.yaml rename to stable/rcon-webadmin/3.0.2/Chart.yaml index bdcba3a6324..59ed10a6395 100644 --- a/stable/rcon-webadmin/3.0.1/Chart.yaml +++ b/stable/rcon-webadmin/3.0.2/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "latest" +appVersion: "0.14.1" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -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.1 +version: 3.0.2 annotations: truecharts.org/SCALE-support: "true" truecharts.org/grade: U diff --git a/stable/rcon-webadmin/3.0.1/README.md b/stable/rcon-webadmin/3.0.2/README.md similarity index 100% rename from stable/rcon-webadmin/3.0.1/README.md rename to stable/rcon-webadmin/3.0.2/README.md diff --git a/stable/rcon-webadmin/3.0.2/app-changelog.md b/stable/rcon-webadmin/3.0.2/app-changelog.md new file mode 100644 index 00000000000..0053a6ac536 --- /dev/null +++ b/stable/rcon-webadmin/3.0.2/app-changelog.md @@ -0,0 +1,4 @@ + + +## [rcon-webadmin-3.0.2](https://github.com/truecharts/charts/compare/rcon-webadmin-3.0.1...rcon-webadmin-3.0.2) (2022-11-20) + diff --git a/stable/rcon-webadmin/3.0.1/app-readme.md b/stable/rcon-webadmin/3.0.2/app-readme.md similarity index 100% rename from stable/rcon-webadmin/3.0.1/app-readme.md rename to stable/rcon-webadmin/3.0.2/app-readme.md diff --git a/stable/rcon-webadmin/3.0.1/charts/common-11.0.3.tgz b/stable/rcon-webadmin/3.0.2/charts/common-11.0.3.tgz similarity index 100% rename from stable/rcon-webadmin/3.0.1/charts/common-11.0.3.tgz rename to stable/rcon-webadmin/3.0.2/charts/common-11.0.3.tgz diff --git a/stable/rcon-webadmin/3.0.1/ix_values.yaml b/stable/rcon-webadmin/3.0.2/ix_values.yaml similarity index 83% rename from stable/rcon-webadmin/3.0.1/ix_values.yaml rename to stable/rcon-webadmin/3.0.2/ix_values.yaml index ecec025afd4..e814fbe39ce 100644 --- a/stable/rcon-webadmin/3.0.1/ix_values.yaml +++ b/stable/rcon-webadmin/3.0.2/ix_values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/rcon-webadmin - tag: latest@sha256:2c1a5d92a3b8d30b2c3957eeb34b93910a8991fc886647f24438e57f73451f90 + tag: 0.14.1@sha256:2c1a5d92a3b8d30b2c3957eeb34b93910a8991fc886647f24438e57f73451f90 podSecurityContext: runAsGroup: 0 @@ -25,12 +25,10 @@ rcon: rwa_server_name: minecraft rwa_rcon_host: "" rwa_rcon_port: 25575 - rwa_restrict_commands: - - command1 - - command2 - rwa_restrict_widgets: - - widget1 - - widget2 + rwa_websocket_url_ssl: "" + rwa_websocket_url: "" + rwa_restrict_commands: [] + rwa_restrict_widgets: [] env: RWA_ADMIN: '{{ ternary "TRUE" "FALSE" .Values.rcon.rwa_admin }}' @@ -43,7 +41,8 @@ env: RWA_RCON_PORT: "{{ .Values.rcon.rwa_rcon_port }}" RWA_RESTRICT_COMMANDS: '{{ join "," .Values.rcon.rwa_restrict_commands }}' 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: diff --git a/stable/rcon-webadmin/3.0.1/questions.yaml b/stable/rcon-webadmin/3.0.2/questions.yaml similarity index 99% rename from stable/rcon-webadmin/3.0.1/questions.yaml rename to stable/rcon-webadmin/3.0.2/questions.yaml index 41d854e27fd..6d03b600829 100644 --- a/stable/rcon-webadmin/3.0.1/questions.yaml +++ b/stable/rcon-webadmin/3.0.2/questions.yaml @@ -165,6 +165,18 @@ questions: schema: type: int default: 25575 + - variable: rwa_websocket_url_ssl + label: RWA WEBSOCKET URL SSL + description: SSL WebSocket URL + schema: + type: string + default: "" + - variable: rwa_websocket_url + label: RWA WEBSOCKET URL + description: WebSocket URL + schema: + type: string + default: "" - variable: rwa_restrict_commands label: RWA RESTRICT COMMANDS description: Prevent the initial user user executing these commands diff --git a/stable/rcon-webadmin/3.0.1/templates/common.yaml b/stable/rcon-webadmin/3.0.2/templates/common.yaml similarity index 100% rename from stable/rcon-webadmin/3.0.1/templates/common.yaml rename to stable/rcon-webadmin/3.0.2/templates/common.yaml diff --git a/stable/rcon-webadmin/3.0.1/values.yaml b/stable/rcon-webadmin/3.0.2/values.yaml similarity index 100% rename from stable/rcon-webadmin/3.0.1/values.yaml rename to stable/rcon-webadmin/3.0.2/values.yaml