diff --git a/Chart.yaml b/Chart.yaml index 20f3d74..a6af184 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -19,7 +19,7 @@ --- apiVersion: v2 name: tika -version: "latest-full" +version: "1.26-full" #kubeVersion: description: A Helm chart to deploy Apache Tika on Kubernetes type: application @@ -34,10 +34,29 @@ sources: - https://github.com/apache/tika-helm #dependencies: maintainers: - - name: Lewis John McGibbney - email: lewismc@apache.org - url: https://github.com/lewismc + - name: Apache Tika Developers + email: dev@tika.apache.org + url: https://tika.apache.org icon: https://tika.apache.org/tika.png -appVersion: "latest-full" +appVersion: "1.26-full" deprecated: false -#annotations: \ No newline at end of file +annotations: + # artifacthub.io/changes: | + # - + artifacthub.io/containsSecurityUpdates: "true" + artifacthub.io/images: | + - name: tika + image: apache/tika:1.26-full + artifacthub.io/license: Apache-2.0 + artifacthub.io/links: | + - name: Apache Tika + url: https://github.com/apache/tika + - name: Tika Helm Chart + url: https://github.com/apache/tika-helm + - name: Tika Docker Image + url: https://github.com/apache/tika-docker + artifacthub.io/maintainers: | + - name: Apache Tika Developers + email: dev@tika.apache.org + artifacthub.io/operator: "false" + artifacthub.io/prerelease: "false" \ No newline at end of file diff --git a/README.md b/README.md index 383a84d..11520d1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ tika-helm ========= -[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/apache)](https://artifacthub.io/packages/search?repo=apache) + A [Helm chart][] to deploy [Apache Tika][] on [Kubernetes][]. diff --git a/values.yaml b/values.yaml index ee08c3d..63b31d9 100644 --- a/values.yaml +++ b/values.yaml @@ -23,7 +23,7 @@ image: repository: apache/tika pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "latest-full" + tag: "1.26-full" imagePullSecrets: [] nameOverride: ""