Эх сурвалжийг харах

Publish new changes in catalog

sonicaj 2 жил өмнө
parent
commit
5b0d8f2534
28 өөрчлөгдсөн 9 нэмэгдсэн , 1 устгасан
  1. 0 0
      charts/nextcloud/1.6.42/.helmignore
  2. 0 0
      charts/nextcloud/1.6.42/Chart.lock
  3. 1 1
      charts/nextcloud/1.6.42/Chart.yaml
  4. 0 0
      charts/nextcloud/1.6.42/README.md
  5. 0 0
      charts/nextcloud/1.6.42/app-readme.md
  6. 0 0
      charts/nextcloud/1.6.42/charts/common-2304.0.1.tgz
  7. 0 0
      charts/nextcloud/1.6.42/ci/test-values.yaml
  8. 0 0
      charts/nextcloud/1.6.42/ix_values.yaml
  9. 0 0
      charts/nextcloud/1.6.42/metadata.yaml
  10. 0 0
      charts/nextcloud/1.6.42/migrations/migrate_from_1.1.0
  11. 0 0
      charts/nextcloud/1.6.42/questions.yaml
  12. 0 0
      charts/nextcloud/1.6.42/templates/NOTES.txt
  13. 0 0
      charts/nextcloud/1.6.42/templates/_nginx.tpl
  14. 0 0
      charts/nextcloud/1.6.42/templates/_postgres.tpl
  15. 0 0
      charts/nextcloud/1.6.42/templates/backup-postgres-config.yaml
  16. 0 0
      charts/nextcloud/1.6.42/templates/backup-postgres-hook.yaml
  17. 0 0
      charts/nextcloud/1.6.42/templates/cronjob.yaml
  18. 4 0
      charts/nextcloud/1.6.42/templates/deployment.yaml
  19. 4 0
      charts/nextcloud/1.6.42/templates/nextcloud-configmap.yaml
  20. 0 0
      charts/nextcloud/1.6.42/templates/nginx-configmap.yaml
  21. 0 0
      charts/nextcloud/1.6.42/templates/nginx-secret.yaml
  22. 0 0
      charts/nextcloud/1.6.42/templates/nuke-deployments-hook.yaml
  23. 0 0
      charts/nextcloud/1.6.42/templates/postgres-deployment.yaml
  24. 0 0
      charts/nextcloud/1.6.42/templates/postgres-secret.yaml
  25. 0 0
      charts/nextcloud/1.6.42/templates/postgres-service.yaml
  26. 0 0
      charts/nextcloud/1.6.42/templates/secrets.yaml
  27. 0 0
      charts/nextcloud/1.6.42/templates/service.yaml
  28. 0 0
      charts/nextcloud/1.6.42/templates/serviceaccount.yaml

+ 0 - 0
charts/nextcloud/1.6.41/.helmignore → charts/nextcloud/1.6.42/.helmignore


+ 0 - 0
charts/nextcloud/1.6.41/Chart.lock → charts/nextcloud/1.6.42/Chart.lock


+ 1 - 1
charts/nextcloud/1.6.41/Chart.yaml → charts/nextcloud/1.6.42/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.41
+version: 1.6.42
 apiVersion: v2
 appVersion: 27.0.2
 kubeVersion: '>=1.16.0-0'

+ 0 - 0
charts/nextcloud/1.6.41/README.md → charts/nextcloud/1.6.42/README.md


+ 0 - 0
charts/nextcloud/1.6.41/app-readme.md → charts/nextcloud/1.6.42/app-readme.md


+ 0 - 0
charts/nextcloud/1.6.41/charts/common-2304.0.1.tgz → charts/nextcloud/1.6.42/charts/common-2304.0.1.tgz


+ 0 - 0
charts/nextcloud/1.6.41/ci/test-values.yaml → charts/nextcloud/1.6.42/ci/test-values.yaml


+ 0 - 0
charts/nextcloud/1.6.41/ix_values.yaml → charts/nextcloud/1.6.42/ix_values.yaml


+ 0 - 0
charts/nextcloud/1.6.41/metadata.yaml → charts/nextcloud/1.6.42/metadata.yaml


+ 0 - 0
charts/nextcloud/1.6.41/migrations/migrate_from_1.1.0 → charts/nextcloud/1.6.42/migrations/migrate_from_1.1.0


+ 0 - 0
charts/nextcloud/1.6.41/questions.yaml → charts/nextcloud/1.6.42/questions.yaml


+ 0 - 0
charts/nextcloud/1.6.41/templates/NOTES.txt → charts/nextcloud/1.6.42/templates/NOTES.txt


+ 0 - 0
charts/nextcloud/1.6.41/templates/_nginx.tpl → charts/nextcloud/1.6.42/templates/_nginx.tpl


+ 0 - 0
charts/nextcloud/1.6.41/templates/_postgres.tpl → charts/nextcloud/1.6.42/templates/_postgres.tpl


+ 0 - 0
charts/nextcloud/1.6.41/templates/backup-postgres-config.yaml → charts/nextcloud/1.6.42/templates/backup-postgres-config.yaml


+ 0 - 0
charts/nextcloud/1.6.41/templates/backup-postgres-hook.yaml → charts/nextcloud/1.6.42/templates/backup-postgres-hook.yaml


+ 0 - 0
charts/nextcloud/1.6.41/templates/cronjob.yaml → charts/nextcloud/1.6.42/templates/cronjob.yaml


+ 4 - 0
charts/nextcloud/1.6.41/templates/deployment.yaml → charts/nextcloud/1.6.42/templates/deployment.yaml

@@ -190,6 +190,10 @@ spec: {{ include "common.deployment.common_spec" . | nindent 2 }}
           # after the default php config file nextcloud provides.
           mountPath: /usr/local/etc/php/conf.d/nextcloud-z-99.ini
           subPath: php.ini
+        - name: nextcloud-configuration
+          # https://github.com/nextcloud/docker/issues/1796
+          mountPath: /etc/apache2/conf-enabled/limitrequestbody.conf
+          subPath: limitrequestbody.conf
         {{ range $index, $hostPathConfiguration := .Values.extraAppVolumeMounts }}
         - name: extrappvolume-{{ $index }}
           mountPath: {{ $hostPathConfiguration.mountPath }}

+ 4 - 0
charts/nextcloud/1.6.41/templates/nextcloud-configmap.yaml → charts/nextcloud/1.6.42/templates/nextcloud-configmap.yaml

@@ -1,3 +1,4 @@
+{{ $bytesGB := 1073741824 }}
 apiVersion: v1
 kind: ConfigMap
 metadata:
@@ -8,3 +9,6 @@ data:
 
   php.ini: |
     max_execution_time={{ .Values.nextcloud.max_execution_time }}
+
+  limitrequestbody.conf: |
+    LimitRequestBody {{ mul .Values.nextcloud.max_upload_size $bytesGB }}

+ 0 - 0
charts/nextcloud/1.6.41/templates/nginx-configmap.yaml → charts/nextcloud/1.6.42/templates/nginx-configmap.yaml


+ 0 - 0
charts/nextcloud/1.6.41/templates/nginx-secret.yaml → charts/nextcloud/1.6.42/templates/nginx-secret.yaml


+ 0 - 0
charts/nextcloud/1.6.41/templates/nuke-deployments-hook.yaml → charts/nextcloud/1.6.42/templates/nuke-deployments-hook.yaml


+ 0 - 0
charts/nextcloud/1.6.41/templates/postgres-deployment.yaml → charts/nextcloud/1.6.42/templates/postgres-deployment.yaml


+ 0 - 0
charts/nextcloud/1.6.41/templates/postgres-secret.yaml → charts/nextcloud/1.6.42/templates/postgres-secret.yaml


+ 0 - 0
charts/nextcloud/1.6.41/templates/postgres-service.yaml → charts/nextcloud/1.6.42/templates/postgres-service.yaml


+ 0 - 0
charts/nextcloud/1.6.41/templates/secrets.yaml → charts/nextcloud/1.6.42/templates/secrets.yaml


+ 0 - 0
charts/nextcloud/1.6.41/templates/service.yaml → charts/nextcloud/1.6.42/templates/service.yaml


+ 0 - 0
charts/nextcloud/1.6.41/templates/serviceaccount.yaml → charts/nextcloud/1.6.42/templates/serviceaccount.yaml