Skip to content

Commit

Permalink
Release prep for tika-helm v2.9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lewismc committed Sep 21, 2023
1 parent 74c41fb commit e7bde48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
---
apiVersion: v2
name: tika
appVersion: "2.7.0.0"
version: "2.7.0"
appVersion: "2.9.0.0"
version: "2.9.0"
description: The official Helm chart to deploy Apache Tika on Kubernetes
type: application
keywords:
Expand All @@ -35,6 +35,7 @@ sources:
maintainers:
- name: lewismc
email: [email protected]
url: https://github.com/lewismc
- name: stijnbrouwers
url: https://github.com/stijnbrouwers
- name: philipsoutham
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.7.0.0"
tag: "2.9.0.0"

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit e7bde48

Please sign in to comment.