This is an automated email from the ASF dual-hosted git repository.
gerlowskija 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 efb7d98 Update reference to out-of-range Solr version (#777)
efb7d98 is described below
commit efb7d98555a32ef147bc2891df78ecd0be241a74
Author: Jason Gerlowski <[email protected]>
AuthorDate: Wed Mar 26 07:36:38 2025 -0400
Update reference to out-of-range Solr version (#777)
---
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 9f335c0..a02cfa1 100644
--- a/helm/solr/README.md
+++ b/helm/solr/README.md
@@ -36,7 +36,7 @@ There may be breaking changes between the version you are
using and the version
To install a SolrCloud for the first time in your cluster, you can use the
latest version or a specific version, run with the following commands:
```bash
-helm install example apache-solr/solr --version 0.10.0-prerelease --set
image.tag=8.8
+helm install example apache-solr/solr --version 0.10.0-prerelease --set
image.tag=8.11
```
The command deploys a SolrCloud object on the Kubernetes cluster with the
default configuration.