From 8309e9d83081bd680ae48aaf6d39ee66d1b89dfe Mon Sep 17 00:00:00 2001 From: alfi0812 <43101280+alfi0812@users.noreply.github.com> Date: Wed, 13 Nov 2024 17:05:54 +0100 Subject: [PATCH] fix(rustdesk): Update values.yaml (#29303) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** ⚒️ Fixes # **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** **📃 Notes:** **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning - [ ] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):` or `chore(chart-name):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --------- Signed-off-by: alfi0812 <43101280+alfi0812@users.noreply.github.com> --- charts/stable/rustdesk/Chart.yaml | 2 +- charts/stable/rustdesk/values.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/stable/rustdesk/Chart.yaml b/charts/stable/rustdesk/Chart.yaml index 4068b73af98..d1c97bca4bc 100644 --- a/charts/stable/rustdesk/Chart.yaml +++ b/charts/stable/rustdesk/Chart.yaml @@ -31,4 +31,4 @@ sources: - https://hub.docker.com/r/rustdesk/rustdesk-server-s6 - https://rustdesk.com/de/ type: application -version: 1.0.1 +version: 1.0.2 diff --git a/charts/stable/rustdesk/values.yaml b/charts/stable/rustdesk/values.yaml index 9644267afd5..322af720fd0 100644 --- a/charts/stable/rustdesk/values.yaml +++ b/charts/stable/rustdesk/values.yaml @@ -31,19 +31,19 @@ service: enabled: true port: 21116 protocol: udp + id2: + enabled: true + port: 21116 + protocol: tcp main: primary: true - enalbed: true + enabled: true port: 21117 protocol: tcp nat: enabled: true port: 21115 protocol: tcp - tcp: - enabled: true - port: 21116 - protocol: tcp persistence: data: enabled: true