From af2ec20f787d70edc311b62fcb9b7a78daeff6f4 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Thu, 3 Aug 2023 02:47:51 +0300 Subject: [PATCH] chore(guacamole): add virtual drive storage (#11134) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** ⚒️ Fixes #11113 ⚒️ Fixes #11128 **⚙️ 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:** - [x] ⚖️ 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 - [x] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ 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._ --- charts/stable/guacamole/Chart.yaml | 2 +- charts/stable/guacamole/questions.yaml | 10 +++++++++- charts/stable/guacamole/values.yaml | 6 ++++++ charts/stable/nextcloud/Chart.yaml | 4 ++-- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/charts/stable/guacamole/Chart.yaml b/charts/stable/guacamole/Chart.yaml index 855ec9b4c52..0fc01bebf0f 100644 --- a/charts/stable/guacamole/Chart.yaml +++ b/charts/stable/guacamole/Chart.yaml @@ -20,7 +20,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/guacamole - https://github.com/apache/guacamole-client type: application -version: 10.0.0 +version: 10.0.1 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/stable/guacamole/questions.yaml b/charts/stable/guacamole/questions.yaml index ef000d149e2..f9f2d4d4eae 100644 --- a/charts/stable/guacamole/questions.yaml +++ b/charts/stable/guacamole/questions.yaml @@ -716,7 +716,15 @@ questions: # Include{persistenceRoot} - variable: recordings label: App Recordings Storage - description: Stores the Application Recordings. + description: Mounts this volume at [/var/lib/guacamole/recordings] in both guacd and client containers + schema: + additional_attrs: true + type: dict + attrs: +# Include{persistenceBasic} + - variable: drive + label: Virtual Drive Storage (guacd) + description: Mounts this volume at [/var/lib/guacamole/drive] in the guacd container schema: additional_attrs: true type: dict diff --git a/charts/stable/guacamole/values.yaml b/charts/stable/guacamole/values.yaml index 234323f6b14..54499424605 100644 --- a/charts/stable/guacamole/values.yaml +++ b/charts/stable/guacamole/values.yaml @@ -227,6 +227,12 @@ persistence: guacd: guacd: mountPath: /var/lib/guacamole/recordings + drive: + enabled: true + targetSelector: + guacd: + guacd: + mountPath: /var/lib/guacamole/drive tc-init: enabled: true type: emptyDir diff --git a/charts/stable/nextcloud/Chart.yaml b/charts/stable/nextcloud/Chart.yaml index c0d7c877723..0d03b6ff3ee 100644 --- a/charts/stable/nextcloud/Chart.yaml +++ b/charts/stable/nextcloud/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "27.0.0" +appVersion: "27.0.1" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -29,7 +29,7 @@ sources: - https://github.com/nextcloud/docker - https://github.com/nextcloud/helm type: application -version: 22.0.0 +version: 22.0.1 annotations: truecharts.org/catagories: | - cloud