This is an automated email from the ASF dual-hosted git repository.
zixuan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new 6412248c32fb docs: rename helm repo 'apache' to 'pulsar' (#963)
6412248c32fb is described below
commit 6412248c32fb331b78ff0e5961d4cd4f213fb4fe
Author: zll600 <[email protected]>
AuthorDate: Mon Oct 28 13:30:55 2024 +0800
docs: rename helm repo 'apache' to 'pulsar' (#963)
---
versioned_docs/version-3.3.x/getting-started-helm.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/versioned_docs/version-3.3.x/getting-started-helm.md
b/versioned_docs/version-3.3.x/getting-started-helm.md
index 589f7b81e1c7..f155a3242422 100644
--- a/versioned_docs/version-3.3.x/getting-started-helm.md
+++ b/versioned_docs/version-3.3.x/getting-started-helm.md
@@ -56,7 +56,7 @@ We use [Minikube](https://minikube.sigs.k8s.io/docs/start/)
in this quick start
1. Add Pulsar charts repo.
```bash
- helm repo add apache https://pulsar.apache.org/charts
+ helm repo add pulsar https://pulsar.apache.org/charts
```
```bash