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 2021/04/21 16:27:14 UTC

[tika-helm] branch main updated: TIKA-3360 Retrospective release of tika-helm for tika-docker 1.26 and 1.26-full

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 4059d35  TIKA-3360 Retrospective release of tika-helm for tika-docker 1.26 and 1.26-full
     new f5dce91  Merge pull request #1 from lewismc/TIKA-3360
4059d35 is described below

commit 4059d35de2820fd6bb96fdbdf67b577992eda826
Author: Lewis John McGibbney <le...@gmail.com>
AuthorDate: Wed Apr 21 09:24:48 2021 -0700

    TIKA-3360 Retrospective release of tika-helm for tika-docker 1.26 and 1.26-full
---
 Chart.yaml  | 31 +++++++++++++++++++++++++------
 README.md   |  2 +-
 values.yaml |  2 +-
 3 files changed, 27 insertions(+), 8 deletions(-)

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
 =========
 
 <!--[![Build Status](https://img.shields.io/jenkins/s/https/devops-ci.elastic.co/job/elastic+helm-charts+master.svg)](https://devops-ci.elastic.co/job/elastic+helm-charts+master/)-->
-[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/apache)](https://artifacthub.io/packages/search?repo=apache)
+<!--[![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: ""