Skip to content

Commit

Permalink
Release branch for tika-helm 1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
lewismc committed Apr 21, 2021
1 parent 0b4dbee commit 50aed45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
---
apiVersion: v2
name: tika
version: "latest-full"
version: "1.26"
#kubeVersion:
description: A Helm chart to deploy Apache Tika on Kubernetes
type: application
Expand All @@ -38,15 +38,15 @@ maintainers:
email: [email protected]
url: https://tika.apache.org
icon: https://tika.apache.org/tika.png
appVersion: "latest-full"
appVersion: "1.26"
deprecated: false
annotations:
# artifacthub.io/changes: |
# -
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/images: |
- name: tika
image: apache/tika:latest-full
image: apache/tika:1.26
artifacthub.io/license: Apache-2.0
artifacthub.io/links: |
- name: Apache Tika
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit 50aed45

Please sign in to comment.