From 424c9588fe6bda80f56e760a50d568288ecd21d6 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Mon, 18 Oct 2021 09:07:57 +0000 Subject: [PATCH] Commit new App releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/nextcloud/6.0.21/CHANGELOG.md | 12 ------------ stable/nextcloud/6.0.22/CHANGELOG.md | 8 ++++++++ stable/nextcloud/{6.0.21 => 6.0.22}/CONFIG.md | 0 stable/nextcloud/{6.0.21 => 6.0.22}/Chart.lock | 2 +- stable/nextcloud/{6.0.21 => 6.0.22}/Chart.yaml | 2 +- stable/nextcloud/{6.0.21 => 6.0.22}/README.md | 0 stable/nextcloud/{6.0.21 => 6.0.22}/app-readme.md | 0 .../{6.0.21 => 6.0.22}/charts/common-8.3.10.tgz | Bin .../{6.0.21 => 6.0.22}/charts/postgresql-3.0.16.tgz | Bin .../{6.0.21 => 6.0.22}/charts/redis-15.4.1.tgz | Bin stable/nextcloud/{6.0.21 => 6.0.22}/helm-values.md | 0 stable/nextcloud/{6.0.21 => 6.0.22}/ix_values.yaml | 0 stable/nextcloud/{6.0.21 => 6.0.22}/questions.yaml | 1 - .../{6.0.21 => 6.0.22}/templates/_configmap.tpl | 0 .../{6.0.21 => 6.0.22}/templates/_cronjob.tpl | 0 .../{6.0.21 => 6.0.22}/templates/_secrets.tpl | 0 .../{6.0.21 => 6.0.22}/templates/common.yaml | 0 .../nextcloud/{6.0.21 => 6.0.22}/test_values.yaml | 0 stable/nextcloud/{6.0.21 => 6.0.22}/values.yaml | 0 19 files changed, 10 insertions(+), 15 deletions(-) delete mode 100644 stable/nextcloud/6.0.21/CHANGELOG.md create mode 100644 stable/nextcloud/6.0.22/CHANGELOG.md rename stable/nextcloud/{6.0.21 => 6.0.22}/CONFIG.md (100%) rename stable/nextcloud/{6.0.21 => 6.0.22}/Chart.lock (87%) rename stable/nextcloud/{6.0.21 => 6.0.22}/Chart.yaml (98%) rename stable/nextcloud/{6.0.21 => 6.0.22}/README.md (100%) rename stable/nextcloud/{6.0.21 => 6.0.22}/app-readme.md (100%) rename stable/nextcloud/{6.0.21 => 6.0.22}/charts/common-8.3.10.tgz (100%) rename stable/nextcloud/{6.0.21 => 6.0.22}/charts/postgresql-3.0.16.tgz (100%) rename stable/nextcloud/{6.0.21 => 6.0.22}/charts/redis-15.4.1.tgz (100%) rename stable/nextcloud/{6.0.21 => 6.0.22}/helm-values.md (100%) rename stable/nextcloud/{6.0.21 => 6.0.22}/ix_values.yaml (100%) rename stable/nextcloud/{6.0.21 => 6.0.22}/questions.yaml (99%) rename stable/nextcloud/{6.0.21 => 6.0.22}/templates/_configmap.tpl (100%) rename stable/nextcloud/{6.0.21 => 6.0.22}/templates/_cronjob.tpl (100%) rename stable/nextcloud/{6.0.21 => 6.0.22}/templates/_secrets.tpl (100%) rename stable/nextcloud/{6.0.21 => 6.0.22}/templates/common.yaml (100%) rename stable/nextcloud/{6.0.21 => 6.0.22}/test_values.yaml (100%) rename stable/nextcloud/{6.0.21 => 6.0.22}/values.yaml (100%) 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