Преглед изворни кода

Publish new changes in catalog

sonicaj пре 2 година
родитељ
комит
74ab38ecfb
28 измењених фајлова са 35 додато и 6 уклоњено
  1. 0 0
      charts/nextcloud/1.6.45/.helmignore
  2. 0 0
      charts/nextcloud/1.6.45/Chart.lock
  3. 1 1
      charts/nextcloud/1.6.45/Chart.yaml
  4. 0 0
      charts/nextcloud/1.6.45/README.md
  5. 0 0
      charts/nextcloud/1.6.45/app-readme.md
  6. 0 0
      charts/nextcloud/1.6.45/charts/common-2304.0.1.tgz
  7. 0 0
      charts/nextcloud/1.6.45/ci/test-values.yaml
  8. 0 0
      charts/nextcloud/1.6.45/ix_values.yaml
  9. 0 0
      charts/nextcloud/1.6.45/metadata.yaml
  10. 0 0
      charts/nextcloud/1.6.45/migrations/migrate_from_1.1.0
  11. 0 0
      charts/nextcloud/1.6.45/questions.yaml
  12. 0 0
      charts/nextcloud/1.6.45/templates/NOTES.txt
  13. 0 0
      charts/nextcloud/1.6.45/templates/_nginx.tpl
  14. 0 0
      charts/nextcloud/1.6.45/templates/_postgres.tpl
  15. 0 0
      charts/nextcloud/1.6.45/templates/backup-postgres-config.yaml
  16. 0 0
      charts/nextcloud/1.6.45/templates/backup-postgres-hook.yaml
  17. 34 5
      charts/nextcloud/1.6.45/templates/cronjob.yaml
  18. 0 0
      charts/nextcloud/1.6.45/templates/deployment.yaml
  19. 0 0
      charts/nextcloud/1.6.45/templates/nextcloud-configmap.yaml
  20. 0 0
      charts/nextcloud/1.6.45/templates/nginx-configmap.yaml
  21. 0 0
      charts/nextcloud/1.6.45/templates/nginx-secret.yaml
  22. 0 0
      charts/nextcloud/1.6.45/templates/nuke-deployments-hook.yaml
  23. 0 0
      charts/nextcloud/1.6.45/templates/postgres-deployment.yaml
  24. 0 0
      charts/nextcloud/1.6.45/templates/postgres-secret.yaml
  25. 0 0
      charts/nextcloud/1.6.45/templates/postgres-service.yaml
  26. 0 0
      charts/nextcloud/1.6.45/templates/secrets.yaml
  27. 0 0
      charts/nextcloud/1.6.45/templates/service.yaml
  28. 0 0
      charts/nextcloud/1.6.45/templates/serviceaccount.yaml

+ 0 - 0
charts/nextcloud/1.6.44/.helmignore → charts/nextcloud/1.6.45/.helmignore


+ 0 - 0
charts/nextcloud/1.6.44/Chart.lock → charts/nextcloud/1.6.45/Chart.lock


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

+ 0 - 0
charts/nextcloud/1.6.44/README.md → charts/nextcloud/1.6.45/README.md


+ 0 - 0
charts/nextcloud/1.6.44/app-readme.md → charts/nextcloud/1.6.45/app-readme.md


+ 0 - 0
charts/nextcloud/1.6.44/charts/common-2304.0.1.tgz → charts/nextcloud/1.6.45/charts/common-2304.0.1.tgz


+ 0 - 0
charts/nextcloud/1.6.44/ci/test-values.yaml → charts/nextcloud/1.6.45/ci/test-values.yaml


+ 0 - 0
charts/nextcloud/1.6.44/ix_values.yaml → charts/nextcloud/1.6.45/ix_values.yaml


+ 0 - 0
charts/nextcloud/1.6.44/metadata.yaml → charts/nextcloud/1.6.45/metadata.yaml


+ 0 - 0
charts/nextcloud/1.6.44/migrations/migrate_from_1.1.0 → charts/nextcloud/1.6.45/migrations/migrate_from_1.1.0


+ 0 - 0
charts/nextcloud/1.6.44/questions.yaml → charts/nextcloud/1.6.45/questions.yaml


+ 0 - 0
charts/nextcloud/1.6.44/templates/NOTES.txt → charts/nextcloud/1.6.45/templates/NOTES.txt


+ 0 - 0
charts/nextcloud/1.6.44/templates/_nginx.tpl → charts/nextcloud/1.6.45/templates/_nginx.tpl


+ 0 - 0
charts/nextcloud/1.6.44/templates/_postgres.tpl → charts/nextcloud/1.6.45/templates/_postgres.tpl


+ 0 - 0
charts/nextcloud/1.6.44/templates/backup-postgres-config.yaml → charts/nextcloud/1.6.45/templates/backup-postgres-config.yaml


+ 0 - 0
charts/nextcloud/1.6.44/templates/backup-postgres-hook.yaml → charts/nextcloud/1.6.45/templates/backup-postgres-hook.yaml


+ 34 - 5
charts/nextcloud/1.6.44/templates/cronjob.yaml → charts/nextcloud/1.6.45/templates/cronjob.yaml

@@ -37,13 +37,42 @@ spec:
             {{- include "common.labels.selectorLabels" $cronjob_values | nindent 12 }}
         spec:
           restartPolicy: Never
+          securityContext:
+            runAsUser: 33
+            runAsGroup: 0
+            fsGroup: 33
           containers:
             - name: {{ .Chart.Name }}-cronjob
               image: "{{.Values.image.repository }}:{{.Values.image.tag }}"
               imagePullPolicy: {{ .Values.image.pullPolicy }}
-              {{- if .Values.certificate }}
-              command: [ "curl" ,"-k" , "https://{{ $hostName }}:{{.Values.service.nodePort}}/cron.php"]
-              {{- else }}
-              command: [ "curl" , "http://{{ $hostName }}:{{.Values.service.nodePort}}/cron.php"]
-              {{- end }}
+              command:
+                - php
+                - -f
+                - /var/www/html/cron.php
+              volumeMounts:
+              - name: nextcloud-data
+                mountPath: /var/www/
+                subPath: "root"
+              - name: nextcloud-data
+                mountPath: /var/www/html
+                subPath: "html"
+              - name: nextcloud-data
+                mountPath: {{ .Values.nextcloud.datadir }}
+                subPath: "data"
+              - name: nextcloud-data
+                mountPath: /var/www/html/config
+                subPath: "config"
+              - name: nextcloud-data
+                mountPath: /var/www/html/custom_apps
+                subPath: "custom_apps"
+              - name: nextcloud-data
+                mountPath: /var/www/tmp
+                subPath: "tmp"
+              - name: nextcloud-data
+                mountPath: /var/www/html/themes
+                subPath: "themes"
+          volumes:
+          {{ if .Values.appVolumeMounts }}
+          {{- include "common.storage.configureAppVolumes" .Values | nindent 12 }}
+          {{ end }}
 {{ end }}

+ 0 - 0
charts/nextcloud/1.6.44/templates/deployment.yaml → charts/nextcloud/1.6.45/templates/deployment.yaml


+ 0 - 0
charts/nextcloud/1.6.44/templates/nextcloud-configmap.yaml → charts/nextcloud/1.6.45/templates/nextcloud-configmap.yaml


+ 0 - 0
charts/nextcloud/1.6.44/templates/nginx-configmap.yaml → charts/nextcloud/1.6.45/templates/nginx-configmap.yaml


+ 0 - 0
charts/nextcloud/1.6.44/templates/nginx-secret.yaml → charts/nextcloud/1.6.45/templates/nginx-secret.yaml


+ 0 - 0
charts/nextcloud/1.6.44/templates/nuke-deployments-hook.yaml → charts/nextcloud/1.6.45/templates/nuke-deployments-hook.yaml


+ 0 - 0
charts/nextcloud/1.6.44/templates/postgres-deployment.yaml → charts/nextcloud/1.6.45/templates/postgres-deployment.yaml


+ 0 - 0
charts/nextcloud/1.6.44/templates/postgres-secret.yaml → charts/nextcloud/1.6.45/templates/postgres-secret.yaml


+ 0 - 0
charts/nextcloud/1.6.44/templates/postgres-service.yaml → charts/nextcloud/1.6.45/templates/postgres-service.yaml


+ 0 - 0
charts/nextcloud/1.6.44/templates/secrets.yaml → charts/nextcloud/1.6.45/templates/secrets.yaml


+ 0 - 0
charts/nextcloud/1.6.44/templates/service.yaml → charts/nextcloud/1.6.45/templates/service.yaml


+ 0 - 0
charts/nextcloud/1.6.44/templates/serviceaccount.yaml → charts/nextcloud/1.6.45/templates/serviceaccount.yaml