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
commit 0b4dbee490b3b3289a10888c8c4ee2f1069f784d Author: Lewis John McGibbney <[email protected]> AuthorDate: Wed Apr 21 10:03:23 2021 -0700 Pin development version on 'latest-full' to optimize releasse management procedure --- Chart.yaml | 8 ++++---- values.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index a6af184..cabdd3d 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -19,7 +19,7 @@ --- apiVersion: v2 name: tika -version: "1.26-full" +version: "latest-full" #kubeVersion: description: A Helm chart to deploy Apache Tika on Kubernetes type: application @@ -38,7 +38,7 @@ maintainers: email: [email protected] url: https://tika.apache.org icon: https://tika.apache.org/tika.png -appVersion: "1.26-full" +appVersion: "latest-full" deprecated: false annotations: # artifacthub.io/changes: | @@ -46,7 +46,7 @@ annotations: artifacthub.io/containsSecurityUpdates: "true" artifacthub.io/images: | - name: tika - image: apache/tika:1.26-full + image: apache/tika:latest-full artifacthub.io/license: Apache-2.0 artifacthub.io/links: | - name: Apache Tika @@ -59,4 +59,4 @@ annotations: - name: Apache Tika Developers email: [email protected] artifacthub.io/operator: "false" - artifacthub.io/prerelease: "false" \ No newline at end of file + artifacthub.io/prerelease: "false" diff --git a/values.yaml b/values.yaml index 63b31d9..ee08c3d 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: "1.26-full" + tag: "latest-full" imagePullSecrets: [] nameOverride: ""
