浏览代码

Publish new changes in catalog

sonicaj 2 年之前
父节点
当前提交
241a529418
共有 28 个文件被更改,包括 27 次插入1 次删除
  1. 0 0
      charts/nextcloud/1.6.38/.helmignore
  2. 0 0
      charts/nextcloud/1.6.38/Chart.lock
  3. 1 1
      charts/nextcloud/1.6.38/Chart.yaml
  4. 0 0
      charts/nextcloud/1.6.38/README.md
  5. 0 0
      charts/nextcloud/1.6.38/app-readme.md
  6. 0 0
      charts/nextcloud/1.6.38/charts/common-2304.0.1.tgz
  7. 1 0
      charts/nextcloud/1.6.38/ci/test-values.yaml
  8. 0 0
      charts/nextcloud/1.6.38/ix_values.yaml
  9. 0 0
      charts/nextcloud/1.6.38/metadata.yaml
  10. 0 0
      charts/nextcloud/1.6.38/migrations/migrate_from_1.1.0
  11. 9 0
      charts/nextcloud/1.6.38/questions.yaml
  12. 0 0
      charts/nextcloud/1.6.38/templates/NOTES.txt
  13. 0 0
      charts/nextcloud/1.6.38/templates/_nginx.tpl
  14. 0 0
      charts/nextcloud/1.6.38/templates/_postgres.tpl
  15. 0 0
      charts/nextcloud/1.6.38/templates/backup-postgres-config.yaml
  16. 0 0
      charts/nextcloud/1.6.38/templates/backup-postgres-hook.yaml
  17. 0 0
      charts/nextcloud/1.6.38/templates/cronjob.yaml
  18. 9 0
      charts/nextcloud/1.6.38/templates/deployment.yaml
  19. 7 0
      charts/nextcloud/1.6.38/templates/nextcloud-configmap.yaml
  20. 0 0
      charts/nextcloud/1.6.38/templates/nginx-configmap.yaml
  21. 0 0
      charts/nextcloud/1.6.38/templates/nginx-secret.yaml
  22. 0 0
      charts/nextcloud/1.6.38/templates/nuke-deployments-hook.yaml
  23. 0 0
      charts/nextcloud/1.6.38/templates/postgres-deployment.yaml
  24. 0 0
      charts/nextcloud/1.6.38/templates/postgres-secret.yaml
  25. 0 0
      charts/nextcloud/1.6.38/templates/postgres-service.yaml
  26. 0 0
      charts/nextcloud/1.6.38/templates/secrets.yaml
  27. 0 0
      charts/nextcloud/1.6.38/templates/service.yaml
  28. 0 0
      charts/nextcloud/1.6.38/templates/serviceaccount.yaml

+ 0 - 0
charts/nextcloud/1.6.37/.helmignore → charts/nextcloud/1.6.38/.helmignore


+ 0 - 0
charts/nextcloud/1.6.37/Chart.lock → charts/nextcloud/1.6.38/Chart.lock


+ 1 - 1
charts/nextcloud/1.6.37/Chart.yaml → charts/nextcloud/1.6.38/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.37
+version: 1.6.38
 apiVersion: v2
 appVersion: 27.0.1
 kubeVersion: '>=1.16.0-0'

+ 0 - 0
charts/nextcloud/1.6.37/README.md → charts/nextcloud/1.6.38/README.md


+ 0 - 0
charts/nextcloud/1.6.37/app-readme.md → charts/nextcloud/1.6.38/app-readme.md


+ 0 - 0
charts/nextcloud/1.6.37/charts/common-2304.0.1.tgz → charts/nextcloud/1.6.38/charts/common-2304.0.1.tgz


+ 1 - 0
charts/nextcloud/1.6.37/ci/test-values.yaml → charts/nextcloud/1.6.38/ci/test-values.yaml

@@ -18,6 +18,7 @@ nextcloud:
   install_ffmpeg: true
   install_smbclient: true
   max_upload_size: 5
+  opcache_memory_consumption: 128
   password: changeme
   username: admin
 postgresAppVolumeMounts:

+ 0 - 0
charts/nextcloud/1.6.37/ix_values.yaml → charts/nextcloud/1.6.38/ix_values.yaml


+ 0 - 0
charts/nextcloud/1.6.37/metadata.yaml → charts/nextcloud/1.6.38/metadata.yaml


+ 0 - 0
charts/nextcloud/1.6.37/migrations/migrate_from_1.1.0 → charts/nextcloud/1.6.38/migrations/migrate_from_1.1.0


+ 9 - 0
charts/nextcloud/1.6.37/questions.yaml → charts/nextcloud/1.6.38/questions.yaml

@@ -148,6 +148,15 @@ questions:
             default: 3
             min: 1
             required: true
+        - variable: opcache_memory_consumption
+          label: "Opcache Memory Consumption (Mega Bytes)"
+          description: "Configures the memory consumption of the opcache"
+          schema:
+            type: int
+            min: 128
+            max: 1024
+            default: 128
+            required: true
 
   - variable: cronjob
     description: "Setup cronjob for nextcloud"

+ 0 - 0
charts/nextcloud/1.6.37/templates/NOTES.txt → charts/nextcloud/1.6.38/templates/NOTES.txt


+ 0 - 0
charts/nextcloud/1.6.37/templates/_nginx.tpl → charts/nextcloud/1.6.38/templates/_nginx.tpl


+ 0 - 0
charts/nextcloud/1.6.37/templates/_postgres.tpl → charts/nextcloud/1.6.38/templates/_postgres.tpl


+ 0 - 0
charts/nextcloud/1.6.37/templates/backup-postgres-config.yaml → charts/nextcloud/1.6.38/templates/backup-postgres-config.yaml


+ 0 - 0
charts/nextcloud/1.6.37/templates/backup-postgres-hook.yaml → charts/nextcloud/1.6.38/templates/backup-postgres-hook.yaml


+ 0 - 0
charts/nextcloud/1.6.37/templates/cronjob.yaml → charts/nextcloud/1.6.38/templates/cronjob.yaml


+ 9 - 0
charts/nextcloud/1.6.37/templates/deployment.yaml → charts/nextcloud/1.6.38/templates/deployment.yaml

@@ -178,6 +178,11 @@ spec: {{ include "common.deployment.common_spec" . | nindent 2 }}
         - name: nextcloud-data
           mountPath: /var/www/html/themes
           subPath: "themes"
+        - name: nextcloud-configuration
+          # We use -z-99 to ensure that this file is loaded
+          # after the default opcache file nextcloud provides.
+          mountPath: /usr/local/etc/php/conf.d/opcache-z-99.ini
+          subPath: opcache.ini
         {{ range $index, $hostPathConfiguration := .Values.extraAppVolumeMounts }}
         - name: extrappvolume-{{ $index }}
           mountPath: {{ $hostPathConfiguration.mountPath }}
@@ -198,6 +203,10 @@ spec: {{ include "common.deployment.common_spec" . | nindent 2 }}
         {{ end }}
 {{ include "common.networking.dnsConfiguration" .Values | nindent 6 }}
       volumes:
+        - name: nextcloud-configuration
+          configMap:
+            defaultMode: 0755
+            name: "nextcloud-configuration"
         - name: nginx-configuration
           configMap:
             defaultMode: 0700

+ 7 - 0
charts/nextcloud/1.6.38/templates/nextcloud-configmap.yaml

@@ -0,0 +1,7 @@
+apiVersion: v1
+kind: ConfigMap
+metadata:
+  name: "nextcloud-configuration"
+data:
+  opcache.ini: |
+    opcache.memory_consumption={{ .Values.nextcloud.opcache_memory_consumption }}

+ 0 - 0
charts/nextcloud/1.6.37/templates/nginx-configmap.yaml → charts/nextcloud/1.6.38/templates/nginx-configmap.yaml


+ 0 - 0
charts/nextcloud/1.6.37/templates/nginx-secret.yaml → charts/nextcloud/1.6.38/templates/nginx-secret.yaml


+ 0 - 0
charts/nextcloud/1.6.37/templates/nuke-deployments-hook.yaml → charts/nextcloud/1.6.38/templates/nuke-deployments-hook.yaml


+ 0 - 0
charts/nextcloud/1.6.37/templates/postgres-deployment.yaml → charts/nextcloud/1.6.38/templates/postgres-deployment.yaml


+ 0 - 0
charts/nextcloud/1.6.37/templates/postgres-secret.yaml → charts/nextcloud/1.6.38/templates/postgres-secret.yaml


+ 0 - 0
charts/nextcloud/1.6.37/templates/postgres-service.yaml → charts/nextcloud/1.6.38/templates/postgres-service.yaml


+ 0 - 0
charts/nextcloud/1.6.37/templates/secrets.yaml → charts/nextcloud/1.6.38/templates/secrets.yaml


+ 0 - 0
charts/nextcloud/1.6.37/templates/service.yaml → charts/nextcloud/1.6.38/templates/service.yaml


+ 0 - 0
charts/nextcloud/1.6.37/templates/serviceaccount.yaml → charts/nextcloud/1.6.38/templates/serviceaccount.yaml