From 972f98dd61bfa46cde848019279c55d0ca22e2a3 Mon Sep 17 00:00:00 2001 From: sonicaj Date: Thu, 1 Jun 2023 12:02:21 +0000 Subject: [PATCH] Update catalog information --- catalog.json | 8 ++++---- charts/nextcloud/{1.6.27 => 1.6.28}/.helmignore | 0 charts/nextcloud/{1.6.27 => 1.6.28}/Chart.lock | 0 charts/nextcloud/{1.6.27 => 1.6.28}/Chart.yaml | 4 ++-- charts/nextcloud/{1.6.27 => 1.6.28}/README.md | 0 charts/nextcloud/{1.6.27 => 1.6.28}/app-readme.md | 0 .../{1.6.27 => 1.6.28}/charts/common-2304.0.1.tgz | Bin .../{1.6.27 => 1.6.28}/ci/test-values.yaml | 0 charts/nextcloud/{1.6.27 => 1.6.28}/ix_values.yaml | 2 +- charts/nextcloud/{1.6.27 => 1.6.28}/metadata.yaml | 0 .../migrations/migrate_from_1.1.0 | 0 charts/nextcloud/{1.6.27 => 1.6.28}/questions.yaml | 0 .../{1.6.27 => 1.6.28}/templates/NOTES.txt | 0 .../{1.6.27 => 1.6.28}/templates/_nginx.tpl | 0 .../{1.6.27 => 1.6.28}/templates/_postgres.tpl | 0 .../templates/backup-postgres-config.yaml | 0 .../templates/backup-postgres-hook.yaml | 0 .../{1.6.27 => 1.6.28}/templates/cronjob.yaml | 0 .../{1.6.27 => 1.6.28}/templates/deployment.yaml | 0 .../templates/nginx-configmap.yaml | 0 .../{1.6.27 => 1.6.28}/templates/nginx-secret.yaml | 0 .../templates/nuke-deployments-hook.yaml | 0 .../templates/postgres-deployment.yaml | 0 .../templates/postgres-secret.yaml | 0 .../templates/postgres-service.yaml | 0 .../{1.6.27 => 1.6.28}/templates/secrets.yaml | 0 .../{1.6.27 => 1.6.28}/templates/service.yaml | 0 .../templates/serviceaccount.yaml | 0 28 files changed, 7 insertions(+), 7 deletions(-) rename charts/nextcloud/{1.6.27 => 1.6.28}/.helmignore (100%) rename charts/nextcloud/{1.6.27 => 1.6.28}/Chart.lock (100%) rename charts/nextcloud/{1.6.27 => 1.6.28}/Chart.yaml (95%) rename charts/nextcloud/{1.6.27 => 1.6.28}/README.md (100%) rename charts/nextcloud/{1.6.27 => 1.6.28}/app-readme.md (100%) rename charts/nextcloud/{1.6.27 => 1.6.28}/charts/common-2304.0.1.tgz (100%) rename charts/nextcloud/{1.6.27 => 1.6.28}/ci/test-values.yaml (100%) rename charts/nextcloud/{1.6.27 => 1.6.28}/ix_values.yaml (92%) rename charts/nextcloud/{1.6.27 => 1.6.28}/metadata.yaml (100%) rename charts/nextcloud/{1.6.27 => 1.6.28}/migrations/migrate_from_1.1.0 (100%) rename charts/nextcloud/{1.6.27 => 1.6.28}/questions.yaml (100%) rename charts/nextcloud/{1.6.27 => 1.6.28}/templates/NOTES.txt (100%) rename charts/nextcloud/{1.6.27 => 1.6.28}/templates/_nginx.tpl (100%) rename charts/nextcloud/{1.6.27 => 1.6.28}/templates/_postgres.tpl (100%) rename charts/nextcloud/{1.6.27 => 1.6.28}/templates/backup-postgres-config.yaml (100%) rename charts/nextcloud/{1.6.27 => 1.6.28}/templates/backup-postgres-hook.yaml (100%) rename charts/nextcloud/{1.6.27 => 1.6.28}/templates/cronjob.yaml (100%) rename charts/nextcloud/{1.6.27 => 1.6.28}/templates/deployment.yaml (100%) rename charts/nextcloud/{1.6.27 => 1.6.28}/templates/nginx-configmap.yaml (100%) rename charts/nextcloud/{1.6.27 => 1.6.28}/templates/nginx-secret.yaml (100%) rename charts/nextcloud/{1.6.27 => 1.6.28}/templates/nuke-deployments-hook.yaml (100%) rename charts/nextcloud/{1.6.27 => 1.6.28}/templates/postgres-deployment.yaml (100%) rename charts/nextcloud/{1.6.27 => 1.6.28}/templates/postgres-secret.yaml (100%) rename charts/nextcloud/{1.6.27 => 1.6.28}/templates/postgres-service.yaml (100%) rename charts/nextcloud/{1.6.27 => 1.6.28}/templates/secrets.yaml (100%) rename charts/nextcloud/{1.6.27 => 1.6.28}/templates/service.yaml (100%) rename charts/nextcloud/{1.6.27 => 1.6.28}/templates/serviceaccount.yaml (100%) diff --git a/catalog.json b/catalog.json index 4f4a4d033a..ca6026bd08 100644 --- a/catalog.json +++ b/catalog.json @@ -345,9 +345,9 @@ "healthy_error": null, "home": "https://nextcloud.com/", "location": "/__w/charts/charts/charts/nextcloud", - "latest_version": "1.6.27", - "latest_app_version": "26.0.1", - "latest_human_version": "26.0.1_1.6.27", + "latest_version": "1.6.28", + "latest_app_version": "26.0.2", + "latest_human_version": "26.0.2_1.6.28", "last_update": "2023-05-23 17:11:03", "name": "nextcloud", "recommended": false, @@ -838,7 +838,7 @@ "latest_version": "1.0.12", "latest_app_version": "4.5.3", "latest_human_version": "4.5.3_1.0.12", - "last_update": "2023-05-30 13:24:14", + "last_update": "2023-05-31 07:49:46", "name": "qbittorrent", "recommended": false, "title": "qBittorrent", diff --git a/charts/nextcloud/1.6.27/.helmignore b/charts/nextcloud/1.6.28/.helmignore similarity index 100% rename from charts/nextcloud/1.6.27/.helmignore rename to charts/nextcloud/1.6.28/.helmignore diff --git a/charts/nextcloud/1.6.27/Chart.lock b/charts/nextcloud/1.6.28/Chart.lock similarity index 100% rename from charts/nextcloud/1.6.27/Chart.lock rename to charts/nextcloud/1.6.28/Chart.lock diff --git a/charts/nextcloud/1.6.27/Chart.yaml b/charts/nextcloud/1.6.28/Chart.yaml similarity index 95% rename from charts/nextcloud/1.6.27/Chart.yaml rename to charts/nextcloud/1.6.28/Chart.yaml index 230fe63168..1b0fdfe18d 100644 --- a/charts/nextcloud/1.6.27/Chart.yaml +++ b/charts/nextcloud/1.6.28/Chart.yaml @@ -4,9 +4,9 @@ description: A file sharing server that puts the control and security of your ow annotations: title: Nextcloud type: application -version: 1.6.27 +version: 1.6.28 apiVersion: v2 -appVersion: 26.0.1 +appVersion: 26.0.2 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/charts/nextcloud/1.6.27/README.md b/charts/nextcloud/1.6.28/README.md similarity index 100% rename from charts/nextcloud/1.6.27/README.md rename to charts/nextcloud/1.6.28/README.md diff --git a/charts/nextcloud/1.6.27/app-readme.md b/charts/nextcloud/1.6.28/app-readme.md similarity index 100% rename from charts/nextcloud/1.6.27/app-readme.md rename to charts/nextcloud/1.6.28/app-readme.md diff --git a/charts/nextcloud/1.6.27/charts/common-2304.0.1.tgz b/charts/nextcloud/1.6.28/charts/common-2304.0.1.tgz similarity index 100% rename from charts/nextcloud/1.6.27/charts/common-2304.0.1.tgz rename to charts/nextcloud/1.6.28/charts/common-2304.0.1.tgz diff --git a/charts/nextcloud/1.6.27/ci/test-values.yaml b/charts/nextcloud/1.6.28/ci/test-values.yaml similarity index 100% rename from charts/nextcloud/1.6.27/ci/test-values.yaml rename to charts/nextcloud/1.6.28/ci/test-values.yaml diff --git a/charts/nextcloud/1.6.27/ix_values.yaml b/charts/nextcloud/1.6.28/ix_values.yaml similarity index 92% rename from charts/nextcloud/1.6.27/ix_values.yaml rename to charts/nextcloud/1.6.28/ix_values.yaml index 80a9a31f8e..1824725da1 100644 --- a/charts/nextcloud/1.6.27/ix_values.yaml +++ b/charts/nextcloud/1.6.28/ix_values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: nextcloud - tag: 26.0.1 + tag: 26.0.2 nginx: image: pullPolicy: IfNotPresent diff --git a/charts/nextcloud/1.6.27/metadata.yaml b/charts/nextcloud/1.6.28/metadata.yaml similarity index 100% rename from charts/nextcloud/1.6.27/metadata.yaml rename to charts/nextcloud/1.6.28/metadata.yaml diff --git a/charts/nextcloud/1.6.27/migrations/migrate_from_1.1.0 b/charts/nextcloud/1.6.28/migrations/migrate_from_1.1.0 similarity index 100% rename from charts/nextcloud/1.6.27/migrations/migrate_from_1.1.0 rename to charts/nextcloud/1.6.28/migrations/migrate_from_1.1.0 diff --git a/charts/nextcloud/1.6.27/questions.yaml b/charts/nextcloud/1.6.28/questions.yaml similarity index 100% rename from charts/nextcloud/1.6.27/questions.yaml rename to charts/nextcloud/1.6.28/questions.yaml diff --git a/charts/nextcloud/1.6.27/templates/NOTES.txt b/charts/nextcloud/1.6.28/templates/NOTES.txt similarity index 100% rename from charts/nextcloud/1.6.27/templates/NOTES.txt rename to charts/nextcloud/1.6.28/templates/NOTES.txt diff --git a/charts/nextcloud/1.6.27/templates/_nginx.tpl b/charts/nextcloud/1.6.28/templates/_nginx.tpl similarity index 100% rename from charts/nextcloud/1.6.27/templates/_nginx.tpl rename to charts/nextcloud/1.6.28/templates/_nginx.tpl diff --git a/charts/nextcloud/1.6.27/templates/_postgres.tpl b/charts/nextcloud/1.6.28/templates/_postgres.tpl similarity index 100% rename from charts/nextcloud/1.6.27/templates/_postgres.tpl rename to charts/nextcloud/1.6.28/templates/_postgres.tpl diff --git a/charts/nextcloud/1.6.27/templates/backup-postgres-config.yaml b/charts/nextcloud/1.6.28/templates/backup-postgres-config.yaml similarity index 100% rename from charts/nextcloud/1.6.27/templates/backup-postgres-config.yaml rename to charts/nextcloud/1.6.28/templates/backup-postgres-config.yaml diff --git a/charts/nextcloud/1.6.27/templates/backup-postgres-hook.yaml b/charts/nextcloud/1.6.28/templates/backup-postgres-hook.yaml similarity index 100% rename from charts/nextcloud/1.6.27/templates/backup-postgres-hook.yaml rename to charts/nextcloud/1.6.28/templates/backup-postgres-hook.yaml diff --git a/charts/nextcloud/1.6.27/templates/cronjob.yaml b/charts/nextcloud/1.6.28/templates/cronjob.yaml similarity index 100% rename from charts/nextcloud/1.6.27/templates/cronjob.yaml rename to charts/nextcloud/1.6.28/templates/cronjob.yaml diff --git a/charts/nextcloud/1.6.27/templates/deployment.yaml b/charts/nextcloud/1.6.28/templates/deployment.yaml similarity index 100% rename from charts/nextcloud/1.6.27/templates/deployment.yaml rename to charts/nextcloud/1.6.28/templates/deployment.yaml diff --git a/charts/nextcloud/1.6.27/templates/nginx-configmap.yaml b/charts/nextcloud/1.6.28/templates/nginx-configmap.yaml similarity index 100% rename from charts/nextcloud/1.6.27/templates/nginx-configmap.yaml rename to charts/nextcloud/1.6.28/templates/nginx-configmap.yaml diff --git a/charts/nextcloud/1.6.27/templates/nginx-secret.yaml b/charts/nextcloud/1.6.28/templates/nginx-secret.yaml similarity index 100% rename from charts/nextcloud/1.6.27/templates/nginx-secret.yaml rename to charts/nextcloud/1.6.28/templates/nginx-secret.yaml diff --git a/charts/nextcloud/1.6.27/templates/nuke-deployments-hook.yaml b/charts/nextcloud/1.6.28/templates/nuke-deployments-hook.yaml similarity index 100% rename from charts/nextcloud/1.6.27/templates/nuke-deployments-hook.yaml rename to charts/nextcloud/1.6.28/templates/nuke-deployments-hook.yaml diff --git a/charts/nextcloud/1.6.27/templates/postgres-deployment.yaml b/charts/nextcloud/1.6.28/templates/postgres-deployment.yaml similarity index 100% rename from charts/nextcloud/1.6.27/templates/postgres-deployment.yaml rename to charts/nextcloud/1.6.28/templates/postgres-deployment.yaml diff --git a/charts/nextcloud/1.6.27/templates/postgres-secret.yaml b/charts/nextcloud/1.6.28/templates/postgres-secret.yaml similarity index 100% rename from charts/nextcloud/1.6.27/templates/postgres-secret.yaml rename to charts/nextcloud/1.6.28/templates/postgres-secret.yaml diff --git a/charts/nextcloud/1.6.27/templates/postgres-service.yaml b/charts/nextcloud/1.6.28/templates/postgres-service.yaml similarity index 100% rename from charts/nextcloud/1.6.27/templates/postgres-service.yaml rename to charts/nextcloud/1.6.28/templates/postgres-service.yaml diff --git a/charts/nextcloud/1.6.27/templates/secrets.yaml b/charts/nextcloud/1.6.28/templates/secrets.yaml similarity index 100% rename from charts/nextcloud/1.6.27/templates/secrets.yaml rename to charts/nextcloud/1.6.28/templates/secrets.yaml diff --git a/charts/nextcloud/1.6.27/templates/service.yaml b/charts/nextcloud/1.6.28/templates/service.yaml similarity index 100% rename from charts/nextcloud/1.6.27/templates/service.yaml rename to charts/nextcloud/1.6.28/templates/service.yaml diff --git a/charts/nextcloud/1.6.27/templates/serviceaccount.yaml b/charts/nextcloud/1.6.28/templates/serviceaccount.yaml similarity index 100% rename from charts/nextcloud/1.6.27/templates/serviceaccount.yaml rename to charts/nextcloud/1.6.28/templates/serviceaccount.yaml