From 3515b99671336b1adf4895b3b15fc9819a0f88cb Mon Sep 17 00:00:00 2001 From: Ravind Kumar Date: Tue, 29 Aug 2023 14:27:48 -0400 Subject: [PATCH] Clarify Community Helm Chart (#17944) There is some consistent confusion between the Community Helm Chart in this repo and the MinIO Kubernetes Operator Helm Chart. This change seeks to clarify the differences between the two charts and which ones are community maintained vs MinIO maintained. --- helm/minio/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/helm/minio/README.md b/helm/minio/README.md index 6de4fb16b..8ee4de938 100644 --- a/helm/minio/README.md +++ b/helm/minio/README.md @@ -1,10 +1,12 @@ -# MinIO Helm Chart +# MinIO Community Helm Chart [![Slack](https://slack.min.io/slack?type=svg)](https://slack.min.io) [![license](https://img.shields.io/badge/license-AGPL%20V3-blue)](https://github.com/minio/minio/blob/master/LICENSE) MinIO is a High Performance Object Storage released under GNU Affero General Public License v3.0. It is API compatible with Amazon S3 cloud storage service. Use MinIO to build high performance infrastructure for machine learning, analytics and application data workloads. -For more detailed documentation please visit [here](https://min.io/docs/minio/linux/index.html) +| IMPORTANT | +| -------------------------- | +| This Helm chart is community built, maintained, and supported. MinIO does not guarantee support for any given bug, feature request, or update referencing this chart.

MinIO publishes a separate [MinIO Kubernetes Operator and Tenant Helm Chart](https://github.com/minio/operator/tree/master/helm) that is officially maintained and supported. MinIO strongly recommends using the MinIO Kubernetes Operator for production deployments. See [Deploy Operator With Helm](https://min.io/docs/minio/kubernetes/upstream/operations/install-deploy-manage/deploy-operator-helm.html?ref=github) for additional documentation. | ## Introduction