This is an automated email from the ASF dual-hosted git repository.

houston pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-site.git

commit c7b2c0dc474c6f7d1a229ae299aaaf3e8acfcc99
Author: Houston Putman <hous...@apache.org>
AuthorDate: Mon Sep 13 14:16:36 2021 -0400

    Other website changes for Solr Operator release v0.4.0
---
 content/pages/operator/resources.md           | 4 ----
 content/pages/resources.md                    | 4 ----
 themes/solr/templates/operator/artifacts.html | 8 ++------
 3 files changed, 2 insertions(+), 14 deletions(-)

diff --git a/content/pages/operator/resources.md 
b/content/pages/operator/resources.md
index 3051e06..6911968 100644
--- a/content/pages/operator/resources.md
+++ b/content/pages/operator/resources.md
@@ -21,15 +21,11 @@ Users who have completed the tutorial are encouraged to 
review the [other docume
 If you want to run Solr on Kubernetes, the easiest way to get started is via 
installing the Helm charts below.
 
 * **Solr Operator** - A management layer that runs independently in 
Kubernetes. Only deploy 1 per Kubernetes cluster or namespace.
-<!-- Uncomment when v0.4.0 is released
 * **Solr** - A SolrCloud cluster. In order to deploy this Helm chart 
successfully, you must first install the Solr Operator and Solr CRDs. Follow 
the instructions on the ArtifactHub page below.
--->
 
 <div style="display:flex; justify-content: space-evenly">
   <div class="artifacthub-widget" 
data-url="https://artifacthub.io/packages/helm/apache-solr/solr-operator"; 
data-theme="light" data-header="false" data-responsive="true"></div><script 
async src="https://artifacthub.io/artifacthub-widget.js";></script>
-  <!-- Uncomment when v0.4.0 is released
   <div class="artifacthub-widget" 
data-url="https://artifacthub.io/packages/helm/apache-solr/solr"; 
data-theme="light" data-header="false" data-responsive="true"></div><script 
async src="https://artifacthub.io/artifacthub-widget.js";></script>
-  -->
 </div>
 
 ***
diff --git a/content/pages/resources.md b/content/pages/resources.md
index 6359dcd..69e2640 100644
--- a/content/pages/resources.md
+++ b/content/pages/resources.md
@@ -50,15 +50,11 @@ Additional documentation can be found on the [Solr 
Community Wiki](https://cwiki
 If you want to run Solr on Kubernetes, the easiest way to get started is via 
installing the Helm charts below.
 
 * **[Solr Operator](/operator)** - A management layer that runs independently 
in Kubernetes. Only deploy 1 per Kubernetes cluster or namespace.
-<!-- Uncomment when v0.4.0 is released
 * **Solr** - A SolrCloud cluster. In order to deploy this Helm chart 
successfully, you must first install the Solr Operator and Solr CRDs. Follow 
the instructions on the ArtifactHub page below.
--->
 
 <div style="display:flex; justify-content: space-evenly">
   <div class="artifacthub-widget" 
data-url="https://artifacthub.io/packages/helm/apache-solr/solr-operator"; 
data-theme="light" data-header="false" data-responsive="true"></div><script 
async src="https://artifacthub.io/artifacthub-widget.js";></script>
-  <!-- Uncomment when v0.4.0 is released
   <div class="artifacthub-widget" 
data-url="https://artifacthub.io/packages/helm/apache-solr/solr"; 
data-theme="light" data-header="false" data-responsive="true"></div><script 
async src="https://artifacthub.io/artifacthub-widget.js";></script>
-  -->
 </div>
 
 ***
diff --git a/themes/solr/templates/operator/artifacts.html 
b/themes/solr/templates/operator/artifacts.html
index 865d7b8..539b96e 100644
--- a/themes/solr/templates/operator/artifacts.html
+++ b/themes/solr/templates/operator/artifacts.html
@@ -64,17 +64,13 @@
 
   <ul>
     <li>Source release:
-      <a 
href="https://github.com/apache/solr-operator/archive/v0.2.8.tar.gz";>solr-operator-{{
 SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE }}.tgz</a>
-      <!-- TODO: Replace bullet point with following when v0.2.x is no longer 
relevant
-      <a href="https://www.apache.org/dyn/closer.lua/solr/solr-operator/{{ 
SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE }}/solr-operator-{{ 
SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE }}.tgz">solr-{{ 
SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE }}.tgz</a>
+      <a href="https://www.apache.org/dyn/closer.lua/solr/solr-operator/{{ 
SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE }}/solr-operator-{{ 
SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE }}.tgz">solr-operator-{{ 
SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE }}.tgz</a>
       [<a href="https://downloads.apache.org/solr/solr-operator/{{ 
SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE }}/solr-operator-{{ 
SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE }}.tgz.asc">PGP</a>]
       [<a href="https://downloads.apache.org/solr/solr-operator/{{ 
SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE }}/solr-operator-{{ 
SOLR_OPERATOR_PREVIOUS_MAJOR_RELEASE }}.tgz.sha512">SHA512</a>]
-      -->
     </li>
 
-    <!-- TODO: Change to Apache when v0.2.x is no longer relevant -->
     <li>Docker releases:
-      <a 
href="https://hub.docker.com/r/bloomberg/solr-operator";>bloomberg/solr-operator</a>
+      <a 
href="https://hub.docker.com/r/apache/solr-operator";>apache/solr-operator</a>
     </li>
 
     <li>Helm Chart release:

Reply via email to