Skip to content

Commit f4906a9

Browse files
author
Bitnami Bot
authored
[bitnami/tomcat] Release 10.5.8 (bitnami#14354)
* [bitnami/tomcat] Release 10.5.8 updating components versions Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
1 parent 8819180 commit f4906a9

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

bitnami/tomcat/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ annotations:
33
licenses: |
44
- Apache-2.0
55
apiVersion: v2
6-
appVersion: 10.1.4
6+
appVersion: 10.1.5
77
dependencies:
88
- name: common
99
repository: https://charts.bitnami.com/bitnami
@@ -27,4 +27,4 @@ name: tomcat
2727
sources:
2828
- https://github.com/bitnami/containers/tree/main/bitnami/tomcat
2929
- http://tomcat.apache.org
30-
version: 10.5.7
30+
version: 10.5.8

bitnami/tomcat/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The command removes all the Kubernetes components associated with the chart and
8383
| ----------------------------- | ------------------------------------------------------------------------------------------------------ | --------------------- |
8484
| `image.registry` | Tomcat image registry | `docker.io` |
8585
| `image.repository` | Tomcat image repository | `bitnami/tomcat` |
86-
| `image.tag` | Tomcat image tag (immutable tags are recommended) | `10.1.4-debian-11-r9` |
86+
| `image.tag` | Tomcat image tag (immutable tags are recommended) | `10.1.5-debian-11-r0` |
8787
| `image.digest` | Tomcat image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
8888
| `image.pullPolicy` | Tomcat image pull policy | `IfNotPresent` |
8989
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
@@ -207,7 +207,7 @@ The command removes all the Kubernetes components associated with the chart and
207207
| `volumePermissions.enabled` | Enable init container that changes volume permissions in the data directory | `false` |
208208
| `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` |
209209
| `volumePermissions.image.repository` | Init container volume-permissions image repository | `bitnami/bitnami-shell` |
210-
| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r69` |
210+
| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r71` |
211211
| `volumePermissions.image.digest` | Init container volume-permissions image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
212212
| `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `IfNotPresent` |
213213
| `volumePermissions.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
@@ -223,7 +223,7 @@ The command removes all the Kubernetes components associated with the chart and
223223
| `metrics.jmx.catalinaOpts` | custom option used to enabled JMX on tomcat jvm evaluated as template | `-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=5555 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.local.only=true` |
224224
| `metrics.jmx.image.registry` | JMX exporter image registry | `docker.io` |
225225
| `metrics.jmx.image.repository` | JMX exporter image repository | `bitnami/jmx-exporter` |
226-
| `metrics.jmx.image.tag` | JMX exporter image tag (immutable tags are recommended) | `0.17.2-debian-11-r35` |
226+
| `metrics.jmx.image.tag` | JMX exporter image tag (immutable tags are recommended) | `0.17.2-debian-11-r37` |
227227
| `metrics.jmx.image.digest` | JMX exporter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
228228
| `metrics.jmx.image.pullPolicy` | JMX exporter image pull policy | `IfNotPresent` |
229229
| `metrics.jmx.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |

bitnami/tomcat/values.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ extraDeploy: []
5858
image:
5959
registry: docker.io
6060
repository: bitnami/tomcat
61-
tag: 10.1.4-debian-11-r9
61+
tag: 10.1.5-debian-11-r0
6262
digest: ""
6363
## Specify a imagePullPolicy
6464
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -576,7 +576,7 @@ volumePermissions:
576576
image:
577577
registry: docker.io
578578
repository: bitnami/bitnami-shell
579-
tag: 11-debian-11-r69
579+
tag: 11-debian-11-r71
580580
digest: ""
581581
pullPolicy: IfNotPresent
582582
## Optionally specify an array of imagePullSecrets.
@@ -636,7 +636,7 @@ metrics:
636636
image:
637637
registry: docker.io
638638
repository: bitnami/jmx-exporter
639-
tag: 0.17.2-debian-11-r35
639+
tag: 0.17.2-debian-11-r37
640640
digest: ""
641641
## Specify a imagePullPolicy
642642
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'

0 commit comments

Comments
 (0)