diff --git a/charts/nextcloud/1.2.0/charts/common-2101.0.0.tgz b/charts/nextcloud/1.2.0/charts/common-2101.0.0.tgz deleted file mode 100644 index 3a22457ea6..0000000000 Binary files a/charts/nextcloud/1.2.0/charts/common-2101.0.0.tgz and /dev/null differ diff --git a/charts/nextcloud/1.2.0/.helmignore b/charts/nextcloud/1.2.1/.helmignore similarity index 100% rename from charts/nextcloud/1.2.0/.helmignore rename to charts/nextcloud/1.2.1/.helmignore diff --git a/charts/nextcloud/1.2.0/Chart.lock b/charts/nextcloud/1.2.1/Chart.lock similarity index 100% rename from charts/nextcloud/1.2.0/Chart.lock rename to charts/nextcloud/1.2.1/Chart.lock diff --git a/charts/nextcloud/1.2.0/Chart.yaml b/charts/nextcloud/1.2.1/Chart.yaml similarity index 94% rename from charts/nextcloud/1.2.0/Chart.yaml rename to charts/nextcloud/1.2.1/Chart.yaml index 4639feeae2..fd2668cd8f 100644 --- a/charts/nextcloud/1.2.0/Chart.yaml +++ b/charts/nextcloud/1.2.1/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: nextcloud -version: 1.2.0 -appVersion: 19.0.3 +version: 1.2.1 +appVersion: 20.0.7 description: A file sharing server that puts the control and security of your own data back into your hands. keywords: - nextcloud diff --git a/charts/nextcloud/1.2.0/README.md b/charts/nextcloud/1.2.1/README.md similarity index 100% rename from charts/nextcloud/1.2.0/README.md rename to charts/nextcloud/1.2.1/README.md diff --git a/charts/nextcloud/1.2.0/app-readme.md b/charts/nextcloud/1.2.1/app-readme.md similarity index 100% rename from charts/nextcloud/1.2.0/app-readme.md rename to charts/nextcloud/1.2.1/app-readme.md diff --git a/charts/nextcloud/1.2.1/charts/common-2101.0.0.tgz b/charts/nextcloud/1.2.1/charts/common-2101.0.0.tgz new file mode 100644 index 0000000000..91e9592a56 Binary files /dev/null and b/charts/nextcloud/1.2.1/charts/common-2101.0.0.tgz differ diff --git a/charts/nextcloud/1.2.0/default_values.yaml b/charts/nextcloud/1.2.1/default_values.yaml similarity index 100% rename from charts/nextcloud/1.2.0/default_values.yaml rename to charts/nextcloud/1.2.1/default_values.yaml diff --git a/charts/nextcloud/1.2.1/ix_values.yaml b/charts/nextcloud/1.2.1/ix_values.yaml new file mode 100644 index 0000000000..c709e4856b --- /dev/null +++ b/charts/nextcloud/1.2.1/ix_values.yaml @@ -0,0 +1,4 @@ +image: + repository: nextcloud + tag: 20.0.7 + pullPolicy: IfNotPresent diff --git a/charts/nextcloud/1.2.0/migrations/migrate b/charts/nextcloud/1.2.1/migrations/migrate_from_1.1.0 similarity index 100% rename from charts/nextcloud/1.2.0/migrations/migrate rename to charts/nextcloud/1.2.1/migrations/migrate_from_1.1.0 diff --git a/charts/nextcloud/1.2.0/questions.yaml b/charts/nextcloud/1.2.1/questions.yaml similarity index 83% rename from charts/nextcloud/1.2.0/questions.yaml rename to charts/nextcloud/1.2.1/questions.yaml index e8e485abce..497b55490d 100644 --- a/charts/nextcloud/1.2.0/questions.yaml +++ b/charts/nextcloud/1.2.1/questions.yaml @@ -22,42 +22,6 @@ portals: - "$variable-service.nodePort" questions: - # Image related - - variable: image - description: "Docker Image Details" - label: "Docker Image" - group: "Container Images" - schema: - type: dict - required: true - attrs: - - variable: repository - description: "Docker image repository" - label: "Image repository" - schema: - type: string - default: "nextcloud" - required: true - - variable: tag - description: "Tag to use for specified image" - label: "Image Tag" - schema: - type: string - default: "latest" - - variable: pullPolicy - description: "Docker Image Pull Policy" - label: "Image Pull Policy" - schema: - type: string - default: "IfNotPresent" - enum: - - value: "IfNotPresent" - description: "Only pull image if not present on host" - - value: "Always" - description: "Always pull image even if present on host" - - value: "Never" - description: "Never pull image even if it's not present on host" - - variable: nextcloud description: "Nextcloud configuration details" label: "Nextcloud Configuration" diff --git a/charts/nextcloud/1.2.0/templates/NOTES.txt b/charts/nextcloud/1.2.1/templates/NOTES.txt similarity index 100% rename from charts/nextcloud/1.2.0/templates/NOTES.txt rename to charts/nextcloud/1.2.1/templates/NOTES.txt diff --git a/charts/nextcloud/1.2.0/templates/_postgres.tpl b/charts/nextcloud/1.2.1/templates/_postgres.tpl similarity index 100% rename from charts/nextcloud/1.2.0/templates/_postgres.tpl rename to charts/nextcloud/1.2.1/templates/_postgres.tpl diff --git a/charts/nextcloud/1.2.0/templates/backup-postgres-config.yaml b/charts/nextcloud/1.2.1/templates/backup-postgres-config.yaml similarity index 100% rename from charts/nextcloud/1.2.0/templates/backup-postgres-config.yaml rename to charts/nextcloud/1.2.1/templates/backup-postgres-config.yaml diff --git a/charts/nextcloud/1.2.0/templates/backup-postgres-hook.yaml b/charts/nextcloud/1.2.1/templates/backup-postgres-hook.yaml similarity index 100% rename from charts/nextcloud/1.2.0/templates/backup-postgres-hook.yaml rename to charts/nextcloud/1.2.1/templates/backup-postgres-hook.yaml diff --git a/charts/nextcloud/1.2.0/templates/deployment.yaml b/charts/nextcloud/1.2.1/templates/deployment.yaml similarity index 100% rename from charts/nextcloud/1.2.0/templates/deployment.yaml rename to charts/nextcloud/1.2.1/templates/deployment.yaml diff --git a/charts/nextcloud/1.2.0/templates/nuke-deployments-hook.yaml b/charts/nextcloud/1.2.1/templates/nuke-deployments-hook.yaml similarity index 100% rename from charts/nextcloud/1.2.0/templates/nuke-deployments-hook.yaml rename to charts/nextcloud/1.2.1/templates/nuke-deployments-hook.yaml diff --git a/charts/nextcloud/1.2.0/templates/postgres-deployment.yaml b/charts/nextcloud/1.2.1/templates/postgres-deployment.yaml similarity index 100% rename from charts/nextcloud/1.2.0/templates/postgres-deployment.yaml rename to charts/nextcloud/1.2.1/templates/postgres-deployment.yaml diff --git a/charts/nextcloud/1.2.0/templates/postgres-secret.yaml b/charts/nextcloud/1.2.1/templates/postgres-secret.yaml similarity index 100% rename from charts/nextcloud/1.2.0/templates/postgres-secret.yaml rename to charts/nextcloud/1.2.1/templates/postgres-secret.yaml diff --git a/charts/nextcloud/1.2.0/templates/postgres-service.yaml b/charts/nextcloud/1.2.1/templates/postgres-service.yaml similarity index 100% rename from charts/nextcloud/1.2.0/templates/postgres-service.yaml rename to charts/nextcloud/1.2.1/templates/postgres-service.yaml diff --git a/charts/nextcloud/1.2.0/templates/secrets.yaml b/charts/nextcloud/1.2.1/templates/secrets.yaml similarity index 100% rename from charts/nextcloud/1.2.0/templates/secrets.yaml rename to charts/nextcloud/1.2.1/templates/secrets.yaml diff --git a/charts/nextcloud/1.2.0/templates/service.yaml b/charts/nextcloud/1.2.1/templates/service.yaml similarity index 100% rename from charts/nextcloud/1.2.0/templates/service.yaml rename to charts/nextcloud/1.2.1/templates/service.yaml diff --git a/charts/nextcloud/1.2.0/templates/serviceaccount.yaml b/charts/nextcloud/1.2.1/templates/serviceaccount.yaml similarity index 100% rename from charts/nextcloud/1.2.0/templates/serviceaccount.yaml rename to charts/nextcloud/1.2.1/templates/serviceaccount.yaml diff --git a/charts/nextcloud/1.2.0/test_values.yaml b/charts/nextcloud/1.2.1/test_values.yaml similarity index 100% rename from charts/nextcloud/1.2.0/test_values.yaml rename to charts/nextcloud/1.2.1/test_values.yaml diff --git a/charts/nextcloud/1.2.0/values.yaml b/charts/nextcloud/1.2.1/values.yaml similarity index 100% rename from charts/nextcloud/1.2.0/values.yaml rename to charts/nextcloud/1.2.1/values.yaml