From 39e55f95cbc0e7f63db1b9fd821e8e71eeade15d Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Sat, 25 Dec 2021 12:27:11 +0200 Subject: [PATCH] fix(guacd): allow rootfs access and remove portal (#1610) --- charts/stable/guacd/Chart.yaml | 2 +- charts/stable/guacd/questions.yaml | 27 ++------------------------- charts/stable/guacd/values.yaml | 1 + 3 files changed, 4 insertions(+), 26 deletions(-) diff --git a/charts/stable/guacd/Chart.yaml b/charts/stable/guacd/Chart.yaml index d8d6a5749cc..38d5964a606 100644 --- a/charts/stable/guacd/Chart.yaml +++ b/charts/stable/guacd/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: guacd -version: 0.0.7 +version: 0.0.8 appVersion: "1.3.0" description: Guacd - Apache Guacamole is a clientless remote desktop gateway. type: application diff --git a/charts/stable/guacd/questions.yaml b/charts/stable/guacd/questions.yaml index 235a7ead1ab..bc4f1a538e6 100644 --- a/charts/stable/guacd/questions.yaml +++ b/charts/stable/guacd/questions.yaml @@ -1,30 +1,7 @@ # Include{groups} -portals: - web_portal: - protocols: - - "$kubernetes-resource_configmap_portal_protocol" - host: - - "$kubernetes-resource_configmap_portal_host" - ports: - - "$kubernetes-resource_configmap_portal_port" +portals: {} questions: - - variable: portal - group: "Container Image" - label: "Configure Portal Button" - schema: - type: dict - hidden: true - attrs: - - variable: enabled - label: "Enable" - description: "enable the portal button" - schema: - hidden: true - editable: false - type: boolean - default: true # Include{global} - - variable: controller group: "Controller" label: "" @@ -214,7 +191,7 @@ questions: label: "ReadOnly Root Filesystem" schema: type: boolean - default: true + default: false - variable: allowPrivilegeEscalation label: "Allow Privilege Escalation" schema: diff --git a/charts/stable/guacd/values.yaml b/charts/stable/guacd/values.yaml index d7c234756b7..daf6f2dc270 100644 --- a/charts/stable/guacd/values.yaml +++ b/charts/stable/guacd/values.yaml @@ -5,6 +5,7 @@ image: securityContext: runAsNonRoot: false + readOnlyRootFilesystem: false podSecurityContext: runAsUser: 0