You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ho...@apache.org on 2021/04/05 20:04:38 UTC

[solr-operator] branch gh-pages updated: Fix helm chart link in local tutorial

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

houston pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/solr-operator.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new e7582b3  Fix helm chart link in local tutorial
e7582b3 is described below

commit e7582b3f2679295f3002512d27364140fc19ae72
Author: Houston Putman <ho...@apache.org>
AuthorDate: Mon Apr 5 16:04:33 2021 -0400

    Fix helm chart link in local tutorial
---
 docs/local_tutorial.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/local_tutorial.md b/docs/local_tutorial.md
index 192d79f..752eff0 100644
--- a/docs/local_tutorial.md
+++ b/docs/local_tutorial.md
@@ -68,14 +68,14 @@ kubectl apply -f https://apache.github.io/solr-operator/example/dependencies/zk_
 Now add the Solr Operator Helm repository. (You should only need to do this once)
 
 ```bash
-$ helm repo add solr-operator https://apache.github.io/lucene-solr-operator/charts
+$ helm repo add apache-solr https://solr.apache.org/charts
 ```
 
 Next, install the Solr Operator chart. Note this is using Helm v3, in order to use Helm v2 please consult the [Helm Chart documentation](https://hub.helm.sh/charts/solr-operator/solr-operator).
 
 ```bash
 # Install the operator (specifying ingressBaseDomain to match our ingressController)
-$ helm install solr-operator solr-operator/solr-operator --set-string ingressBaseDomain=ing.local.domain
+$ helm install solr-operator apache-solr/solr-operator --set-string ingressBaseDomain=ing.local.domain
 ```
 
 After installing, you can check to see what lives in the cluster to make sure that the Solr and ZooKeeper operators have started correctly.