diff --git a/stable/unifi/8.0.1/CHANGELOG.md b/stable/unifi/8.0.1/CHANGELOG.md
deleted file mode 100644
index 3a7c0d4bfd0..00000000000
--- a/stable/unifi/8.0.1/CHANGELOG.md
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-### [unifi-8.0.1](https://github.com/truecharts/apps/compare/unifi-8.0.0...unifi-8.0.1) (2021-09-26)
-
diff --git a/stable/unifi/8.0.2/CHANGELOG.md b/stable/unifi/8.0.2/CHANGELOG.md
new file mode 100644
index 00000000000..d30c42847fa
--- /dev/null
+++ b/stable/unifi/8.0.2/CHANGELOG.md
@@ -0,0 +1,4 @@
+
+
+### [unifi-8.0.2](https://github.com/truecharts/apps/compare/unifi-8.0.1...unifi-8.0.2) (2021-09-28)
+
diff --git a/stable/unifi/8.0.1/CONFIG.md b/stable/unifi/8.0.2/CONFIG.md
similarity index 100%
rename from stable/unifi/8.0.1/CONFIG.md
rename to stable/unifi/8.0.2/CONFIG.md
diff --git a/stable/unifi/8.0.1/Chart.lock b/stable/unifi/8.0.2/Chart.lock
similarity index 78%
rename from stable/unifi/8.0.1/Chart.lock
rename to stable/unifi/8.0.2/Chart.lock
index 0a8624a806d..e45cc3f5421 100644
--- a/stable/unifi/8.0.1/Chart.lock
+++ b/stable/unifi/8.0.2/Chart.lock
@@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.0.8
digest: sha256:2574f8d60c5c80bd4734ad033e1d6ce991b79c1419b98a3d78edfdbf0eed940e
-generated: "2021-09-26T23:13:44.768041042Z"
+generated: "2021-09-28T08:10:21.179243272Z"
diff --git a/stable/unifi/8.0.1/Chart.yaml b/stable/unifi/8.0.2/Chart.yaml
similarity index 97%
rename from stable/unifi/8.0.1/Chart.yaml
rename to stable/unifi/8.0.2/Chart.yaml
index a9084597b75..7d1e2b1e99b 100644
--- a/stable/unifi/8.0.1/Chart.yaml
+++ b/stable/unifi/8.0.2/Chart.yaml
@@ -21,4 +21,4 @@ sources:
- https://github.com/jacobalberty/unifi-docker
- https://unifi-network.ui.com
type: application
-version: 8.0.1
+version: 8.0.2
diff --git a/stable/unifi/8.0.1/README.md b/stable/unifi/8.0.2/README.md
similarity index 100%
rename from stable/unifi/8.0.1/README.md
rename to stable/unifi/8.0.2/README.md
diff --git a/stable/unifi/8.0.1/app-readme.md b/stable/unifi/8.0.2/app-readme.md
similarity index 100%
rename from stable/unifi/8.0.1/app-readme.md
rename to stable/unifi/8.0.2/app-readme.md
diff --git a/stable/unifi/8.0.1/charts/common-8.0.8.tgz b/stable/unifi/8.0.2/charts/common-8.0.8.tgz
similarity index 100%
rename from stable/unifi/8.0.1/charts/common-8.0.8.tgz
rename to stable/unifi/8.0.2/charts/common-8.0.8.tgz
diff --git a/stable/unifi/8.0.1/helm-values.md b/stable/unifi/8.0.2/helm-values.md
similarity index 93%
rename from stable/unifi/8.0.1/helm-values.md
rename to stable/unifi/8.0.2/helm-values.md
index 43094d98293..d2ceb0487e9 100644
--- a/stable/unifi/8.0.1/helm-values.md
+++ b/stable/unifi/8.0.2/helm-values.md
@@ -23,6 +23,10 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.config.mountPath | string | `"/unifi"` | |
| persistence.config.size | string | `"100Gi"` | |
| persistence.config.type | string | `"pvc"` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service.comm.enabled | bool | `true` | |
| service.comm.ports.comm.enabled | bool | `true` | |
| service.comm.ports.comm.port | int | `8080` | |
diff --git a/stable/unifi/8.0.1/ix_values.yaml b/stable/unifi/8.0.2/ix_values.yaml
similarity index 100%
rename from stable/unifi/8.0.1/ix_values.yaml
rename to stable/unifi/8.0.2/ix_values.yaml
diff --git a/stable/unifi/8.0.1/questions.yaml b/stable/unifi/8.0.2/questions.yaml
similarity index 99%
rename from stable/unifi/8.0.1/questions.yaml
rename to stable/unifi/8.0.2/questions.yaml
index 6adad1b9ff3..d815e6bcb4f 100644
--- a/stable/unifi/8.0.1/questions.yaml
+++ b/stable/unifi/8.0.2/questions.yaml
@@ -1600,7 +1600,7 @@ questions:
label: "ReadOnly Root Filesystem"
schema:
type: boolean
- default: true
+ default: false
- variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation"
schema:
@@ -1610,7 +1610,7 @@ questions:
label: "runAsNonRoot"
schema:
type: boolean
- default: true
+ default: false
- variable: podSecurityContext
group: "Security and Permissions"
label: "Pod Security Context"
@@ -1622,13 +1622,13 @@ questions:
description: "The UserID of the user running the application"
schema:
type: int
- default: 568
+ default: 0
- variable: runAsGroup
label: "runAsGroup"
description: The groupID this App of the user running the application"
schema:
type: int
- default: 568
+ default: 0
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
diff --git a/stable/unifi/8.0.1/templates/common.yaml b/stable/unifi/8.0.2/templates/common.yaml
similarity index 100%
rename from stable/unifi/8.0.1/templates/common.yaml
rename to stable/unifi/8.0.2/templates/common.yaml
diff --git a/stable/unifi/8.0.1/test_values.yaml b/stable/unifi/8.0.2/test_values.yaml
similarity index 90%
rename from stable/unifi/8.0.1/test_values.yaml
rename to stable/unifi/8.0.2/test_values.yaml
index 8e228363c78..ce1e4d2bd77 100644
--- a/stable/unifi/8.0.1/test_values.yaml
+++ b/stable/unifi/8.0.2/test_values.yaml
@@ -54,6 +54,14 @@ service:
targetPort: 8843
protocol: HTTPS
+securityContext:
+ readOnlyRootFilesystem: false
+ runAsNonRoot: false
+
+podSecurityContext:
+ runAsGroup: 0
+ runAsUser: 0
+
env:
# TZ:
PUID: "568"
diff --git a/stable/unifi/8.0.1/values.yaml b/stable/unifi/8.0.2/values.yaml
similarity index 100%
rename from stable/unifi/8.0.1/values.yaml
rename to stable/unifi/8.0.2/values.yaml