From 215dea85ba67324fb5051bbbc5da914bb5a6af7d Mon Sep 17 00:00:00 2001 From: rafael Date: Wed, 25 Sep 2019 09:16:23 +0200 Subject: [PATCH] Bumps version due to container major changes --- bitnami/tomcat/Chart.yaml | 4 ++-- bitnami/tomcat/README.md | 6 ++++++ bitnami/tomcat/values.yaml | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/bitnami/tomcat/Chart.yaml b/bitnami/tomcat/Chart.yaml index 512e6a85c..fddfb5892 100644 --- a/bitnami/tomcat/Chart.yaml +++ b/bitnami/tomcat/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: tomcat -version: 4.4.0 -appVersion: 9.0.24 +version: 5.0.0 +appVersion: 9.0.26 description: Chart for Apache Tomcat keywords: - tomcat diff --git a/bitnami/tomcat/README.md b/bitnami/tomcat/README.md index 4da7244ce..3ffea27a8 100644 --- a/bitnami/tomcat/README.md +++ b/bitnami/tomcat/README.md @@ -129,6 +129,12 @@ As an alternative, this chart supports using an initContainer to change the owne You can enable this initContainer by setting `volumePermissions.enabled` to `true`. +## Notable changes + +### 5.0.0 + +This release updates the Bitnami Tomcat container to `9.0.26-debian-9-r0`, which is based on Bash instead of Node.js. + ## Upgrading ### To 2.1.0 diff --git a/bitnami/tomcat/values.yaml b/bitnami/tomcat/values.yaml index 79f530d57..0804b9105 100644 --- a/bitnami/tomcat/values.yaml +++ b/bitnami/tomcat/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/tomcat - tag: 9.0.24-debian-9-r16 + tag: 9.0.26-debian-9-r0 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -156,4 +156,4 @@ ingress: ## Affinity for pod assignment ## Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity ## -affinity: {} \ No newline at end of file +affinity: {}