diff --git a/stable/guacd/2.0.10/CHANGELOG.md b/stable/guacd/2.0.11/CHANGELOG.md
similarity index 92%
rename from stable/guacd/2.0.10/CHANGELOG.md
rename to stable/guacd/2.0.11/CHANGELOG.md
index 191aecb1980..2f4ff6cdbb6 100644
--- a/stable/guacd/2.0.10/CHANGELOG.md
+++ b/stable/guacd/2.0.11/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [guacd-2.0.11](https://github.com/truecharts/apps/compare/guacd-2.0.10...guacd-2.0.11) (2022-07-10)
+
+#### Fix
+
+* rootfs writable ([#3121](https://github.com/truecharts/apps/issues/3121))
+
+
+
### [guacd-2.0.10](https://github.com/truecharts/apps/compare/guacd-2.0.9...guacd-2.0.10) (2022-07-10)
@@ -88,12 +97,3 @@
#### Chore
* Auto-update chart README [skip ci]
-
-#### Fix
-
-* remove malfunctioning SCALE migration script
-
-#### Refactor
-
-* BREAKING CHANGE ([#2836](https://github.com/truecharts/apps/issues/2836))
-
diff --git a/stable/guacd/2.0.10/Chart.lock b/stable/guacd/2.0.11/Chart.lock
similarity index 80%
rename from stable/guacd/2.0.10/Chart.lock
rename to stable/guacd/2.0.11/Chart.lock
index 451eb5fb439..7ad78bc1d8b 100644
--- a/stable/guacd/2.0.10/Chart.lock
+++ b/stable/guacd/2.0.11/Chart.lock
@@ -3,4 +3,4 @@ dependencies:
repository: https://library-charts.truecharts.org
version: 10.2.1
digest: sha256:ef841d6391d4d193203a60f6688ea2ee2a0b76c58dc55c84595db473bdcce690
-generated: "2022-07-10T08:45:10.782291399Z"
+generated: "2022-07-10T12:27:27.63684006Z"
diff --git a/stable/guacd/2.0.10/Chart.yaml b/stable/guacd/2.0.11/Chart.yaml
similarity index 98%
rename from stable/guacd/2.0.10/Chart.yaml
rename to stable/guacd/2.0.11/Chart.yaml
index d80540ea5dd..c0f895cc340 100644
--- a/stable/guacd/2.0.10/Chart.yaml
+++ b/stable/guacd/2.0.11/Chart.yaml
@@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: guacd
-version: 2.0.10
+version: 2.0.11
appVersion: "1.4.0"
description: Guacd - Apache Guacamole is a clientless remote desktop gateway.
type: application
diff --git a/stable/guacd/2.0.10/README.md b/stable/guacd/2.0.11/README.md
similarity index 100%
rename from stable/guacd/2.0.10/README.md
rename to stable/guacd/2.0.11/README.md
diff --git a/stable/guacd/2.0.10/app-readme.md b/stable/guacd/2.0.11/app-readme.md
similarity index 100%
rename from stable/guacd/2.0.10/app-readme.md
rename to stable/guacd/2.0.11/app-readme.md
diff --git a/stable/guacd/2.0.10/charts/common-10.2.1.tgz b/stable/guacd/2.0.11/charts/common-10.2.1.tgz
similarity index 100%
rename from stable/guacd/2.0.10/charts/common-10.2.1.tgz
rename to stable/guacd/2.0.11/charts/common-10.2.1.tgz
diff --git a/stable/guacd/2.0.10/ix_values.yaml b/stable/guacd/2.0.11/ix_values.yaml
similarity index 86%
rename from stable/guacd/2.0.10/ix_values.yaml
rename to stable/guacd/2.0.11/ix_values.yaml
index 9ff0b7d6fd8..bc7d5af6535 100644
--- a/stable/guacd/2.0.10/ix_values.yaml
+++ b/stable/guacd/2.0.11/ix_values.yaml
@@ -3,6 +3,9 @@ image:
pullPolicy: IfNotPresent
tag: v1.4.0@sha256:6b67e159e4e24524bf025a419062249763967085f6111d73d9f3d9ee7b0c13ee
+securityContext:
+ readOnlyRootFilesystem: false
+
podSecurityContext:
runAsUser: 1000
runAsGroup: 1000
diff --git a/stable/guacd/2.0.10/questions.yaml b/stable/guacd/2.0.11/questions.yaml
similarity index 99%
rename from stable/guacd/2.0.10/questions.yaml
rename to stable/guacd/2.0.11/questions.yaml
index 4195d484443..cd1bafff833 100644
--- a/stable/guacd/2.0.10/questions.yaml
+++ b/stable/guacd/2.0.11/questions.yaml
@@ -1271,7 +1271,7 @@ questions:
label: "ReadOnly Root Filesystem"
schema:
type: boolean
- default: true
+ default: false
- variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation"
schema:
diff --git a/stable/guacd/2.0.10/templates/common.yaml b/stable/guacd/2.0.11/templates/common.yaml
similarity index 100%
rename from stable/guacd/2.0.10/templates/common.yaml
rename to stable/guacd/2.0.11/templates/common.yaml
diff --git a/stable/guacd/2.0.10/values.yaml b/stable/guacd/2.0.11/values.yaml
similarity index 100%
rename from stable/guacd/2.0.10/values.yaml
rename to stable/guacd/2.0.11/values.yaml