diff options
author | Pramod <pramod.raghavendra.jayathirth@intel.com> | 2019-04-17 15:02:56 -0700 |
---|---|---|
committer | Pramod <pramod.raghavendra.jayathirth@intel.com> | 2019-04-17 15:06:13 -0700 |
commit | c8038e7451fb5bf2b9d5e7b70e5a29d56f9202a7 (patch) | |
tree | 113ad9f20181c6a63e53a79ffc1b7a2694c289c9 /vnfs/DAaaS/minio/Chart.yaml | |
parent | 2b21e905e3fa4593ec7c2f1dd16ffb28a97eb56d (diff) |
Fixed the chart name for Minio Model repo
The Chart name is incosistent with the minio related manifests.
Change-Id: I42b6e9597651faba4c79cbeb77db2adffe191952
Issue-ID: ONAPARC-487
Signed-off-by: Pramod <pramod.raghavendra.jayathirth@intel.com>
Diffstat (limited to 'vnfs/DAaaS/minio/Chart.yaml')
-rwxr-xr-x | vnfs/DAaaS/minio/Chart.yaml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/vnfs/DAaaS/minio/Chart.yaml b/vnfs/DAaaS/minio/Chart.yaml new file mode 100755 index 00000000..aefd5629 --- /dev/null +++ b/vnfs/DAaaS/minio/Chart.yaml @@ -0,0 +1,22 @@ +apiVersion: v1 +description: Minio is a high performance distributed object storage server, designed for large-scale private cloud infrastructure. +name: minio +version: 2.4.6 +appVersion: RELEASE.2019-02-12T21-58-47Z +keywords: +- storage +- object-storage +- S3 +home: https://minio.io +icon: https://www.minio.io/img/logo_160x160.png +sources: +- https://github.com/minio/minio +maintainers: +- name: Acaleph + email: hello@acale.ph +- name: Minio + email: dev@minio.io +- name: nitisht + email: nitish@min.io +- name: wlan0 + email: sid@min.io |