You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by gu...@apache.org on 2021/05/26 11:55:45 UTC

[pulsar-manager] branch master updated: Use the Apache Pulsar Helm chart (#384)

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

guangning pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-manager.git


The following commit(s) were added to refs/heads/master by this push:
     new 4796f0c  Use the Apache Pulsar Helm chart (#384)
4796f0c is described below

commit 4796f0cc80331a0140ea047ba0b07787340e75c1
Author: Michael Marshall <mi...@gmail.com>
AuthorDate: Wed May 26 05:55:37 2021 -0600

    Use the Apache Pulsar Helm chart (#384)
    
    ### Motivation
    
    In reading through the `pulsar-manager` documentation, I noticed that the README points to the StreamNative helm chart. I believe this is likely because the StreamNative helm chart predated the Apache one. I'm unfamiliar with the differences between these two charts, but I would think that this project should point to the official Apache Pulsar helm chart. If that assumption is wrong, please let me know.
    
    ### Modifications
    
    Reference the official Apache Pulsar Helm chart, instead.
    
    ### Verifying this change
    
    Followed the directions in https://github.com/apache/pulsar-helm-chart, which are pretty much the same as https://github.com/streamnative/charts.
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 479faab..e1e2f6b 100644
--- a/README.md
+++ b/README.md
@@ -85,14 +85,14 @@ Alternatively, you can start a standalone and Pulsar Manager using the docker co
 
 ### Deploy Pulsar Manager to Kubernetes
 
-The Pulsar Manager can be deployed as part of [Pulsar Helm Chart](https://github.com/streamnative/charts).
+The Pulsar Manager can be deployed as part of [Pulsar Helm Chart](https://github.com/apache/pulsar-helm-chart).
 
 1. Install the Pulsar cluster with Pulsar Manager
 
     ```bash
-    helm repo add streamnative https://charts.streamnative.io
+    helm repo add apache https://pulsar.apache.org/charts
     helm repo update
-    helm install <release-name> streamnative/pulsar
+    helm install <release-name> apache/pulsar
     ```
 
 2. Access the Pulsar Manager.