-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TIKA-4227 Register tika-helm Chart in artifacthub.io (#16)
- Loading branch information
Showing
3 changed files
with
57 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: [email protected] | ||
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: [email protected] |