diff --git a/catalog.json b/catalog.json index 0b0f4e05fe..fabd362a28 100644 --- a/catalog.json +++ b/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, diff --git a/enterprise/minio/1.0.1/Chart.lock b/enterprise/minio/1.0.2/Chart.lock similarity index 100% rename from enterprise/minio/1.0.1/Chart.lock rename to enterprise/minio/1.0.2/Chart.lock diff --git a/enterprise/minio/1.0.1/Chart.yaml b/enterprise/minio/1.0.2/Chart.yaml similarity index 97% rename from enterprise/minio/1.0.1/Chart.yaml rename to enterprise/minio/1.0.2/Chart.yaml index b2d544c7e0..b7a31aff77 100644 --- a/enterprise/minio/1.0.1/Chart.yaml +++ b/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' diff --git a/enterprise/minio/1.0.1/README.md b/enterprise/minio/1.0.2/README.md similarity index 100% rename from enterprise/minio/1.0.1/README.md rename to enterprise/minio/1.0.2/README.md diff --git a/enterprise/minio/1.0.1/app-readme.md b/enterprise/minio/1.0.2/app-readme.md similarity index 100% rename from enterprise/minio/1.0.1/app-readme.md rename to enterprise/minio/1.0.2/app-readme.md diff --git a/enterprise/minio/1.0.1/charts/common-1.0.3.tgz b/enterprise/minio/1.0.2/charts/common-1.0.3.tgz similarity index 100% rename from enterprise/minio/1.0.1/charts/common-1.0.3.tgz rename to enterprise/minio/1.0.2/charts/common-1.0.3.tgz diff --git a/enterprise/minio/1.0.1/ci/snmd-https-values.yaml b/enterprise/minio/1.0.2/ci/snmd-https-values.yaml similarity index 100% rename from enterprise/minio/1.0.1/ci/snmd-https-values.yaml rename to enterprise/minio/1.0.2/ci/snmd-https-values.yaml diff --git a/enterprise/minio/1.0.1/ci/snmd-logsearch-https-values.yaml b/enterprise/minio/1.0.2/ci/snmd-logsearch-https-values.yaml similarity index 100% rename from enterprise/minio/1.0.1/ci/snmd-logsearch-https-values.yaml rename to enterprise/minio/1.0.2/ci/snmd-logsearch-https-values.yaml diff --git a/enterprise/minio/1.0.1/ci/snmd-logsearch-values.yaml b/enterprise/minio/1.0.2/ci/snmd-logsearch-values.yaml similarity index 100% rename from enterprise/minio/1.0.1/ci/snmd-logsearch-values.yaml rename to enterprise/minio/1.0.2/ci/snmd-logsearch-values.yaml diff --git a/enterprise/minio/1.0.1/ci/snmd-values.yaml b/enterprise/minio/1.0.2/ci/snmd-values.yaml similarity index 100% rename from enterprise/minio/1.0.1/ci/snmd-values.yaml rename to enterprise/minio/1.0.2/ci/snmd-values.yaml diff --git a/enterprise/minio/1.0.1/ci/snsd-https-values.yaml b/enterprise/minio/1.0.2/ci/snsd-https-values.yaml similarity index 100% rename from enterprise/minio/1.0.1/ci/snsd-https-values.yaml rename to enterprise/minio/1.0.2/ci/snsd-https-values.yaml diff --git a/enterprise/minio/1.0.1/ci/snsd-logsearch-https-values.yaml b/enterprise/minio/1.0.2/ci/snsd-logsearch-https-values.yaml similarity index 100% rename from enterprise/minio/1.0.1/ci/snsd-logsearch-https-values.yaml rename to enterprise/minio/1.0.2/ci/snsd-logsearch-https-values.yaml diff --git a/enterprise/minio/1.0.1/ci/snsd-logsearch-values.yaml b/enterprise/minio/1.0.2/ci/snsd-logsearch-values.yaml similarity index 100% rename from enterprise/minio/1.0.1/ci/snsd-logsearch-values.yaml rename to enterprise/minio/1.0.2/ci/snsd-logsearch-values.yaml diff --git a/enterprise/minio/1.0.1/ci/snsd-values.yaml b/enterprise/minio/1.0.2/ci/snsd-values.yaml similarity index 100% rename from enterprise/minio/1.0.1/ci/snsd-values.yaml rename to enterprise/minio/1.0.2/ci/snsd-values.yaml diff --git a/enterprise/minio/1.0.1/ix_values.yaml b/enterprise/minio/1.0.2/ix_values.yaml similarity index 100% rename from enterprise/minio/1.0.1/ix_values.yaml rename to enterprise/minio/1.0.2/ix_values.yaml diff --git a/enterprise/minio/1.0.1/questions.yaml b/enterprise/minio/1.0.2/questions.yaml similarity index 96% rename from enterprise/minio/1.0.1/questions.yaml rename to enterprise/minio/1.0.2/questions.yaml index ebaf6ee4df..4d0fd4e8c0 100644 --- a/enterprise/minio/1.0.1/questions.yaml +++ b/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.
+ 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. diff --git a/enterprise/minio/1.0.1/templates/NOTES.txt b/enterprise/minio/1.0.2/templates/NOTES.txt similarity index 100% rename from enterprise/minio/1.0.1/templates/NOTES.txt rename to enterprise/minio/1.0.2/templates/NOTES.txt diff --git a/enterprise/minio/1.0.1/templates/_configuration.tpl b/enterprise/minio/1.0.2/templates/_configuration.tpl similarity index 100% rename from enterprise/minio/1.0.1/templates/_configuration.tpl rename to enterprise/minio/1.0.2/templates/_configuration.tpl diff --git a/enterprise/minio/1.0.1/templates/_helpers.tpl b/enterprise/minio/1.0.2/templates/_helpers.tpl similarity index 100% rename from enterprise/minio/1.0.1/templates/_helpers.tpl rename to enterprise/minio/1.0.2/templates/_helpers.tpl diff --git a/enterprise/minio/1.0.1/templates/_logsearch.tpl b/enterprise/minio/1.0.2/templates/_logsearch.tpl similarity index 100% rename from enterprise/minio/1.0.1/templates/_logsearch.tpl rename to enterprise/minio/1.0.2/templates/_logsearch.tpl diff --git a/enterprise/minio/1.0.1/templates/_minio.tpl b/enterprise/minio/1.0.2/templates/_minio.tpl similarity index 100% rename from enterprise/minio/1.0.1/templates/_minio.tpl rename to enterprise/minio/1.0.2/templates/_minio.tpl diff --git a/enterprise/minio/1.0.1/templates/_portal.tpl b/enterprise/minio/1.0.2/templates/_portal.tpl similarity index 100% rename from enterprise/minio/1.0.1/templates/_portal.tpl rename to enterprise/minio/1.0.2/templates/_portal.tpl diff --git a/enterprise/minio/1.0.1/templates/_postgres.tpl b/enterprise/minio/1.0.2/templates/_postgres.tpl similarity index 100% rename from enterprise/minio/1.0.1/templates/_postgres.tpl rename to enterprise/minio/1.0.2/templates/_postgres.tpl diff --git a/enterprise/minio/1.0.1/templates/common.yaml b/enterprise/minio/1.0.2/templates/common.yaml similarity index 100% rename from enterprise/minio/1.0.1/templates/common.yaml rename to enterprise/minio/1.0.2/templates/common.yaml