You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ho...@apache.org on 2023/03/28 17:18:14 UTC

[solr-operator] branch main updated: Some chart metadata additions and docs fixes

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-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new c56214f  Some chart metadata additions and docs fixes
c56214f is described below

commit c56214f0cc126d58eb9306dea4055820420c37eb
Author: Houston Putman <ho...@apache.org>
AuthorDate: Tue Mar 28 13:17:54 2023 -0400

    Some chart metadata additions and docs fixes
---
 helm/solr-operator/Chart.yaml | 1 +
 helm/solr/Chart.yaml          | 2 ++
 helm/solr/README.md           | 6 +++---
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/helm/solr-operator/Chart.yaml b/helm/solr-operator/Chart.yaml
index d9bfd9e..3f4a2a7 100644
--- a/helm/solr-operator/Chart.yaml
+++ b/helm/solr-operator/Chart.yaml
@@ -39,6 +39,7 @@ dependencies:
     repository: https://charts.pravega.io
     condition: zookeeper-operator.install
 annotations:
+  artifacthub.io/category: "database"
   artifacthub.io/operator: "true"
   artifacthub.io/operatorCapabilities: Full Lifecycle
   artifacthub.io/prerelease: "true"
diff --git a/helm/solr/Chart.yaml b/helm/solr/Chart.yaml
index 53c303a..ff66f4f 100644
--- a/helm/solr/Chart.yaml
+++ b/helm/solr/Chart.yaml
@@ -34,6 +34,8 @@ maintainers:
     email: houston@apache.org
 icon: https://solr.apache.org/theme/images/identity/Solr_Logo_on_white.png
 annotations:
+  artifacthub.io/alternativeName: "solrcloud"
+  artifacthub.io/category: "database"
   artifacthub.io/operator: "false"
   artifacthub.io/prerelease: "true"
   # Add change log for a single release here.
diff --git a/helm/solr/README.md b/helm/solr/README.md
index dbc7730..66f9533 100644
--- a/helm/solr/README.md
+++ b/helm/solr/README.md
@@ -17,8 +17,8 @@ Check out the following tutorials on getting started with Solr.
 
 ## Dependencies
 
-This Helm chart relies on the [Solr Operator](https://solr.apache.org/operator) being installed.
-You can install the Solr Operator via it's [Helm chart](https://artifacthub.io/packages/helm/apache-solr/solr-operator).
+**This Helm chart relies on the [Solr Operator](https://solr.apache.org/operator) being installed.
+You can install the Solr Operator via it's [Helm chart](https://artifacthub.io/packages/helm/apache-solr/solr-operator).**
 
 If you are using a provided Zookeeper instance for your Solr Cloud, then you must also install the [Zookeeper Operator](https://github.com/pravega/zookeeper-operator).
 However, it is [installed by default as a dependency](https://artifacthub.io/packages/helm/apache-solr/solr-operator#installing-the-zookeeper-operator) when using the Solr Operator Helm chart.
@@ -35,7 +35,7 @@ There may be breaking changes between the version you are using and the version
 
 ### Installing the Chart
 
-To install the Solr Operator for the first time in your cluster, you can use the latest version or a specific version, run with the following commands:
+To install a SolrCloud for the first time in your cluster, you can use the latest version or a specific version, run with the following commands:
 
 ```bash
 helm install example apache-solr/solr --version 0.7.0-prerelease --set image.tag=8.8