diff --git a/charts/nextcloud/1.3.6/.helmignore b/charts/nextcloud/1.3.7/.helmignore similarity index 100% rename from charts/nextcloud/1.3.6/.helmignore rename to charts/nextcloud/1.3.7/.helmignore diff --git a/charts/nextcloud/1.3.6/Chart.lock b/charts/nextcloud/1.3.7/Chart.lock similarity index 100% rename from charts/nextcloud/1.3.6/Chart.lock rename to charts/nextcloud/1.3.7/Chart.lock diff --git a/charts/nextcloud/1.3.6/Chart.yaml b/charts/nextcloud/1.3.7/Chart.yaml similarity index 97% rename from charts/nextcloud/1.3.6/Chart.yaml rename to charts/nextcloud/1.3.7/Chart.yaml index c0d4a5abce..b6c819db72 100644 --- a/charts/nextcloud/1.3.6/Chart.yaml +++ b/charts/nextcloud/1.3.7/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.6 +version: 1.3.7 diff --git a/charts/nextcloud/1.3.6/README.md b/charts/nextcloud/1.3.7/README.md similarity index 100% rename from charts/nextcloud/1.3.6/README.md rename to charts/nextcloud/1.3.7/README.md diff --git a/charts/nextcloud/1.3.6/app-readme.md b/charts/nextcloud/1.3.7/app-readme.md similarity index 100% rename from charts/nextcloud/1.3.6/app-readme.md rename to charts/nextcloud/1.3.7/app-readme.md diff --git a/charts/nextcloud/1.3.6/charts/common-2105.0.0.tgz b/charts/nextcloud/1.3.7/charts/common-2105.0.0.tgz similarity index 100% rename from charts/nextcloud/1.3.6/charts/common-2105.0.0.tgz rename to charts/nextcloud/1.3.7/charts/common-2105.0.0.tgz diff --git a/charts/nextcloud/1.3.6/ix_values.yaml b/charts/nextcloud/1.3.7/ix_values.yaml similarity index 100% rename from charts/nextcloud/1.3.6/ix_values.yaml rename to charts/nextcloud/1.3.7/ix_values.yaml diff --git a/charts/nextcloud/1.3.6/migrations/migrate_from_1.1.0 b/charts/nextcloud/1.3.7/migrations/migrate_from_1.1.0 similarity index 100% rename from charts/nextcloud/1.3.6/migrations/migrate_from_1.1.0 rename to charts/nextcloud/1.3.7/migrations/migrate_from_1.1.0 diff --git a/charts/nextcloud/1.3.6/questions.yaml b/charts/nextcloud/1.3.7/questions.yaml similarity index 100% rename from charts/nextcloud/1.3.6/questions.yaml rename to charts/nextcloud/1.3.7/questions.yaml diff --git a/charts/nextcloud/1.3.6/templates/NOTES.txt b/charts/nextcloud/1.3.7/templates/NOTES.txt similarity index 100% rename from charts/nextcloud/1.3.6/templates/NOTES.txt rename to charts/nextcloud/1.3.7/templates/NOTES.txt diff --git a/charts/nextcloud/1.3.6/templates/_nginx.tpl b/charts/nextcloud/1.3.7/templates/_nginx.tpl similarity index 100% rename from charts/nextcloud/1.3.6/templates/_nginx.tpl rename to charts/nextcloud/1.3.7/templates/_nginx.tpl diff --git a/charts/nextcloud/1.3.6/templates/_postgres.tpl b/charts/nextcloud/1.3.7/templates/_postgres.tpl similarity index 100% rename from charts/nextcloud/1.3.6/templates/_postgres.tpl rename to charts/nextcloud/1.3.7/templates/_postgres.tpl diff --git a/charts/nextcloud/1.3.6/templates/backup-postgres-config.yaml b/charts/nextcloud/1.3.7/templates/backup-postgres-config.yaml similarity index 100% rename from charts/nextcloud/1.3.6/templates/backup-postgres-config.yaml rename to charts/nextcloud/1.3.7/templates/backup-postgres-config.yaml diff --git a/charts/nextcloud/1.3.6/templates/backup-postgres-hook.yaml b/charts/nextcloud/1.3.7/templates/backup-postgres-hook.yaml similarity index 100% rename from charts/nextcloud/1.3.6/templates/backup-postgres-hook.yaml rename to charts/nextcloud/1.3.7/templates/backup-postgres-hook.yaml diff --git a/charts/nextcloud/1.3.6/templates/deployment.yaml b/charts/nextcloud/1.3.7/templates/deployment.yaml similarity index 97% rename from charts/nextcloud/1.3.6/templates/deployment.yaml rename to charts/nextcloud/1.3.7/templates/deployment.yaml index 993b19fa12..12822304c4 100644 --- a/charts/nextcloud/1.3.6/templates/deployment.yaml +++ b/charts/nextcloud/1.3.7/templates/deployment.yaml @@ -38,6 +38,7 @@ spec: {{ include "common.deployment.common_spec" . | nindent 2 }} {{ $envList = mustAppend $envList (dict "name" "APACHE_DISABLE_REWRITE_IP" "value" "1") }} {{ $envList = mustAppend $envList (dict "name" "OVERWRITEHOST" "value" (printf "%v:%v" .Values.nextcloud.host .Values.service.nodePort)) }} {{ $envList = mustAppend $envList (dict "name" "OVERWRITEPROTOCOL" "value" "https") }} + {{ $envList = mustAppend $envList (dict "name" "TRUSTED_PROXIES" "value" "127.0.0.1") }} {{ end }} {{ $envList = mustAppend $envList (dict "name" "NEXTCLOUD_TRUSTED_DOMAINS" "value" .Values.nextcloud.host) }} {{ $envList = mustAppend $envList (dict "name" "NEXTCLOUD_ADMIN_USER" "valueFromSecret" true "secretName" $secretName "secretKey" "nextcloud-username") }} diff --git a/charts/nextcloud/1.3.6/templates/nginx-configmap.yaml b/charts/nextcloud/1.3.7/templates/nginx-configmap.yaml similarity index 100% rename from charts/nextcloud/1.3.6/templates/nginx-configmap.yaml rename to charts/nextcloud/1.3.7/templates/nginx-configmap.yaml diff --git a/charts/nextcloud/1.3.6/templates/nginx-secret.yaml b/charts/nextcloud/1.3.7/templates/nginx-secret.yaml similarity index 100% rename from charts/nextcloud/1.3.6/templates/nginx-secret.yaml rename to charts/nextcloud/1.3.7/templates/nginx-secret.yaml diff --git a/charts/nextcloud/1.3.6/templates/nuke-deployments-hook.yaml b/charts/nextcloud/1.3.7/templates/nuke-deployments-hook.yaml similarity index 100% rename from charts/nextcloud/1.3.6/templates/nuke-deployments-hook.yaml rename to charts/nextcloud/1.3.7/templates/nuke-deployments-hook.yaml diff --git a/charts/nextcloud/1.3.6/templates/postgres-deployment.yaml b/charts/nextcloud/1.3.7/templates/postgres-deployment.yaml similarity index 100% rename from charts/nextcloud/1.3.6/templates/postgres-deployment.yaml rename to charts/nextcloud/1.3.7/templates/postgres-deployment.yaml diff --git a/charts/nextcloud/1.3.6/templates/postgres-secret.yaml b/charts/nextcloud/1.3.7/templates/postgres-secret.yaml similarity index 100% rename from charts/nextcloud/1.3.6/templates/postgres-secret.yaml rename to charts/nextcloud/1.3.7/templates/postgres-secret.yaml diff --git a/charts/nextcloud/1.3.6/templates/postgres-service.yaml b/charts/nextcloud/1.3.7/templates/postgres-service.yaml similarity index 100% rename from charts/nextcloud/1.3.6/templates/postgres-service.yaml rename to charts/nextcloud/1.3.7/templates/postgres-service.yaml diff --git a/charts/nextcloud/1.3.6/templates/secrets.yaml b/charts/nextcloud/1.3.7/templates/secrets.yaml similarity index 100% rename from charts/nextcloud/1.3.6/templates/secrets.yaml rename to charts/nextcloud/1.3.7/templates/secrets.yaml diff --git a/charts/nextcloud/1.3.6/templates/service.yaml b/charts/nextcloud/1.3.7/templates/service.yaml similarity index 100% rename from charts/nextcloud/1.3.6/templates/service.yaml rename to charts/nextcloud/1.3.7/templates/service.yaml diff --git a/charts/nextcloud/1.3.6/templates/serviceaccount.yaml b/charts/nextcloud/1.3.7/templates/serviceaccount.yaml similarity index 100% rename from charts/nextcloud/1.3.6/templates/serviceaccount.yaml rename to charts/nextcloud/1.3.7/templates/serviceaccount.yaml diff --git a/charts/nextcloud/1.3.6/test_values.yaml b/charts/nextcloud/1.3.7/test_values.yaml similarity index 100% rename from charts/nextcloud/1.3.6/test_values.yaml rename to charts/nextcloud/1.3.7/test_values.yaml