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
The following commit(s) were added to refs/heads/main by this push:
new 6e329ad Fix issues with v0.4.0 site changes.
6e329ad is described below
commit 6e329adff41c558f84f21fa35b2464aaabd3bc68
Author: Houston Putman <[email protected]>
AuthorDate: Mon Sep 13 14:33:41 2021 -0400
Fix issues with v0.4.0 site changes.
---
content/pages/operator/resources.md | 6 +++---
content/pages/resources.md | 6 +++---
content/solr/operator/news/2021-09-13-v0-4-0-available.md | 1 +
3 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/content/pages/operator/resources.md
b/content/pages/operator/resources.md
index 6911968..3a836b3 100644
--- a/content/pages/operator/resources.md
+++ b/content/pages/operator/resources.md
@@ -23,9 +23,9 @@ If you want to run Solr on Kubernetes, the easiest way to get
started is via ins
* **Solr Operator** - A management layer that runs independently in
Kubernetes. Only deploy 1 per Kubernetes cluster or namespace.
* **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>
- <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 style="display:flex; justify-content: space-evenly; flex-wrap: wrap">
+ <div class="artifacthub-widget"
data-url="https://artifacthub.io/packages/helm/apache-solr/solr-operator"
data-theme="light" data-header="false" data-responsive="true"
style="flex-basis:0"></div><script async
src="https://artifacthub.io/artifacthub-widget.js"></script>
+ <div class="artifacthub-widget"
data-url="https://artifacthub.io/packages/helm/apache-solr/solr"
data-theme="light" data-header="false" data-responsive="true"
style="flex-basis:0"></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 69e2640..3b3074f 100644
--- a/content/pages/resources.md
+++ b/content/pages/resources.md
@@ -52,9 +52,9 @@ If you want to run Solr on Kubernetes, the easiest way to get
started is via ins
* **[Solr Operator](/operator)** - A management layer that runs independently
in Kubernetes. Only deploy 1 per Kubernetes cluster or namespace.
* **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>
- <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 style="display:flex; justify-content: space-evenly; flex-wrap: wrap">
+ <div class="artifacthub-widget"
data-url="https://artifacthub.io/packages/helm/apache-solr/solr-operator"
data-theme="light" data-header="false" data-responsive="true"
style="flex-basis:0"></div><script async
src="https://artifacthub.io/artifacthub-widget.js"></script>
+ <div class="artifacthub-widget"
data-url="https://artifacthub.io/packages/helm/apache-solr/solr"
data-theme="light" data-header="false" data-responsive="true"
style="flex-basis:0"></div><script async
src="https://artifacthub.io/artifacthub-widget.js"></script>
</div>
***
diff --git a/content/solr/operator/news/2021-09-13-v0-4-0-available.md
b/content/solr/operator/news/2021-09-13-v0-4-0-available.md
index 7631d97..2e9968a 100644
--- a/content/solr/operator/news/2021-09-13-v0-4-0-available.md
+++ b/content/solr/operator/news/2021-09-13-v0-4-0-available.md
@@ -37,4 +37,5 @@ A summary of important changes is published in the
documentation at:
For the most exhaustive list, see the change log on ArtifactHub or view the
git history in the solr-operator repo.
<https://artifacthub.io/packages/helm/apache-solr/solr-operator?modal=changelog>
+
<https://github.com/apache/solr-operator/releases/tag/v0.4.0>