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 2021/05/12 19:45:06 UTC

[solr-operator] branch release-0.3 updated: Add information about the official site. (#270)

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

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


The following commit(s) were added to refs/heads/release-0.3 by this push:
     new df55b09  Add information about the official site. (#270)
df55b09 is described below

commit df55b09c157ee7d8a0f3cb646e2fd500d0b641c2
Author: Houston Putman <ho...@apache.org>
AuthorDate: Wed May 12 14:42:49 2021 -0500

    Add information about the official site. (#270)
---
 .asf.yaml                     | 2 +-
 README.md                     | 4 +++-
 helm/solr-operator/Chart.yaml | 2 +-
 helm/solr-operator/README.md  | 6 ++++--
 4 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 8c0e115..10721b4 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -17,7 +17,7 @@
 
 github:
   description: "Kubernetes Operator for Apache Solr"
-  homepage: https://solr.apache.org/
+  homepage: https://solr.apache.org/operator
   labels:
     - solr
     - search
diff --git a/README.md b/README.md
index 60bc6e1..d7f6b48 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,9 @@
 [![Slack](https://img.shields.io/badge/slack-join_chat-white.svg?logo=slack&style=social)](https://kubernetes.slack.com/messages/solr-operator)
 [![Mailing List]]
 
-The __Solr Operator__ manages Apache Solr Clouds within Kubernetes. It is built on top of the [Kube Builder](https://github.com/kubernetes-sigs/kubebuilder) framework.
+The __[Solr Operator](https://solr.apache.org/operator/)__ manages Apache Solr Clouds within Kubernetes.
+It is built on top of the [Kube Builder](https://github.com/kubernetes-sigs/kubebuilder) framework.
+Please visit the [official site](https://solr.apache.org/operator/) for more information.
 
 The project is currently in beta (`v1beta1`), and while we do not anticipate changing the API in backwards-incompatible ways there is no such guarantee yet.
 
diff --git a/helm/solr-operator/Chart.yaml b/helm/solr-operator/Chart.yaml
index 4e79f0d..e11c308 100644
--- a/helm/solr-operator/Chart.yaml
+++ b/helm/solr-operator/Chart.yaml
@@ -19,7 +19,7 @@ description: The Solr Operator enables easy management of Solr resources within
 version: 0.3.1-prerelease
 appVersion: v0.3.1-prerelease
 kubeVersion: ">= 1.16.0-0"
-home: https://github.com/apache/solr-operator
+home: https://solr.apache.org/operator
 sources:
   - https://github.com/apache/solr-operator
 keywords:
diff --git a/helm/solr-operator/README.md b/helm/solr-operator/README.md
index 872c46f..3f7ee01 100644
--- a/helm/solr-operator/README.md
+++ b/helm/solr-operator/README.md
@@ -3,11 +3,13 @@ Solr Operator
 
 The Solr Operator is designed to allow easy deployment Solr Clouds and other Solr Resources to Kubernetes.
 
-Documentation around using the Solr Operator can be found in it's [source repo](https://github.com/apache/solr-operator).
+Documentation around using the Solr Operator can be found at it's [official site](https://solr.apache.org/operator) or [source repo](https://github.com/apache/solr-operator).
+
+[Tutorials](https://solr.apache.org/operator/resources.html#tutorials) have been provided for both basic and advanced usage of the Solr Operator.
 
 ## Upgrade Notes
 
-Before upgrading your Solr Operator to a newer version, **please refer to the [Upgrade Notes](https://github.com/apache/solr-operator/tree/main/docs/upgrade-notes.md).
+Before upgrading your Solr Operator to a newer version, **please refer to the [Upgrade Notes](https://apache.github.io/solr-operator/docs/upgrade-notes.html).
 There may be breaking changes between the version you are running and the version you want to upgrade to.
 
 ## Using the Helm Chart