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:06:08 UTC

[solr-operator] branch gh-pages updated: Fix helm chart link in running instructions

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 4e488c7  Fix helm chart link in running instructions
4e488c7 is described below

commit 4e488c74f950ea668d9359fda7311c27baa04105
Author: Houston Putman <ho...@apache.org>
AuthorDate: Mon Apr 5 16:06:02 2021 -0400

    Fix helm chart link in running instructions
---
 docs/running-the-operator.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/running-the-operator.md b/docs/running-the-operator.md
index a724ab4..4b54571 100644
--- a/docs/running-the-operator.md
+++ b/docs/running-the-operator.md
@@ -7,7 +7,7 @@ This is because the Solr Operator, in most instances, relies on the Zookeeper Op
 Eventually this will be a dependency on the helm chart, but for now we can run an easy `kubectl apply`.
 
 ```bash
-kubectl apply -f https://apache.github.io/lucene-solr-operator/example/dependencies/zk_operator.yaml
+kubectl apply -f https://apache.github.io/solr-operator/example/dependencies/zk_operator.yaml
 ```
 
 ## Using the Solr Operator Helm Chart
@@ -21,14 +21,14 @@ The helm chart provides abstractions over the Input Arguments described below, a
 The first step is to add the Solr Operator helm repository.
 
 ```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
-$ helm install solr-operator solr-operator/solr-operator
+$ helm install solr-operator apache-solr/solr-operator
 ```
 
 After installing, you can check to see what lives in the cluster to make sure that the Solr and ZooKeeper operators have started correctly.
@@ -70,4 +70,4 @@ In order to run the Solr Operator, you will only need the Slim Image.
                         Solr Clouds will be created with ingress rules at `*.(ingress-base-domain)`.
                         ( _optional_ , e.g. `ing.base.domain` )
                         
-    
\ No newline at end of file
+