ソースを参照

Update catalog information

sonicaj 2 年 前
コミット
c32570bbaa

+ 2 - 2
catalog.json

@@ -359,9 +359,9 @@
             "healthy": true,
             "healthy_error": null,
             "location": "/__w/charts/charts/enterprise/minio",
-            "latest_version": "1.0.1",
+            "latest_version": "1.0.2",
             "latest_app_version": "2023-03-24",
-            "latest_human_version": "2023-03-24_1.0.1",
+            "latest_human_version": "2023-03-24_1.0.2",
             "last_update": "2023-04-06 12:43:34",
             "name": "minio",
             "recommended": false,

+ 0 - 0
enterprise/minio/1.0.1/Chart.lock → enterprise/minio/1.0.2/Chart.lock


+ 1 - 1
enterprise/minio/1.0.1/Chart.yaml → enterprise/minio/1.0.2/Chart.yaml

@@ -3,7 +3,7 @@ description: High Performance, Kubernetes Native Object Storage
 annotations:
   title: MinIO
 type: application
-version: 1.0.1
+version: 1.0.2
 apiVersion: v2
 appVersion: '2023-03-24'
 kubeVersion: '>=1.16.0-0'

+ 0 - 0
enterprise/minio/1.0.1/README.md → enterprise/minio/1.0.2/README.md


+ 0 - 0
enterprise/minio/1.0.1/app-readme.md → enterprise/minio/1.0.2/app-readme.md


+ 0 - 0
enterprise/minio/1.0.1/charts/common-1.0.3.tgz → enterprise/minio/1.0.2/charts/common-1.0.3.tgz


+ 0 - 0
enterprise/minio/1.0.1/ci/snmd-https-values.yaml → enterprise/minio/1.0.2/ci/snmd-https-values.yaml


+ 0 - 0
enterprise/minio/1.0.1/ci/snmd-logsearch-https-values.yaml → enterprise/minio/1.0.2/ci/snmd-logsearch-https-values.yaml


+ 0 - 0
enterprise/minio/1.0.1/ci/snmd-logsearch-values.yaml → enterprise/minio/1.0.2/ci/snmd-logsearch-values.yaml


+ 0 - 0
enterprise/minio/1.0.1/ci/snmd-values.yaml → enterprise/minio/1.0.2/ci/snmd-values.yaml


+ 0 - 0
enterprise/minio/1.0.1/ci/snsd-https-values.yaml → enterprise/minio/1.0.2/ci/snsd-https-values.yaml


+ 0 - 0
enterprise/minio/1.0.1/ci/snsd-logsearch-https-values.yaml → enterprise/minio/1.0.2/ci/snsd-logsearch-https-values.yaml


+ 0 - 0
enterprise/minio/1.0.1/ci/snsd-logsearch-values.yaml → enterprise/minio/1.0.2/ci/snsd-logsearch-values.yaml


+ 0 - 0
enterprise/minio/1.0.1/ci/snsd-values.yaml → enterprise/minio/1.0.2/ci/snsd-values.yaml


+ 0 - 0
enterprise/minio/1.0.1/ix_values.yaml → enterprise/minio/1.0.2/ix_values.yaml


+ 8 - 3
enterprise/minio/1.0.1/questions.yaml → enterprise/minio/1.0.2/questions.yaml

@@ -166,7 +166,9 @@ questions:
     group: Storage Configuration
     schema:
       type: list
-      default: []
+      default: [{"type": "ixVolume", "mountPath": "/data1", "datasetName": "data1"}]
+      empty: false
+      required: true
       items:
         - variable: item
           label: Storage Item
@@ -175,6 +177,9 @@ questions:
             attrs:
               - variable: type
                 label: Type
+                description: |
+                  ixVolume: Is dataset created automatically by the system.</br>
+                  Host Path: Is a path that already exists on the system.
                 schema:
                   type: string
                   immutable: true
@@ -182,9 +187,9 @@ questions:
                   default: ixVolume
                   enum:
                     - value: hostPath
-                      description: Host Path
+                      description: Host Path (Path that already exists on the system)
                     - value: ixVolume
-                      description: ixVolume
+                      description: ixVolume (Dataset created automatically by the system)
               - variable: mountPath
                 label: Mount Path
                 description: The path inside the container to mount the storage.

+ 0 - 0
enterprise/minio/1.0.1/templates/NOTES.txt → enterprise/minio/1.0.2/templates/NOTES.txt


+ 0 - 0
enterprise/minio/1.0.1/templates/_configuration.tpl → enterprise/minio/1.0.2/templates/_configuration.tpl


+ 0 - 0
enterprise/minio/1.0.1/templates/_helpers.tpl → enterprise/minio/1.0.2/templates/_helpers.tpl


+ 0 - 0
enterprise/minio/1.0.1/templates/_logsearch.tpl → enterprise/minio/1.0.2/templates/_logsearch.tpl


+ 0 - 0
enterprise/minio/1.0.1/templates/_minio.tpl → enterprise/minio/1.0.2/templates/_minio.tpl


+ 0 - 0
enterprise/minio/1.0.1/templates/_portal.tpl → enterprise/minio/1.0.2/templates/_portal.tpl


+ 0 - 0
enterprise/minio/1.0.1/templates/_postgres.tpl → enterprise/minio/1.0.2/templates/_postgres.tpl


+ 0 - 0
enterprise/minio/1.0.1/templates/common.yaml → enterprise/minio/1.0.2/templates/common.yaml