mirror of
https://github.com/bitnami/charts.git
synced 2026-03-04 06:47:57 +08:00
[bitnami/tomcat] Release 11.6.1 (#32629)
* [bitnami/tomcat] Release 11.6.1 updating components versions Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> --------- Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 11.6.0 (2025-03-11)
|
||||
## 11.6.1 (2025-03-27)
|
||||
|
||||
* [bitnami/tomcat] add annotations & labels to volumeClaimTemplate ([#32396](https://github.com/bitnami/charts/pull/32396))
|
||||
* [bitnami/tomcat] Release 11.6.1 ([#32629](https://github.com/bitnami/charts/pull/32629))
|
||||
|
||||
## 11.6.0 (2025-03-12)
|
||||
|
||||
* [bitnami/tomcat] add annotations & labels to volumeClaimTemplate (#32396) ([553b0a8](https://github.com/bitnami/charts/commit/553b0a8ef1ef324a0da90ffe226bbe1910437bec)), closes [#32396](https://github.com/bitnami/charts/issues/32396)
|
||||
|
||||
## <small>11.5.6 (2025-03-08)</small>
|
||||
|
||||
|
||||
@@ -7,11 +7,11 @@ annotations:
|
||||
licenses: Apache-2.0
|
||||
images: |
|
||||
- name: jmx-exporter
|
||||
image: docker.io/bitnami/jmx-exporter:1.1.0-debian-12-r7
|
||||
image: docker.io/bitnami/jmx-exporter:1.2.0-debian-12-r1
|
||||
- name: os-shell
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r39
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r40
|
||||
- name: tomcat
|
||||
image: docker.io/bitnami/tomcat:10.1.39-debian-12-r0
|
||||
image: docker.io/bitnami/tomcat:10.1.39-debian-12-r3
|
||||
apiVersion: v2
|
||||
appVersion: 10.1.39
|
||||
dependencies:
|
||||
@@ -36,4 +36,4 @@ maintainers:
|
||||
name: tomcat
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/tomcat
|
||||
version: 11.6.0
|
||||
version: 11.6.1
|
||||
|
||||
@@ -293,8 +293,7 @@ You can enable this init container by setting `volumePermissions.enabled` to `tr
|
||||
| `sidecars` | Add sidecars to the Tomcat pods. | `[]` |
|
||||
| `persistence.enabled` | Enable persistence | `true` |
|
||||
| `persistence.storageClass` | PVC Storage Class for Tomcat volume | `""` |
|
||||
| `persistence.annotations` | Annotations for the PVC | `{}` |
|
||||
| `persistence.labels` | Labels for the PVC | `{}` |
|
||||
| `persistence.annotations` | Persistent Volume Claim annotations | `{}` |
|
||||
| `persistence.accessModes` | PVC Access Modes for Tomcat volume | `["ReadWriteOnce"]` |
|
||||
| `persistence.size` | PVC Storage Request for Tomcat volume | `8Gi` |
|
||||
| `persistence.existingClaim` | An Existing PVC name for Tomcat volume | `""` |
|
||||
|
||||
@@ -75,7 +75,7 @@ extraDeploy: []
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/tomcat
|
||||
tag: 10.1.39-debian-12-r0
|
||||
tag: 10.1.39-debian-12-r3
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
@@ -690,7 +690,7 @@ volumePermissions:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/os-shell
|
||||
tag: 12-debian-12-r39
|
||||
tag: 12-debian-12-r40
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
@@ -748,7 +748,7 @@ metrics:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/jmx-exporter
|
||||
tag: 1.1.0-debian-12-r7
|
||||
tag: 1.2.0-debian-12-r1
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
|
||||
Reference in New Issue
Block a user