This is an automated email from the ASF dual-hosted git repository.

xiangfu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new 6d8b09e  Update Helm readme with latest incubator repo (#6381)
6d8b09e is described below

commit 6d8b09e0bf97c6c6580ad69901eda5867357ef2c
Author: Daniel Lavoie <[email protected]>
AuthorDate: Wed Dec 23 16:15:28 2020 -0500

    Update Helm readme with latest incubator repo (#6381)
    
    Old `https://kubernetes-charts-incubator.storage.googleapis.com` has been 
replaced by `https://charts.helm.sh/incubator`.
---
 kubernetes/helm/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kubernetes/helm/README.md b/kubernetes/helm/README.md
index 211d8be..e10a9df 100644
--- a/kubernetes/helm/README.md
+++ b/kubernetes/helm/README.md
@@ -244,14 +244,14 @@ kubectl get all -n pinot-quickstart
 - For helm v3.0.0
 
 ```bash
-helm repo add incubator 
http://storage.googleapis.com/kubernetes-charts-incubator
+helm repo add incubator https://charts.helm.sh/incubator
 helm install -n pinot-quickstart kafka incubator/kafka --set replicas=1
 ```
 
 - For helm v2.12.1
 
 ```bash
-helm repo add incubator 
http://storage.googleapis.com/kubernetes-charts-incubator
+helm repo add incubator https://charts.helm.sh/incubator
 helm install --namespace "pinot-quickstart"  --name kafka incubator/kafka 
--set replicas=1
 ```
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to