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

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


The following commit(s) were added to refs/heads/main by this push:
     new c5393e5  Fix typo in readme, specify that changing to another version 
of the zookeeper image will not work (#499)
c5393e5 is described below

commit c5393e54f00ac603d83530d7db97bec4c0229d9e
Author: Jan Høydahl <[email protected]>
AuthorDate: Tue Dec 13 17:04:39 2022 +0100

    Fix typo in readme, specify that changing to another version of the 
zookeeper image will not work (#499)
---
 helm/solr/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm/solr/README.md b/helm/solr/README.md
index 42bf165..dbc7730 100644
--- a/helm/solr/README.md
+++ b/helm/solr/README.md
@@ -164,7 +164,7 @@ Currently the Zookeeper Operator does not support ACLs, so 
do not use the provid
 | zk.address | string | | An existing ZooKeeper cluster address to use for 
Solr. Must be reachable within the Kubernetes cluster. |
 | zk.externalAddress | string | | An existing ZooKeeper cluster address to use 
for Solr. Must be reachable within and outside the Kubernetes cluster. |
 | zk.provided.replicas | int | `3` | The number of replicas to run for your 
ZooKeeper cluster. |
-| zk.provided.image.repository | string | `"pravega/zookeeper"` | The 
repository of the Solr image |
+| zk.provided.image.repository | string | `"pravega/zookeeper"` | The 
repository of the Zookeeper image. NB: The operator will only work with this 
repository. |
 | zk.provided.image.tag | string | | The tag/version of Zookeeper to run. 
Generally leave this blank, so that the Zookeeper Operator can manage it. |
 | zk.provided.image.pullPolicy | string | `"IfNotPresent"` | PullPolicy for 
the ZooKeeper image |
 | zk.provided.image.imagePullSecret | string |  | PullSecret for the ZooKeeper 
image |

Reply via email to