From 12efaafa91ba6c6c3ba394533adf0e131b677376 Mon Sep 17 00:00:00 2001 From: sonicaj Date: Mon, 11 Oct 2021 18:06:18 +0500 Subject: [PATCH] Update nextcloud application version --- test/nextcloud/{1.3.5 => 1.3.6}/.helmignore | 0 test/nextcloud/{1.3.5 => 1.3.6}/Chart.lock | 0 test/nextcloud/{1.3.5 => 1.3.6}/Chart.yaml | 2 +- test/nextcloud/{1.3.5 => 1.3.6}/README.md | 0 test/nextcloud/{1.3.5 => 1.3.6}/app-readme.md | 0 .../{1.3.5 => 1.3.6}/charts/common-2105.0.0.tgz | Bin test/nextcloud/{1.3.5 => 1.3.6}/default_values.yaml | 0 test/nextcloud/{1.3.5 => 1.3.6}/ix_values.yaml | 0 .../{1.3.5 => 1.3.6}/migrations/migrate_from_1.1.0 | 0 test/nextcloud/{1.3.5 => 1.3.6}/questions.yaml | 0 test/nextcloud/{1.3.5 => 1.3.6}/templates/NOTES.txt | 0 .../{1.3.5 => 1.3.6}/templates/_postgres.tpl | 0 .../templates/backup-postgres-config.yaml | 0 .../templates/backup-postgres-hook.yaml | 0 .../{1.3.5 => 1.3.6}/templates/deployment.yaml | 0 .../templates/nuke-deployments-hook.yaml | 0 .../templates/postgres-deployment.yaml | 0 .../{1.3.5 => 1.3.6}/templates/postgres-secret.yaml | 0 .../templates/postgres-service.yaml | 0 .../{1.3.5 => 1.3.6}/templates/secrets.yaml | 0 .../{1.3.5 => 1.3.6}/templates/service.yaml | 0 .../{1.3.5 => 1.3.6}/templates/serviceaccount.yaml | 0 test/nextcloud/{1.3.5 => 1.3.6}/test_values.yaml | 0 test/nextcloud/{1.3.5 => 1.3.6}/values.yaml | 0 24 files changed, 1 insertion(+), 1 deletion(-) rename test/nextcloud/{1.3.5 => 1.3.6}/.helmignore (100%) rename test/nextcloud/{1.3.5 => 1.3.6}/Chart.lock (100%) rename test/nextcloud/{1.3.5 => 1.3.6}/Chart.yaml (97%) rename test/nextcloud/{1.3.5 => 1.3.6}/README.md (100%) rename test/nextcloud/{1.3.5 => 1.3.6}/app-readme.md (100%) rename test/nextcloud/{1.3.5 => 1.3.6}/charts/common-2105.0.0.tgz (100%) rename test/nextcloud/{1.3.5 => 1.3.6}/default_values.yaml (100%) rename test/nextcloud/{1.3.5 => 1.3.6}/ix_values.yaml (100%) rename test/nextcloud/{1.3.5 => 1.3.6}/migrations/migrate_from_1.1.0 (100%) rename test/nextcloud/{1.3.5 => 1.3.6}/questions.yaml (100%) rename test/nextcloud/{1.3.5 => 1.3.6}/templates/NOTES.txt (100%) rename test/nextcloud/{1.3.5 => 1.3.6}/templates/_postgres.tpl (100%) rename test/nextcloud/{1.3.5 => 1.3.6}/templates/backup-postgres-config.yaml (100%) rename test/nextcloud/{1.3.5 => 1.3.6}/templates/backup-postgres-hook.yaml (100%) rename test/nextcloud/{1.3.5 => 1.3.6}/templates/deployment.yaml (100%) rename test/nextcloud/{1.3.5 => 1.3.6}/templates/nuke-deployments-hook.yaml (100%) rename test/nextcloud/{1.3.5 => 1.3.6}/templates/postgres-deployment.yaml (100%) rename test/nextcloud/{1.3.5 => 1.3.6}/templates/postgres-secret.yaml (100%) rename test/nextcloud/{1.3.5 => 1.3.6}/templates/postgres-service.yaml (100%) rename test/nextcloud/{1.3.5 => 1.3.6}/templates/secrets.yaml (100%) rename test/nextcloud/{1.3.5 => 1.3.6}/templates/service.yaml (100%) rename test/nextcloud/{1.3.5 => 1.3.6}/templates/serviceaccount.yaml (100%) rename test/nextcloud/{1.3.5 => 1.3.6}/test_values.yaml (100%) rename test/nextcloud/{1.3.5 => 1.3.6}/values.yaml (100%) diff --git a/test/nextcloud/1.3.5/.helmignore b/test/nextcloud/1.3.6/.helmignore similarity index 100% rename from test/nextcloud/1.3.5/.helmignore rename to test/nextcloud/1.3.6/.helmignore diff --git a/test/nextcloud/1.3.5/Chart.lock b/test/nextcloud/1.3.6/Chart.lock similarity index 100% rename from test/nextcloud/1.3.5/Chart.lock rename to test/nextcloud/1.3.6/Chart.lock diff --git a/test/nextcloud/1.3.5/Chart.yaml b/test/nextcloud/1.3.6/Chart.yaml similarity index 97% rename from test/nextcloud/1.3.5/Chart.yaml rename to test/nextcloud/1.3.6/Chart.yaml index 39d566acc9..c0d4a5abce 100644 --- a/test/nextcloud/1.3.5/Chart.yaml +++ b/test/nextcloud/1.3.6/Chart.yaml @@ -19,4 +19,4 @@ sources: - https://github.com/nextcloud/docker - https://github.com/nextcloud/helm upstream_version: 2.3.2 -version: 1.3.5 +version: 1.3.6 diff --git a/test/nextcloud/1.3.5/README.md b/test/nextcloud/1.3.6/README.md similarity index 100% rename from test/nextcloud/1.3.5/README.md rename to test/nextcloud/1.3.6/README.md diff --git a/test/nextcloud/1.3.5/app-readme.md b/test/nextcloud/1.3.6/app-readme.md similarity index 100% rename from test/nextcloud/1.3.5/app-readme.md rename to test/nextcloud/1.3.6/app-readme.md diff --git a/test/nextcloud/1.3.5/charts/common-2105.0.0.tgz b/test/nextcloud/1.3.6/charts/common-2105.0.0.tgz similarity index 100% rename from test/nextcloud/1.3.5/charts/common-2105.0.0.tgz rename to test/nextcloud/1.3.6/charts/common-2105.0.0.tgz diff --git a/test/nextcloud/1.3.5/default_values.yaml b/test/nextcloud/1.3.6/default_values.yaml similarity index 100% rename from test/nextcloud/1.3.5/default_values.yaml rename to test/nextcloud/1.3.6/default_values.yaml diff --git a/test/nextcloud/1.3.5/ix_values.yaml b/test/nextcloud/1.3.6/ix_values.yaml similarity index 100% rename from test/nextcloud/1.3.5/ix_values.yaml rename to test/nextcloud/1.3.6/ix_values.yaml diff --git a/test/nextcloud/1.3.5/migrations/migrate_from_1.1.0 b/test/nextcloud/1.3.6/migrations/migrate_from_1.1.0 similarity index 100% rename from test/nextcloud/1.3.5/migrations/migrate_from_1.1.0 rename to test/nextcloud/1.3.6/migrations/migrate_from_1.1.0 diff --git a/test/nextcloud/1.3.5/questions.yaml b/test/nextcloud/1.3.6/questions.yaml similarity index 100% rename from test/nextcloud/1.3.5/questions.yaml rename to test/nextcloud/1.3.6/questions.yaml diff --git a/test/nextcloud/1.3.5/templates/NOTES.txt b/test/nextcloud/1.3.6/templates/NOTES.txt similarity index 100% rename from test/nextcloud/1.3.5/templates/NOTES.txt rename to test/nextcloud/1.3.6/templates/NOTES.txt diff --git a/test/nextcloud/1.3.5/templates/_postgres.tpl b/test/nextcloud/1.3.6/templates/_postgres.tpl similarity index 100% rename from test/nextcloud/1.3.5/templates/_postgres.tpl rename to test/nextcloud/1.3.6/templates/_postgres.tpl diff --git a/test/nextcloud/1.3.5/templates/backup-postgres-config.yaml b/test/nextcloud/1.3.6/templates/backup-postgres-config.yaml similarity index 100% rename from test/nextcloud/1.3.5/templates/backup-postgres-config.yaml rename to test/nextcloud/1.3.6/templates/backup-postgres-config.yaml diff --git a/test/nextcloud/1.3.5/templates/backup-postgres-hook.yaml b/test/nextcloud/1.3.6/templates/backup-postgres-hook.yaml similarity index 100% rename from test/nextcloud/1.3.5/templates/backup-postgres-hook.yaml rename to test/nextcloud/1.3.6/templates/backup-postgres-hook.yaml diff --git a/test/nextcloud/1.3.5/templates/deployment.yaml b/test/nextcloud/1.3.6/templates/deployment.yaml similarity index 100% rename from test/nextcloud/1.3.5/templates/deployment.yaml rename to test/nextcloud/1.3.6/templates/deployment.yaml diff --git a/test/nextcloud/1.3.5/templates/nuke-deployments-hook.yaml b/test/nextcloud/1.3.6/templates/nuke-deployments-hook.yaml similarity index 100% rename from test/nextcloud/1.3.5/templates/nuke-deployments-hook.yaml rename to test/nextcloud/1.3.6/templates/nuke-deployments-hook.yaml diff --git a/test/nextcloud/1.3.5/templates/postgres-deployment.yaml b/test/nextcloud/1.3.6/templates/postgres-deployment.yaml similarity index 100% rename from test/nextcloud/1.3.5/templates/postgres-deployment.yaml rename to test/nextcloud/1.3.6/templates/postgres-deployment.yaml diff --git a/test/nextcloud/1.3.5/templates/postgres-secret.yaml b/test/nextcloud/1.3.6/templates/postgres-secret.yaml similarity index 100% rename from test/nextcloud/1.3.5/templates/postgres-secret.yaml rename to test/nextcloud/1.3.6/templates/postgres-secret.yaml diff --git a/test/nextcloud/1.3.5/templates/postgres-service.yaml b/test/nextcloud/1.3.6/templates/postgres-service.yaml similarity index 100% rename from test/nextcloud/1.3.5/templates/postgres-service.yaml rename to test/nextcloud/1.3.6/templates/postgres-service.yaml diff --git a/test/nextcloud/1.3.5/templates/secrets.yaml b/test/nextcloud/1.3.6/templates/secrets.yaml similarity index 100% rename from test/nextcloud/1.3.5/templates/secrets.yaml rename to test/nextcloud/1.3.6/templates/secrets.yaml diff --git a/test/nextcloud/1.3.5/templates/service.yaml b/test/nextcloud/1.3.6/templates/service.yaml similarity index 100% rename from test/nextcloud/1.3.5/templates/service.yaml rename to test/nextcloud/1.3.6/templates/service.yaml diff --git a/test/nextcloud/1.3.5/templates/serviceaccount.yaml b/test/nextcloud/1.3.6/templates/serviceaccount.yaml similarity index 100% rename from test/nextcloud/1.3.5/templates/serviceaccount.yaml rename to test/nextcloud/1.3.6/templates/serviceaccount.yaml diff --git a/test/nextcloud/1.3.5/test_values.yaml b/test/nextcloud/1.3.6/test_values.yaml similarity index 100% rename from test/nextcloud/1.3.5/test_values.yaml rename to test/nextcloud/1.3.6/test_values.yaml diff --git a/test/nextcloud/1.3.5/values.yaml b/test/nextcloud/1.3.6/values.yaml similarity index 100% rename from test/nextcloud/1.3.5/values.yaml rename to test/nextcloud/1.3.6/values.yaml