From 68044d483502e6d4849e2d48356297b79f17c492 Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Date: Mon, 14 Dec 2020 16:05:03 +0500 Subject: [PATCH] Update nextcloud chart version --- test/nextcloud/{1.0.0 => 1.1.0}/.helmignore | 0 test/nextcloud/{1.0.0 => 1.1.0}/Chart.yaml | 2 +- test/nextcloud/{1.0.0 => 1.1.0}/README.md | 0 test/nextcloud/{1.0.0 => 1.1.0}/app-readme.md | 0 test/nextcloud/{1.0.0 => 1.1.0}/questions.yaml | 0 test/nextcloud/{1.0.0 => 1.1.0}/templates/NOTES.txt | 0 test/nextcloud/{1.0.0 => 1.1.0}/templates/_backup.tpl | 0 test/nextcloud/{1.0.0 => 1.1.0}/templates/_helpers.tpl | 0 test/nextcloud/{1.0.0 => 1.1.0}/templates/_postgres.tpl | 0 test/nextcloud/{1.0.0 => 1.1.0}/templates/_upgrade.tpl | 0 .../{1.0.0 => 1.1.0}/templates/backup-postgres-config.yaml | 0 .../{1.0.0 => 1.1.0}/templates/backup-postgres-hook.yaml | 0 test/nextcloud/{1.0.0 => 1.1.0}/templates/deployment.yaml | 0 .../{1.0.0 => 1.1.0}/templates/nuke-deployments-hook.yaml | 0 .../{1.0.0 => 1.1.0}/templates/postgres-deployment.yaml | 0 test/nextcloud/{1.0.0 => 1.1.0}/templates/postgres-secret.yaml | 0 test/nextcloud/{1.0.0 => 1.1.0}/templates/postgres-service.yaml | 0 test/nextcloud/{1.0.0 => 1.1.0}/templates/secrets.yaml | 0 test/nextcloud/{1.0.0 => 1.1.0}/templates/service.yaml | 0 test/nextcloud/{1.0.0 => 1.1.0}/templates/serviceaccount.yaml | 0 test/nextcloud/{1.0.0 => 1.1.0}/test_values.yaml | 0 test/nextcloud/{1.0.0 => 1.1.0}/values.yaml | 0 22 files changed, 1 insertion(+), 1 deletion(-) rename test/nextcloud/{1.0.0 => 1.1.0}/.helmignore (100%) rename test/nextcloud/{1.0.0 => 1.1.0}/Chart.yaml (96%) rename test/nextcloud/{1.0.0 => 1.1.0}/README.md (100%) rename test/nextcloud/{1.0.0 => 1.1.0}/app-readme.md (100%) rename test/nextcloud/{1.0.0 => 1.1.0}/questions.yaml (100%) rename test/nextcloud/{1.0.0 => 1.1.0}/templates/NOTES.txt (100%) rename test/nextcloud/{1.0.0 => 1.1.0}/templates/_backup.tpl (100%) rename test/nextcloud/{1.0.0 => 1.1.0}/templates/_helpers.tpl (100%) rename test/nextcloud/{1.0.0 => 1.1.0}/templates/_postgres.tpl (100%) rename test/nextcloud/{1.0.0 => 1.1.0}/templates/_upgrade.tpl (100%) rename test/nextcloud/{1.0.0 => 1.1.0}/templates/backup-postgres-config.yaml (100%) rename test/nextcloud/{1.0.0 => 1.1.0}/templates/backup-postgres-hook.yaml (100%) rename test/nextcloud/{1.0.0 => 1.1.0}/templates/deployment.yaml (100%) rename test/nextcloud/{1.0.0 => 1.1.0}/templates/nuke-deployments-hook.yaml (100%) rename test/nextcloud/{1.0.0 => 1.1.0}/templates/postgres-deployment.yaml (100%) rename test/nextcloud/{1.0.0 => 1.1.0}/templates/postgres-secret.yaml (100%) rename test/nextcloud/{1.0.0 => 1.1.0}/templates/postgres-service.yaml (100%) rename test/nextcloud/{1.0.0 => 1.1.0}/templates/secrets.yaml (100%) rename test/nextcloud/{1.0.0 => 1.1.0}/templates/service.yaml (100%) rename test/nextcloud/{1.0.0 => 1.1.0}/templates/serviceaccount.yaml (100%) rename test/nextcloud/{1.0.0 => 1.1.0}/test_values.yaml (100%) rename test/nextcloud/{1.0.0 => 1.1.0}/values.yaml (100%) diff --git a/test/nextcloud/1.0.0/.helmignore b/test/nextcloud/1.1.0/.helmignore similarity index 100% rename from test/nextcloud/1.0.0/.helmignore rename to test/nextcloud/1.1.0/.helmignore diff --git a/test/nextcloud/1.0.0/Chart.yaml b/test/nextcloud/1.1.0/Chart.yaml similarity index 96% rename from test/nextcloud/1.0.0/Chart.yaml rename to test/nextcloud/1.1.0/Chart.yaml index 81b380228b..df04f529d5 100644 --- a/test/nextcloud/1.0.0/Chart.yaml +++ b/test/nextcloud/1.1.0/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: nextcloud -version: 1.0.0 +version: 1.1.0 appVersion: 19.0.3 description: A file sharing server that puts the control and security of your own data back into your hands. keywords: diff --git a/test/nextcloud/1.0.0/README.md b/test/nextcloud/1.1.0/README.md similarity index 100% rename from test/nextcloud/1.0.0/README.md rename to test/nextcloud/1.1.0/README.md diff --git a/test/nextcloud/1.0.0/app-readme.md b/test/nextcloud/1.1.0/app-readme.md similarity index 100% rename from test/nextcloud/1.0.0/app-readme.md rename to test/nextcloud/1.1.0/app-readme.md diff --git a/test/nextcloud/1.0.0/questions.yaml b/test/nextcloud/1.1.0/questions.yaml similarity index 100% rename from test/nextcloud/1.0.0/questions.yaml rename to test/nextcloud/1.1.0/questions.yaml diff --git a/test/nextcloud/1.0.0/templates/NOTES.txt b/test/nextcloud/1.1.0/templates/NOTES.txt similarity index 100% rename from test/nextcloud/1.0.0/templates/NOTES.txt rename to test/nextcloud/1.1.0/templates/NOTES.txt diff --git a/test/nextcloud/1.0.0/templates/_backup.tpl b/test/nextcloud/1.1.0/templates/_backup.tpl similarity index 100% rename from test/nextcloud/1.0.0/templates/_backup.tpl rename to test/nextcloud/1.1.0/templates/_backup.tpl diff --git a/test/nextcloud/1.0.0/templates/_helpers.tpl b/test/nextcloud/1.1.0/templates/_helpers.tpl similarity index 100% rename from test/nextcloud/1.0.0/templates/_helpers.tpl rename to test/nextcloud/1.1.0/templates/_helpers.tpl diff --git a/test/nextcloud/1.0.0/templates/_postgres.tpl b/test/nextcloud/1.1.0/templates/_postgres.tpl similarity index 100% rename from test/nextcloud/1.0.0/templates/_postgres.tpl rename to test/nextcloud/1.1.0/templates/_postgres.tpl diff --git a/test/nextcloud/1.0.0/templates/_upgrade.tpl b/test/nextcloud/1.1.0/templates/_upgrade.tpl similarity index 100% rename from test/nextcloud/1.0.0/templates/_upgrade.tpl rename to test/nextcloud/1.1.0/templates/_upgrade.tpl diff --git a/test/nextcloud/1.0.0/templates/backup-postgres-config.yaml b/test/nextcloud/1.1.0/templates/backup-postgres-config.yaml similarity index 100% rename from test/nextcloud/1.0.0/templates/backup-postgres-config.yaml rename to test/nextcloud/1.1.0/templates/backup-postgres-config.yaml diff --git a/test/nextcloud/1.0.0/templates/backup-postgres-hook.yaml b/test/nextcloud/1.1.0/templates/backup-postgres-hook.yaml similarity index 100% rename from test/nextcloud/1.0.0/templates/backup-postgres-hook.yaml rename to test/nextcloud/1.1.0/templates/backup-postgres-hook.yaml diff --git a/test/nextcloud/1.0.0/templates/deployment.yaml b/test/nextcloud/1.1.0/templates/deployment.yaml similarity index 100% rename from test/nextcloud/1.0.0/templates/deployment.yaml rename to test/nextcloud/1.1.0/templates/deployment.yaml diff --git a/test/nextcloud/1.0.0/templates/nuke-deployments-hook.yaml b/test/nextcloud/1.1.0/templates/nuke-deployments-hook.yaml similarity index 100% rename from test/nextcloud/1.0.0/templates/nuke-deployments-hook.yaml rename to test/nextcloud/1.1.0/templates/nuke-deployments-hook.yaml diff --git a/test/nextcloud/1.0.0/templates/postgres-deployment.yaml b/test/nextcloud/1.1.0/templates/postgres-deployment.yaml similarity index 100% rename from test/nextcloud/1.0.0/templates/postgres-deployment.yaml rename to test/nextcloud/1.1.0/templates/postgres-deployment.yaml diff --git a/test/nextcloud/1.0.0/templates/postgres-secret.yaml b/test/nextcloud/1.1.0/templates/postgres-secret.yaml similarity index 100% rename from test/nextcloud/1.0.0/templates/postgres-secret.yaml rename to test/nextcloud/1.1.0/templates/postgres-secret.yaml diff --git a/test/nextcloud/1.0.0/templates/postgres-service.yaml b/test/nextcloud/1.1.0/templates/postgres-service.yaml similarity index 100% rename from test/nextcloud/1.0.0/templates/postgres-service.yaml rename to test/nextcloud/1.1.0/templates/postgres-service.yaml diff --git a/test/nextcloud/1.0.0/templates/secrets.yaml b/test/nextcloud/1.1.0/templates/secrets.yaml similarity index 100% rename from test/nextcloud/1.0.0/templates/secrets.yaml rename to test/nextcloud/1.1.0/templates/secrets.yaml diff --git a/test/nextcloud/1.0.0/templates/service.yaml b/test/nextcloud/1.1.0/templates/service.yaml similarity index 100% rename from test/nextcloud/1.0.0/templates/service.yaml rename to test/nextcloud/1.1.0/templates/service.yaml diff --git a/test/nextcloud/1.0.0/templates/serviceaccount.yaml b/test/nextcloud/1.1.0/templates/serviceaccount.yaml similarity index 100% rename from test/nextcloud/1.0.0/templates/serviceaccount.yaml rename to test/nextcloud/1.1.0/templates/serviceaccount.yaml diff --git a/test/nextcloud/1.0.0/test_values.yaml b/test/nextcloud/1.1.0/test_values.yaml similarity index 100% rename from test/nextcloud/1.0.0/test_values.yaml rename to test/nextcloud/1.1.0/test_values.yaml diff --git a/test/nextcloud/1.0.0/values.yaml b/test/nextcloud/1.1.0/values.yaml similarity index 100% rename from test/nextcloud/1.0.0/values.yaml rename to test/nextcloud/1.1.0/values.yaml