From df08fd1f039a4372b8688d39fbfbe998bcc138c2 Mon Sep 17 00:00:00 2001 From: Espen Finnesand <38684618+secretlifeof@users.noreply.github.com> Date: Thu, 24 Sep 2020 17:38:46 +0200 Subject: [PATCH] Update Kubernetes Helm Readme.md (#10559) The link to the Minio Helm Chart repository was wrong. --- docs/orchestration/kubernetes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/orchestration/kubernetes/README.md b/docs/orchestration/kubernetes/README.md index 2839531b8..b45837fbf 100644 --- a/docs/orchestration/kubernetes/README.md +++ b/docs/orchestration/kubernetes/README.md @@ -8,7 +8,7 @@ There are multiple options to deploy MinIO on Kubernetes: - MinIO-Operator: Operator offers seamless way to create and update highly available distributed MinIO clusters. Refer [MinIO Operator documentation](https://github.com/minio/minio-operator/blob/master/README.md) for more details. -- Helm Chart: MinIO Helm Chart offers customizable and easy MinIO deployment with a single command. Refer [MinIO Helm Chart documentation](https://github.com/helm/charts/tree/master/stable/minio) for more details. +- Helm Chart: MinIO Helm Chart offers customizable and easy MinIO deployment with a single command. Refer [MinIO Helm Chart documentation](https://github.com/minio/charts) for more details. ## Monitoring MinIO in Kubernetes