Преглед на файлове

Add updated version of nextcloud to charts train

Waqar Ahmed преди 4 години
родител
ревизия
3f9e731693
променени са 25 файла, в които са добавени 6 реда и са изтрити 38 реда
  1. BIN
      charts/nextcloud/1.2.0/charts/common-2101.0.0.tgz
  2. 0 0
      charts/nextcloud/1.2.1/.helmignore
  3. 0 0
      charts/nextcloud/1.2.1/Chart.lock
  4. 2 2
      charts/nextcloud/1.2.1/Chart.yaml
  5. 0 0
      charts/nextcloud/1.2.1/README.md
  6. 0 0
      charts/nextcloud/1.2.1/app-readme.md
  7. BIN
      charts/nextcloud/1.2.1/charts/common-2101.0.0.tgz
  8. 0 0
      charts/nextcloud/1.2.1/default_values.yaml
  9. 4 0
      charts/nextcloud/1.2.1/ix_values.yaml
  10. 0 0
      charts/nextcloud/1.2.1/migrations/migrate_from_1.1.0
  11. 0 36
      charts/nextcloud/1.2.1/questions.yaml
  12. 0 0
      charts/nextcloud/1.2.1/templates/NOTES.txt
  13. 0 0
      charts/nextcloud/1.2.1/templates/_postgres.tpl
  14. 0 0
      charts/nextcloud/1.2.1/templates/backup-postgres-config.yaml
  15. 0 0
      charts/nextcloud/1.2.1/templates/backup-postgres-hook.yaml
  16. 0 0
      charts/nextcloud/1.2.1/templates/deployment.yaml
  17. 0 0
      charts/nextcloud/1.2.1/templates/nuke-deployments-hook.yaml
  18. 0 0
      charts/nextcloud/1.2.1/templates/postgres-deployment.yaml
  19. 0 0
      charts/nextcloud/1.2.1/templates/postgres-secret.yaml
  20. 0 0
      charts/nextcloud/1.2.1/templates/postgres-service.yaml
  21. 0 0
      charts/nextcloud/1.2.1/templates/secrets.yaml
  22. 0 0
      charts/nextcloud/1.2.1/templates/service.yaml
  23. 0 0
      charts/nextcloud/1.2.1/templates/serviceaccount.yaml
  24. 0 0
      charts/nextcloud/1.2.1/test_values.yaml
  25. 0 0
      charts/nextcloud/1.2.1/values.yaml

BIN
charts/nextcloud/1.2.0/charts/common-2101.0.0.tgz


+ 0 - 0
charts/nextcloud/1.2.0/.helmignore → charts/nextcloud/1.2.1/.helmignore


+ 0 - 0
charts/nextcloud/1.2.0/Chart.lock → charts/nextcloud/1.2.1/Chart.lock


+ 2 - 2
charts/nextcloud/1.2.0/Chart.yaml → charts/nextcloud/1.2.1/Chart.yaml

@@ -1,7 +1,7 @@
 apiVersion: v2
 name: nextcloud
-version: 1.2.0
-appVersion: 19.0.3
+version: 1.2.1
+appVersion: 20.0.7
 description: A file sharing server that puts the control and security of your own data back into your hands.
 keywords:
 - nextcloud

+ 0 - 0
charts/nextcloud/1.2.0/README.md → charts/nextcloud/1.2.1/README.md


+ 0 - 0
charts/nextcloud/1.2.0/app-readme.md → charts/nextcloud/1.2.1/app-readme.md


BIN
charts/nextcloud/1.2.1/charts/common-2101.0.0.tgz


+ 0 - 0
charts/nextcloud/1.2.0/default_values.yaml → charts/nextcloud/1.2.1/default_values.yaml


+ 4 - 0
charts/nextcloud/1.2.1/ix_values.yaml

@@ -0,0 +1,4 @@
+image:
+  repository: nextcloud
+  tag: 20.0.7
+  pullPolicy: IfNotPresent

+ 0 - 0
charts/nextcloud/1.2.0/migrations/migrate → charts/nextcloud/1.2.1/migrations/migrate_from_1.1.0


+ 0 - 36
charts/nextcloud/1.2.0/questions.yaml → charts/nextcloud/1.2.1/questions.yaml

@@ -22,42 +22,6 @@ portals:
       - "$variable-service.nodePort"
 
 questions:
-  # Image related
-  - variable: image
-    description: "Docker Image Details"
-    label: "Docker Image"
-    group: "Container Images"
-    schema:
-      type: dict
-      required: true
-      attrs:
-        - variable: repository
-          description: "Docker image repository"
-          label: "Image repository"
-          schema:
-            type: string
-            default: "nextcloud"
-            required: true
-        - variable: tag
-          description: "Tag to use for specified image"
-          label: "Image Tag"
-          schema:
-            type: string
-            default: "latest"
-        - variable: pullPolicy
-          description: "Docker Image Pull Policy"
-          label: "Image Pull Policy"
-          schema:
-            type: string
-            default: "IfNotPresent"
-            enum:
-              - value: "IfNotPresent"
-                description: "Only pull image if not present on host"
-              - value: "Always"
-                description: "Always pull image even if present on host"
-              - value: "Never"
-                description: "Never pull image even if it's not present on host"
-
   - variable: nextcloud
     description: "Nextcloud configuration details"
     label: "Nextcloud Configuration"

+ 0 - 0
charts/nextcloud/1.2.0/templates/NOTES.txt → charts/nextcloud/1.2.1/templates/NOTES.txt


+ 0 - 0
charts/nextcloud/1.2.0/templates/_postgres.tpl → charts/nextcloud/1.2.1/templates/_postgres.tpl


+ 0 - 0
charts/nextcloud/1.2.0/templates/backup-postgres-config.yaml → charts/nextcloud/1.2.1/templates/backup-postgres-config.yaml


+ 0 - 0
charts/nextcloud/1.2.0/templates/backup-postgres-hook.yaml → charts/nextcloud/1.2.1/templates/backup-postgres-hook.yaml


+ 0 - 0
charts/nextcloud/1.2.0/templates/deployment.yaml → charts/nextcloud/1.2.1/templates/deployment.yaml


+ 0 - 0
charts/nextcloud/1.2.0/templates/nuke-deployments-hook.yaml → charts/nextcloud/1.2.1/templates/nuke-deployments-hook.yaml


+ 0 - 0
charts/nextcloud/1.2.0/templates/postgres-deployment.yaml → charts/nextcloud/1.2.1/templates/postgres-deployment.yaml


+ 0 - 0
charts/nextcloud/1.2.0/templates/postgres-secret.yaml → charts/nextcloud/1.2.1/templates/postgres-secret.yaml


+ 0 - 0
charts/nextcloud/1.2.0/templates/postgres-service.yaml → charts/nextcloud/1.2.1/templates/postgres-service.yaml


+ 0 - 0
charts/nextcloud/1.2.0/templates/secrets.yaml → charts/nextcloud/1.2.1/templates/secrets.yaml


+ 0 - 0
charts/nextcloud/1.2.0/templates/service.yaml → charts/nextcloud/1.2.1/templates/service.yaml


+ 0 - 0
charts/nextcloud/1.2.0/templates/serviceaccount.yaml → charts/nextcloud/1.2.1/templates/serviceaccount.yaml


+ 0 - 0
charts/nextcloud/1.2.0/test_values.yaml → charts/nextcloud/1.2.1/test_values.yaml


+ 0 - 0
charts/nextcloud/1.2.0/values.yaml → charts/nextcloud/1.2.1/values.yaml