apache / solr-operator

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

AppVersion vs Image.tag #666

Closed brickpattern closed 6 months ago

brickpattern commented 6 months ago

Environment : Kubernetes : 1.27 Solr-operator : helm chart 0.8.0 solr/apache-solr: helm chart 0.8.0 solr image built : 9.4

when I do HELM HISTORY on solr , i see APP VERSION as 8.11

REVISION UPDATED STATUS CHART APP VERSION DESCRIPTION
1 Fri Dec 8 xx:xx deployed solr-0.8.0 8.11.1 Install complete

I understood this App Version is just a label on helm.

would Solr Operator treat the deployed SolrCloud as 9.4? or would it consider it as 8.11 ? Just curious

HoustonPutman commented 6 months ago

The appVersion really doesn't mean anything. It's generally a "is compatible with the version of Solr" tag for us, but obviously there's a range of compatible versions, so it doesn't mean much.