diff --git a/stable/nextcloud/6.0.21/CHANGELOG.md b/stable/nextcloud/6.0.21/CHANGELOG.md
deleted file mode 100644
index 0677039d136..00000000000
--- a/stable/nextcloud/6.0.21/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [nextcloud-6.0.21](https://github.com/truecharts/apps/compare/nextcloud-6.0.20...nextcloud-6.0.21) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/nextcloud/6.0.22/CHANGELOG.md b/stable/nextcloud/6.0.22/CHANGELOG.md
new file mode 100644
index 00000000000..228cc9e39dc
--- /dev/null
+++ b/stable/nextcloud/6.0.22/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [nextcloud-6.0.22](https://github.com/truecharts/apps/compare/nextcloud-6.0.21...nextcloud-6.0.22) (2021-10-18)
+
+#### Fix
+
+* remove regex for mountPath on `redismaster` for now ([#1167](https://github.com/truecharts/apps/issues/1167))
+
diff --git a/stable/nextcloud/6.0.21/CONFIG.md b/stable/nextcloud/6.0.22/CONFIG.md
similarity index 100%
rename from stable/nextcloud/6.0.21/CONFIG.md
rename to stable/nextcloud/6.0.22/CONFIG.md
diff --git a/stable/nextcloud/6.0.21/Chart.lock b/stable/nextcloud/6.0.22/Chart.lock
similarity index 87%
rename from stable/nextcloud/6.0.21/Chart.lock
rename to stable/nextcloud/6.0.22/Chart.lock
index 9f0ad3f1e20..f6acd82d909 100644
--- a/stable/nextcloud/6.0.21/Chart.lock
+++ b/stable/nextcloud/6.0.22/Chart.lock
@@ -9,4 +9,4 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
version: 15.4.1
digest: sha256:b992a5b78f87cc4046f10d463fa6e3a465f064d998416db155cc6a2b7be9aea0
-generated: "2021-10-17T18:44:58.985043881Z"
+generated: "2021-10-18T09:06:16.219763453Z"
diff --git a/stable/nextcloud/6.0.21/Chart.yaml b/stable/nextcloud/6.0.22/Chart.yaml
similarity index 98%
rename from stable/nextcloud/6.0.21/Chart.yaml
rename to stable/nextcloud/6.0.22/Chart.yaml
index 3ad0eee5f01..c7ad1e38024 100644
--- a/stable/nextcloud/6.0.21/Chart.yaml
+++ b/stable/nextcloud/6.0.22/Chart.yaml
@@ -33,4 +33,4 @@ sources:
- https://github.com/nextcloud/docker
- https://github.com/nextcloud/helm
type: application
-version: 6.0.21
+version: 6.0.22
diff --git a/stable/nextcloud/6.0.21/README.md b/stable/nextcloud/6.0.22/README.md
similarity index 100%
rename from stable/nextcloud/6.0.21/README.md
rename to stable/nextcloud/6.0.22/README.md
diff --git a/stable/nextcloud/6.0.21/app-readme.md b/stable/nextcloud/6.0.22/app-readme.md
similarity index 100%
rename from stable/nextcloud/6.0.21/app-readme.md
rename to stable/nextcloud/6.0.22/app-readme.md
diff --git a/stable/nextcloud/6.0.21/charts/common-8.3.10.tgz b/stable/nextcloud/6.0.22/charts/common-8.3.10.tgz
similarity index 100%
rename from stable/nextcloud/6.0.21/charts/common-8.3.10.tgz
rename to stable/nextcloud/6.0.22/charts/common-8.3.10.tgz
diff --git a/stable/nextcloud/6.0.21/charts/postgresql-3.0.16.tgz b/stable/nextcloud/6.0.22/charts/postgresql-3.0.16.tgz
similarity index 100%
rename from stable/nextcloud/6.0.21/charts/postgresql-3.0.16.tgz
rename to stable/nextcloud/6.0.22/charts/postgresql-3.0.16.tgz
diff --git a/stable/nextcloud/6.0.21/charts/redis-15.4.1.tgz b/stable/nextcloud/6.0.22/charts/redis-15.4.1.tgz
similarity index 100%
rename from stable/nextcloud/6.0.21/charts/redis-15.4.1.tgz
rename to stable/nextcloud/6.0.22/charts/redis-15.4.1.tgz
diff --git a/stable/nextcloud/6.0.21/helm-values.md b/stable/nextcloud/6.0.22/helm-values.md
similarity index 100%
rename from stable/nextcloud/6.0.21/helm-values.md
rename to stable/nextcloud/6.0.22/helm-values.md
diff --git a/stable/nextcloud/6.0.21/ix_values.yaml b/stable/nextcloud/6.0.22/ix_values.yaml
similarity index 100%
rename from stable/nextcloud/6.0.21/ix_values.yaml
rename to stable/nextcloud/6.0.22/ix_values.yaml
diff --git a/stable/nextcloud/6.0.21/questions.yaml b/stable/nextcloud/6.0.22/questions.yaml
similarity index 99%
rename from stable/nextcloud/6.0.21/questions.yaml
rename to stable/nextcloud/6.0.22/questions.yaml
index 43b141609d7..00b8e1a82fe 100644
--- a/stable/nextcloud/6.0.21/questions.yaml
+++ b/stable/nextcloud/6.0.22/questions.yaml
@@ -559,7 +559,6 @@ questions:
type: string
default: ""
hidden: true
- valid_chars: '^\/([a-zA-Z0-9._-]+\/?)+$'
- variable: medium
label: "EmptyDir Medium"
schema:
diff --git a/stable/nextcloud/6.0.21/templates/_configmap.tpl b/stable/nextcloud/6.0.22/templates/_configmap.tpl
similarity index 100%
rename from stable/nextcloud/6.0.21/templates/_configmap.tpl
rename to stable/nextcloud/6.0.22/templates/_configmap.tpl
diff --git a/stable/nextcloud/6.0.21/templates/_cronjob.tpl b/stable/nextcloud/6.0.22/templates/_cronjob.tpl
similarity index 100%
rename from stable/nextcloud/6.0.21/templates/_cronjob.tpl
rename to stable/nextcloud/6.0.22/templates/_cronjob.tpl
diff --git a/stable/nextcloud/6.0.21/templates/_secrets.tpl b/stable/nextcloud/6.0.22/templates/_secrets.tpl
similarity index 100%
rename from stable/nextcloud/6.0.21/templates/_secrets.tpl
rename to stable/nextcloud/6.0.22/templates/_secrets.tpl
diff --git a/stable/nextcloud/6.0.21/templates/common.yaml b/stable/nextcloud/6.0.22/templates/common.yaml
similarity index 100%
rename from stable/nextcloud/6.0.21/templates/common.yaml
rename to stable/nextcloud/6.0.22/templates/common.yaml
diff --git a/stable/nextcloud/6.0.21/test_values.yaml b/stable/nextcloud/6.0.22/test_values.yaml
similarity index 100%
rename from stable/nextcloud/6.0.21/test_values.yaml
rename to stable/nextcloud/6.0.22/test_values.yaml
diff --git a/stable/nextcloud/6.0.21/values.yaml b/stable/nextcloud/6.0.22/values.yaml
similarity index 100%
rename from stable/nextcloud/6.0.21/values.yaml
rename to stable/nextcloud/6.0.22/values.yaml