diff --git a/charts/nextcloud/1.6.34/.helmignore b/charts/nextcloud/1.6.35/.helmignore similarity index 100% rename from charts/nextcloud/1.6.34/.helmignore rename to charts/nextcloud/1.6.35/.helmignore diff --git a/charts/nextcloud/1.6.34/Chart.lock b/charts/nextcloud/1.6.35/Chart.lock similarity index 100% rename from charts/nextcloud/1.6.34/Chart.lock rename to charts/nextcloud/1.6.35/Chart.lock diff --git a/charts/nextcloud/1.6.34/Chart.yaml b/charts/nextcloud/1.6.35/Chart.yaml similarity index 98% rename from charts/nextcloud/1.6.34/Chart.yaml rename to charts/nextcloud/1.6.35/Chart.yaml index 7fe168a1ce..9da8245dd0 100644 --- a/charts/nextcloud/1.6.34/Chart.yaml +++ b/charts/nextcloud/1.6.35/Chart.yaml @@ -4,7 +4,7 @@ description: A file sharing server that puts the control and security of your ow annotations: title: Nextcloud type: application -version: 1.6.34 +version: 1.6.35 apiVersion: v2 appVersion: 27.0.0 kubeVersion: '>=1.16.0-0' diff --git a/charts/nextcloud/1.6.34/README.md b/charts/nextcloud/1.6.35/README.md similarity index 100% rename from charts/nextcloud/1.6.34/README.md rename to charts/nextcloud/1.6.35/README.md diff --git a/charts/nextcloud/1.6.34/app-readme.md b/charts/nextcloud/1.6.35/app-readme.md similarity index 100% rename from charts/nextcloud/1.6.34/app-readme.md rename to charts/nextcloud/1.6.35/app-readme.md diff --git a/charts/nextcloud/1.6.34/charts/common-2304.0.1.tgz b/charts/nextcloud/1.6.35/charts/common-2304.0.1.tgz similarity index 100% rename from charts/nextcloud/1.6.34/charts/common-2304.0.1.tgz rename to charts/nextcloud/1.6.35/charts/common-2304.0.1.tgz diff --git a/charts/nextcloud/1.6.34/ci/test-values.yaml b/charts/nextcloud/1.6.35/ci/test-values.yaml similarity index 100% rename from charts/nextcloud/1.6.34/ci/test-values.yaml rename to charts/nextcloud/1.6.35/ci/test-values.yaml diff --git a/charts/nextcloud/1.6.34/ix_values.yaml b/charts/nextcloud/1.6.35/ix_values.yaml similarity index 100% rename from charts/nextcloud/1.6.34/ix_values.yaml rename to charts/nextcloud/1.6.35/ix_values.yaml diff --git a/charts/nextcloud/1.6.34/metadata.yaml b/charts/nextcloud/1.6.35/metadata.yaml similarity index 100% rename from charts/nextcloud/1.6.34/metadata.yaml rename to charts/nextcloud/1.6.35/metadata.yaml diff --git a/charts/nextcloud/1.6.34/migrations/migrate_from_1.1.0 b/charts/nextcloud/1.6.35/migrations/migrate_from_1.1.0 similarity index 100% rename from charts/nextcloud/1.6.34/migrations/migrate_from_1.1.0 rename to charts/nextcloud/1.6.35/migrations/migrate_from_1.1.0 diff --git a/charts/nextcloud/1.6.34/questions.yaml b/charts/nextcloud/1.6.35/questions.yaml similarity index 100% rename from charts/nextcloud/1.6.34/questions.yaml rename to charts/nextcloud/1.6.35/questions.yaml diff --git a/charts/nextcloud/1.6.34/templates/NOTES.txt b/charts/nextcloud/1.6.35/templates/NOTES.txt similarity index 100% rename from charts/nextcloud/1.6.34/templates/NOTES.txt rename to charts/nextcloud/1.6.35/templates/NOTES.txt diff --git a/charts/nextcloud/1.6.34/templates/_nginx.tpl b/charts/nextcloud/1.6.35/templates/_nginx.tpl similarity index 100% rename from charts/nextcloud/1.6.34/templates/_nginx.tpl rename to charts/nextcloud/1.6.35/templates/_nginx.tpl diff --git a/charts/nextcloud/1.6.34/templates/_postgres.tpl b/charts/nextcloud/1.6.35/templates/_postgres.tpl similarity index 100% rename from charts/nextcloud/1.6.34/templates/_postgres.tpl rename to charts/nextcloud/1.6.35/templates/_postgres.tpl diff --git a/charts/nextcloud/1.6.34/templates/backup-postgres-config.yaml b/charts/nextcloud/1.6.35/templates/backup-postgres-config.yaml similarity index 100% rename from charts/nextcloud/1.6.34/templates/backup-postgres-config.yaml rename to charts/nextcloud/1.6.35/templates/backup-postgres-config.yaml diff --git a/charts/nextcloud/1.6.34/templates/backup-postgres-hook.yaml b/charts/nextcloud/1.6.35/templates/backup-postgres-hook.yaml similarity index 100% rename from charts/nextcloud/1.6.34/templates/backup-postgres-hook.yaml rename to charts/nextcloud/1.6.35/templates/backup-postgres-hook.yaml diff --git a/charts/nextcloud/1.6.34/templates/cronjob.yaml b/charts/nextcloud/1.6.35/templates/cronjob.yaml similarity index 100% rename from charts/nextcloud/1.6.34/templates/cronjob.yaml rename to charts/nextcloud/1.6.35/templates/cronjob.yaml diff --git a/charts/nextcloud/1.6.34/templates/deployment.yaml b/charts/nextcloud/1.6.35/templates/deployment.yaml similarity index 98% rename from charts/nextcloud/1.6.34/templates/deployment.yaml rename to charts/nextcloud/1.6.35/templates/deployment.yaml index c8ba72ea51..3ed0bedeb5 100644 --- a/charts/nextcloud/1.6.34/templates/deployment.yaml +++ b/charts/nextcloud/1.6.35/templates/deployment.yaml @@ -62,7 +62,7 @@ spec: {{ include "common.deployment.common_spec" . | nindent 2 }} httpHeaders: - name: Host value: localhost - initialDelaySeconds: 10 + initialDelaySeconds: 30 periodSeconds: 5 timeoutSeconds: 2 failureThreshold: 60 @@ -150,10 +150,10 @@ spec: {{ include "common.deployment.common_spec" . | nindent 2 }} - name: Host value: localhost {{ end }} - initialDelaySeconds: 10 - periodSeconds: 10 - timeoutSeconds: 5 - failureThreshold: 5 + initialDelaySeconds: 60 + periodSeconds: 5 + timeoutSeconds: 2 + failureThreshold: 120 successThreshold: 1 volumeMounts: - name: nextcloud-data diff --git a/charts/nextcloud/1.6.34/templates/nginx-configmap.yaml b/charts/nextcloud/1.6.35/templates/nginx-configmap.yaml similarity index 100% rename from charts/nextcloud/1.6.34/templates/nginx-configmap.yaml rename to charts/nextcloud/1.6.35/templates/nginx-configmap.yaml diff --git a/charts/nextcloud/1.6.34/templates/nginx-secret.yaml b/charts/nextcloud/1.6.35/templates/nginx-secret.yaml similarity index 100% rename from charts/nextcloud/1.6.34/templates/nginx-secret.yaml rename to charts/nextcloud/1.6.35/templates/nginx-secret.yaml diff --git a/charts/nextcloud/1.6.34/templates/nuke-deployments-hook.yaml b/charts/nextcloud/1.6.35/templates/nuke-deployments-hook.yaml similarity index 100% rename from charts/nextcloud/1.6.34/templates/nuke-deployments-hook.yaml rename to charts/nextcloud/1.6.35/templates/nuke-deployments-hook.yaml diff --git a/charts/nextcloud/1.6.34/templates/postgres-deployment.yaml b/charts/nextcloud/1.6.35/templates/postgres-deployment.yaml similarity index 100% rename from charts/nextcloud/1.6.34/templates/postgres-deployment.yaml rename to charts/nextcloud/1.6.35/templates/postgres-deployment.yaml diff --git a/charts/nextcloud/1.6.34/templates/postgres-secret.yaml b/charts/nextcloud/1.6.35/templates/postgres-secret.yaml similarity index 100% rename from charts/nextcloud/1.6.34/templates/postgres-secret.yaml rename to charts/nextcloud/1.6.35/templates/postgres-secret.yaml diff --git a/charts/nextcloud/1.6.34/templates/postgres-service.yaml b/charts/nextcloud/1.6.35/templates/postgres-service.yaml similarity index 100% rename from charts/nextcloud/1.6.34/templates/postgres-service.yaml rename to charts/nextcloud/1.6.35/templates/postgres-service.yaml diff --git a/charts/nextcloud/1.6.34/templates/secrets.yaml b/charts/nextcloud/1.6.35/templates/secrets.yaml similarity index 100% rename from charts/nextcloud/1.6.34/templates/secrets.yaml rename to charts/nextcloud/1.6.35/templates/secrets.yaml diff --git a/charts/nextcloud/1.6.34/templates/service.yaml b/charts/nextcloud/1.6.35/templates/service.yaml similarity index 100% rename from charts/nextcloud/1.6.34/templates/service.yaml rename to charts/nextcloud/1.6.35/templates/service.yaml diff --git a/charts/nextcloud/1.6.34/templates/serviceaccount.yaml b/charts/nextcloud/1.6.35/templates/serviceaccount.yaml similarity index 100% rename from charts/nextcloud/1.6.34/templates/serviceaccount.yaml rename to charts/nextcloud/1.6.35/templates/serviceaccount.yaml