From ee87726ba8cbbb85fa4fa6b496583d33c23bb8da Mon Sep 17 00:00:00 2001 From: David Gomez Date: Wed, 17 Mar 2021 12:45:13 +0100 Subject: [PATCH] [bitnami/minio] Update minio name (#5815) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update Minio description * Update version * Update README.md * Update disclaimer in README.md * Update README.md Co-authored-by: Carlos Rodríguez Hernández --- bitnami/minio/Chart.yaml | 4 ++-- bitnami/minio/README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bitnami/minio/Chart.yaml b/bitnami/minio/Chart.yaml index 42adc405f..6a88c3071 100644 --- a/bitnami/minio/Chart.yaml +++ b/bitnami/minio/Chart.yaml @@ -8,7 +8,7 @@ dependencies: tags: - bitnami-common version: 1.x.x -description: MinIO(R) is an object storage server, compatible with Amazon S3 cloud storage service, mainly used for storing unstructured data (such as photos, videos, log files, etc.) +description: Bitnami Object Storage based on MinIO(R) is an object storage server, compatible with Amazon S3 cloud storage service, mainly used for storing unstructured data (such as photos, videos, log files, etc.) engine: gotpl home: https://github.com/bitnami/charts/tree/master/bitnami/minio icon: https://bitnami.com/assets/stacks/minio/img/minio-stack-220x234.png @@ -25,4 +25,4 @@ name: minio sources: - https://github.com/bitnami/bitnami-docker-minio - https://min.io -version: 6.4.0 +version: 6.4.1 diff --git a/bitnami/minio/README.md b/bitnami/minio/README.md index 2aa8a2052..c5fd9d62b 100644 --- a/bitnami/minio/README.md +++ b/bitnami/minio/README.md @@ -1,8 +1,8 @@ -# MinIO® Helm Chart packaged by Bitnami +# Bitnami Object Storage Helm Chart based on MinIO® [MinIO®](https://min.io) is an object storage server, compatible with Amazon S3 cloud storage service, mainly used for storing unstructured data (such as photos, videos, log files, etc.) -Disclaimer: All software products, projects and company names are trademarks™ or registered® trademarks of their respective holders, and use of them does not imply any affiliation or endorsement. This software is licensed to you subject to one or more open source licenses and VMware provides the software on an AS-IS basis. +Disclaimer: All software products, projects and company names are trademark™ or registered® trademarks of their respective holders, and use of them does not imply any affiliation or endorsement. This software is licensed to you subject to one or more open source licenses and VMware provides the software on an AS-IS basis. MinIO® is a registered trademark of the MinIO, Inc in the US and other countries. Bitnami is not affiliated, associated, authorized, endorsed by, or in any way officially connected with MinIO Inc. ## TL;DR @@ -314,7 +314,7 @@ MinIO® exports Prometheus metrics at `/minio/prometheus/metrics`. To allow P ## Persistence -The [Bitnami MinIO®](https://github.com/bitnami/bitnami-docker-minio) image stores data at the `/data` path of the container. +The [Bitnami Object Storage based on MinIO®](https://github.com/bitnami/bitnami-docker-minio) image stores data at the `/data` path of the container. The chart mounts a [Persistent Volume](http://kubernetes.io/docs/user-guide/persistent-volumes/) at this location. The volume is created using dynamic volume provisioning.