From 528cd0502ad9192dc687b45eed2c333de4b00165 Mon Sep 17 00:00:00 2001 From: Jason Gerlowski Date: Tue, 25 Mar 2025 13:10:54 -0400 Subject: [PATCH] Update reference to out-of-range Solr version --- 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 9f335c02..a02cfa10 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.