apache / solr-operator

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

Remove dependency on Apache Nightlies download server #421

Open HoustonPutman opened 2 years ago

HoustonPutman commented 2 years ago

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.

HoustonPutman commented 2 years ago

The CRDs are fixed with https://github.com/apache/solr-site/pull/72, will move this to production after testing in the staging site.