You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by le...@apache.org on 2024/03/30 19:17:42 UTC

(tika-helm) branch main updated: TIKA-4227 Register tika-helm Chart in artifacthub.io (#16)

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

lewismc pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika-helm.git


The following commit(s) were added to refs/heads/main by this push:
     new 0f1ad49  TIKA-4227 Register tika-helm Chart in artifacthub.io (#16)
0f1ad49 is described below

commit 0f1ad492af0fa3ac3d340dde1d48a76efe4fe313
Author: Lewis John McGibbney <le...@gmail.com>
AuthorDate: Sat Mar 30 12:17:38 2024 -0700

    TIKA-4227 Register tika-helm Chart in artifacthub.io (#16)
---
 Chart.yaml                         | 24 ++++++++++++++++++--
 README.md                          | 16 +++----------
 Chart.yaml => artifacthub-repo.yml | 46 +++++++++++++-------------------------
 3 files changed, 40 insertions(+), 46 deletions(-)

diff --git a/Chart.yaml b/Chart.yaml
index 051dcea..5dc506b 100644
--- a/Chart.yaml
+++ b/Chart.yaml
@@ -21,7 +21,7 @@ apiVersion: v2
 name: tika
 appVersion: "2.9.0.0-full"
 version: "2.9.0-full"
-description: The official Helm chart to deploy Apache Tika on Kubernetes
+description: The official Helm chart for Apache Tika
 type: application
 keywords:
   - apache
@@ -30,8 +30,8 @@ keywords:
   - tika-helm
 home: https://tika.apache.org
 sources:
-  - https://github.com/apache/tika
   - https://github.com/apache/tika-helm
+  - https://github.com/apache/tika
 maintainers:
   - name: lewismc
     email: lewismc@apache.org
@@ -46,3 +46,23 @@ maintainers:
     url: https://github.com/euven
 icon: https://tika.apache.org/tika.png
 deprecated: false
+annotations:
+  artifacthub.io/category: integration-delivery
+  # supported kinds are added, changed, deprecated, removed, fixed and security
+  artifacthub.io/changes: |
+    - kind: added
+      description: TIKA-4227 Register tika-helm Chart in artifacthub.io
+      links:
+        - name: Jira Issue
+          url: https://issues.apache.org/jira/browse/TIKA-4227
+        - name: GitHub PR
+          url: https://github.com/apache/tika-helm/pull/16
+  artifacthub.io/containsSecurityUpdates: "false"
+  artifacthub.io/license: Apache-2.0
+  artifacthub.io/links: |
+    - name: support
+      url: https://issues.apache.org/jira/browse/TIKA
+  artifacthub.io/prerelease: "false"
+  artifacthub.io/recommendations: |
+    - url: https://artifacthub.io/packages/helm/apache-solr/solr
+    - url: https://artifacthub.io/packages/helm/apache-airflow/airflow
diff --git a/README.md b/README.md
index b5d023f..e0b729d 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
 tika-helm
 =========
 
+[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/apache-tika)](https://artifacthub.io/packages/search?repo=apache-tika)
+
 ![lint + install workflow](https://github.com/apache/tika-helm/actions/workflows/lint-test.yaml/badge.svg)
 
 A [Helm chart][] to deploy [Apache Tika][] on [Kubernetes][].
@@ -27,7 +29,6 @@ will work with the version of Tika you are installing.
   - [Install released version using Helm repository](#install-released-version-using-helm-repository)
   - [Install development version using master branch](#install-development-version-using-master-branch)
 - [Upgrading](#upgrading)
-- [Usage notes](#usage-notes)
 - [Configuration](#configuration)
   - [Deprecated](#deprecated)
 - [FAQ](#faq)
@@ -86,14 +87,7 @@ while true; do kubectl --namespace tika-test port-forward $POD_NAME 9998:$CONTAI
 
 ## Upgrading
 
-Please always check [CHANGELOG.md][] and [BREAKING_CHANGES.md][] before
-upgrading to a new chart version.
-
-
-## Usage notes
-
-* TODO
-
+Please check `artifacthub.io/changes` in `Chart.yaml` before upgrading.
 
 ## Configuration
 
@@ -107,10 +101,6 @@ upgrading to a new chart version.
 |----------------------|------------------------------------------------------------------------------------------------------------------------------------------------------|---------|
 | `...`           | ...                                                                                                    | `...`    |
 
-## FAQ
-
-None yet...
-
 ## Contributing
 
 Please check [CONTRIBUTING][] before any contribution or for any questions
diff --git a/Chart.yaml b/artifacthub-repo.yml
similarity index 50%
copy from Chart.yaml
copy to artifacthub-repo.yml
index 051dcea..5ecc1db 100644
--- a/Chart.yaml
+++ b/artifacthub-repo.yml
@@ -15,34 +15,18 @@
 # specific language governing permissions and limitations
 # under the License.
 
-# apiVersion v2 is Helm 3
----
-apiVersion: v2
-name: tika
-appVersion: "2.9.0.0-full"
-version: "2.9.0-full"
-description: The official Helm chart to deploy Apache Tika on Kubernetes
-type: application
-keywords:
-  - apache
-  - tika
-  - apache-tika
-  - tika-helm
-home: https://tika.apache.org
-sources:
-  - https://github.com/apache/tika
-  - https://github.com/apache/tika-helm
-maintainers:
-  - name: lewismc
-    email: lewismc@apache.org
-    url: https://github.com/lewismc
-  - name: stijnbrouwers
-    url: https://github.com/stijnbrouwers
-  - name: philipsoutham
-    url: https://github.com/philipsoutham
-  - name: frascu
-    url: https://github.com/frascu
-  - name: euven
-    url: https://github.com/euven
-icon: https://tika.apache.org/tika.png
-deprecated: false
+# Artifact Hub repository metadata file
+#
+# Some settings like the verified publisher flag or the ignored packages won't
+# be applied until the next time the repository is processed. Please keep in
+# mind that the repository won't be processed if it has not changed since the
+# last time it was processed. Depending on the repository kind, this is checked
+# in a different way. For Helm http based repositories, we consider it has
+# changed if the `index.yaml` file changes. For git based repositories, it does
+# when the hash of the last commit in the branch you set up changes. This does
+# NOT apply to ownership claim operations, which are processed immediately.
+#
+repositoryID: apache-tika
+owners:
+  - name: Apache Tika Committers
+    email: dev@tika.apache.org