Skip to content

Commit

Permalink
Release branch for tika-helm 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lewismc committed Jan 23, 2022
1 parent c4a39d3 commit 6b1f66c
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: "2.2.1-full"
version: "2.2.1"
#kubeVersion:
description: A Helm chart to deploy Apache Tika on Kubernetes
type: application
Expand All @@ -38,15 +38,15 @@ maintainers:
email: dev@tika.apache.org
url: https://tika.apache.org
icon: https://tika.apache.org/tika.png
appVersion: "2.2.1-full"
appVersion: "2.2.1"
deprecated: false
annotations:
# artifacthub.io/changes: |
# -
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/images: |
- name: tika
image: apache/tika:2.2.1-full
image: apache/tika:2.2.1
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: "2.2.1-full"
tag: "2.2.1"

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit 6b1f66c

Please sign in to comment.