This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/solr-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 5d0c636 Automatic Site Publish by Buildbot
5d0c636 is described below
commit 5d0c63604f0caa4b0019114979bd089caf4abc56
Author: buildbot <[email protected]>
AuthorDate: Mon Mar 14 18:46:18 2022 +0000
Automatic Site Publish by Buildbot
---
output/.htaccess | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/output/.htaccess b/output/.htaccess
index c625f39..19cbfa2 100644
--- a/output/.htaccess
+++ b/output/.htaccess
@@ -71,7 +71,10 @@ RedirectMatch Permanent ^/docs/api-(.*) /docs/$1
### Redirects to Apache Nightlies, this will change when they have a separate
area for released artifacts
Redirect temp /charts https://nightlies.apache.org/solr/release/helm-charts
-Redirect temp /operator/downloads/crds
https://nightlies.apache.org/solr/release/operator/crds
+### Redirects to Apache Nightlies for pre-Apache Solr Operator CRDs (These
don't exist in the archives)
+RedirectMatch ^/operator/downloads/crds/(v0\.2\.6|v0\.2\.7|v0\.2\.8)(/?.*)$
https://nightlies.apache.org/solr/release/operator/crds/$1$2
+### Redirects to Apache Archives, where the official release CRDs are stored
+RedirectMatch ^/operator/downloads/crds/(v\d+\.\d+\.\d+)(/?.*)$
https://www.apache.org/dyn/closer.lua?action=download&filename=solr/solr-operator/$1/crds$2
### Javadocs & Refguide