apache / solr-operator

Official Kubernetes operator for Apache Solr
https://solr.apache.org/operator
Apache License 2.0
243 stars 112 forks source link

Update Solr version tag in local_tutorial.md #652

Closed gerlowskija closed 7 months ago

gerlowskija commented 7 months ago

A contributor pointed out the tutorial no longer worked with operator 0.8.0 because some of the solr.xml changes made recently conflicted with the Solr version that the tutorial was using (8.3).

This commit updates the tutorial to use a Solr version within the range accepted by operator 0.8.0

gerlowskija commented 7 months ago

Trying to refresh my understanding: once merged to main, this needs pulled into the gh-pages branch for the https://apache.github.io/solr-operator/docs/ site to be updated, right?