solr-operator
solr-operator copied to clipboard
Remove dependency on Apache Nightlies download server
As seen in #420 , the Apache Nightlies download server is not a stable place to rely on for our CRDs and Helm Charts to be downloaded from.
Moving the CRDs and Helm Charts is a separate issue, but luckily both will be transparent to users as they will be using the same URLs as before.
The goal is that we won't have to store the CRDs or helm charts outside of the official release folder. Users will be directed to the official release folder while using convenient URLs redirected by the solr-site htaccess file.
The CRDs are fixed with https://github.com/apache/solr-site/pull/72, will move this to production after testing in the staging site.