Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

TIKA-4227 Register tika-helm Chart in artifacthub.io #16

Merged
merged 4 commits into from
Mar 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 22 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
16 changes: 3 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -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][].
Expand All @@ -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)
Expand Down Expand Up @@ -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

Expand All @@ -107,10 +101,6 @@ upgrading to a new chart version.
|----------------------|------------------------------------------------------------------------------------------------------------------------------------------------------|---------|
| `...` | ... | `...` |

## FAQ

None yet...

## Contributing

Please check [CONTRIBUTING][] before any contribution or for any questions
Expand Down
32 changes: 32 additions & 0 deletions artifacthub-repo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.

# 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
Loading