diff --git a/stable/guacd/2.0.9/CHANGELOG.md b/stable/guacd/2.0.10/CHANGELOG.md
similarity index 91%
rename from stable/guacd/2.0.9/CHANGELOG.md
rename to stable/guacd/2.0.10/CHANGELOG.md
index 40b33d356fa..191aecb1980 100644
--- a/stable/guacd/2.0.9/CHANGELOG.md
+++ b/stable/guacd/2.0.10/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [guacd-2.0.10](https://github.com/truecharts/apps/compare/guacd-2.0.9...guacd-2.0.10) (2022-07-10)
+
+#### Fix
+
+* run rootless ([#3114](https://github.com/truecharts/apps/issues/3114))
+
+
+
### [guacd-2.0.9](https://github.com/truecharts/apps/compare/guacd-2.0.8...guacd-2.0.9) (2022-07-09)
@@ -88,12 +97,3 @@
* BREAKING CHANGE ([#2836](https://github.com/truecharts/apps/issues/2836))
-
-
-
-### [guacd-2.0.0](https://github.com/truecharts/apps/compare/guacd-1.0.19...guacd-2.0.0) (2022-06-07)
-
-#### Refactor
-
-* BREAKING CHANGE ([#2836](https://github.com/truecharts/apps/issues/2836))
-
diff --git a/stable/guacd/2.0.9/Chart.lock b/stable/guacd/2.0.10/Chart.lock
similarity index 80%
rename from stable/guacd/2.0.9/Chart.lock
rename to stable/guacd/2.0.10/Chart.lock
index 09b24fc8aee..451eb5fb439 100644
--- a/stable/guacd/2.0.9/Chart.lock
+++ b/stable/guacd/2.0.10/Chart.lock
@@ -3,4 +3,4 @@ dependencies:
repository: https://library-charts.truecharts.org
version: 10.2.1
digest: sha256:ef841d6391d4d193203a60f6688ea2ee2a0b76c58dc55c84595db473bdcce690
-generated: "2022-07-09T20:08:50.064740175Z"
+generated: "2022-07-10T08:45:10.782291399Z"
diff --git a/stable/guacd/2.0.9/Chart.yaml b/stable/guacd/2.0.10/Chart.yaml
similarity index 98%
rename from stable/guacd/2.0.9/Chart.yaml
rename to stable/guacd/2.0.10/Chart.yaml
index 32c83f494fd..d80540ea5dd 100644
--- a/stable/guacd/2.0.9/Chart.yaml
+++ b/stable/guacd/2.0.10/Chart.yaml
@@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: guacd
-version: 2.0.9
+version: 2.0.10
appVersion: "1.4.0"
description: Guacd - Apache Guacamole is a clientless remote desktop gateway.
type: application
diff --git a/stable/guacd/2.0.9/README.md b/stable/guacd/2.0.10/README.md
similarity index 100%
rename from stable/guacd/2.0.9/README.md
rename to stable/guacd/2.0.10/README.md
diff --git a/stable/guacd/2.0.9/app-readme.md b/stable/guacd/2.0.10/app-readme.md
similarity index 100%
rename from stable/guacd/2.0.9/app-readme.md
rename to stable/guacd/2.0.10/app-readme.md
diff --git a/stable/guacd/2.0.9/charts/common-10.2.1.tgz b/stable/guacd/2.0.10/charts/common-10.2.1.tgz
similarity index 100%
rename from stable/guacd/2.0.9/charts/common-10.2.1.tgz
rename to stable/guacd/2.0.10/charts/common-10.2.1.tgz
diff --git a/stable/guacd/2.0.9/ix_values.yaml b/stable/guacd/2.0.10/ix_values.yaml
similarity index 72%
rename from stable/guacd/2.0.9/ix_values.yaml
rename to stable/guacd/2.0.10/ix_values.yaml
index 70152ccd7c4..9ff0b7d6fd8 100644
--- a/stable/guacd/2.0.9/ix_values.yaml
+++ b/stable/guacd/2.0.10/ix_values.yaml
@@ -3,13 +3,9 @@ image:
pullPolicy: IfNotPresent
tag: v1.4.0@sha256:6b67e159e4e24524bf025a419062249763967085f6111d73d9f3d9ee7b0c13ee
-securityContext:
- readOnlyRootFilesystem: false
- runAsNonRoot: false
-
podSecurityContext:
- runAsUser: 0
- runAsGroup: 0
+ runAsUser: 1000
+ runAsGroup: 1000
service:
main:
diff --git a/stable/guacd/2.0.9/questions.yaml b/stable/guacd/2.0.10/questions.yaml
similarity index 99%
rename from stable/guacd/2.0.9/questions.yaml
rename to stable/guacd/2.0.10/questions.yaml
index 72f289bfc33..4195d484443 100644
--- a/stable/guacd/2.0.9/questions.yaml
+++ b/stable/guacd/2.0.10/questions.yaml
@@ -1271,7 +1271,7 @@ questions:
label: "ReadOnly Root Filesystem"
schema:
type: boolean
- default: false
+ default: true
- variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation"
schema:
@@ -1281,7 +1281,7 @@ questions:
label: "runAsNonRoot"
schema:
type: boolean
- default: false
+ default: true
- variable: capabilities
label: "Capabilities"
schema:
@@ -1321,13 +1321,13 @@ questions:
description: "The UserID of the user running the application"
schema:
type: int
- default: 0
+ default: 1000
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID this App of the user running the application"
schema:
type: int
- default: 0
+ default: 1000
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
diff --git a/stable/guacd/2.0.9/templates/common.yaml b/stable/guacd/2.0.10/templates/common.yaml
similarity index 100%
rename from stable/guacd/2.0.9/templates/common.yaml
rename to stable/guacd/2.0.10/templates/common.yaml
diff --git a/stable/guacd/2.0.9/values.yaml b/stable/guacd/2.0.10/values.yaml
similarity index 100%
rename from stable/guacd/2.0.9/values.yaml
rename to stable/guacd/2.0.10/values.yaml