@@ -75,25 +75,25 @@ The command removes all the Kubernetes components associated with the chart and
7575
7676### Tomcat parameters
7777
78- | Name | Description | Value |
79- | ----------------------------- | ------------------------------------------------------------------------------------------------------ | --------------------- |
80- | ` image.registry ` | Tomcat image registry | ` docker.io ` |
81- | ` image.repository ` | Tomcat image repository | ` bitnami/tomcat ` |
82- | ` image.tag ` | Tomcat image tag (immutable tags are recommended) | ` 10.1.9 -debian-11-r4 ` |
83- | ` image.digest ` | Tomcat image digest in the way sha256: aa .... Please note this parameter, if set, will override the tag | ` "" ` |
84- | ` image.pullPolicy ` | Tomcat image pull policy | ` IfNotPresent ` |
85- | ` image.pullSecrets ` | Specify docker-registry secret names as an array | ` [] ` |
86- | ` image.debug ` | Specify if debug logs should be enabled | ` false ` |
87- | ` hostAliases ` | Deployment pod host aliases | ` [] ` |
88- | ` tomcatUsername ` | Tomcat admin user | ` user ` |
89- | ` tomcatPassword ` | Tomcat admin password | ` "" ` |
90- | ` tomcatAllowRemoteManagement ` | Enable remote access to management interface | ` 0 ` |
91- | ` catalinaOpts ` | Java runtime option used by tomcat JVM | ` "" ` |
92- | ` command ` | Override default container command (useful when using custom images) | ` [] ` |
93- | ` args ` | Override default container args (useful when using custom images) | ` [] ` |
94- | ` extraEnvVars ` | Extra environment variables to be set on Tomcat container | ` [] ` |
95- | ` extraEnvVarsCM ` | Name of existing ConfigMap containing extra environment variables | ` "" ` |
96- | ` extraEnvVarsSecret ` | Name of existing Secret containing extra environment variables | ` "" ` |
78+ | Name | Description | Value |
79+ | ----------------------------- | ------------------------------------------------------------------------------------------------------ | ---------------------- |
80+ | ` image.registry ` | Tomcat image registry | ` docker.io ` |
81+ | ` image.repository ` | Tomcat image repository | ` bitnami/tomcat ` |
82+ | ` image.tag ` | Tomcat image tag (immutable tags are recommended) | ` 10.1.10 -debian-11-r0 ` |
83+ | ` image.digest ` | Tomcat image digest in the way sha256: aa .... Please note this parameter, if set, will override the tag | ` "" ` |
84+ | ` image.pullPolicy ` | Tomcat image pull policy | ` IfNotPresent ` |
85+ | ` image.pullSecrets ` | Specify docker-registry secret names as an array | ` [] ` |
86+ | ` image.debug ` | Specify if debug logs should be enabled | ` false ` |
87+ | ` hostAliases ` | Deployment pod host aliases | ` [] ` |
88+ | ` tomcatUsername ` | Tomcat admin user | ` user ` |
89+ | ` tomcatPassword ` | Tomcat admin password | ` "" ` |
90+ | ` tomcatAllowRemoteManagement ` | Enable remote access to management interface | ` 0 ` |
91+ | ` catalinaOpts ` | Java runtime option used by tomcat JVM | ` "" ` |
92+ | ` command ` | Override default container command (useful when using custom images) | ` [] ` |
93+ | ` args ` | Override default container args (useful when using custom images) | ` [] ` |
94+ | ` extraEnvVars ` | Extra environment variables to be set on Tomcat container | ` [] ` |
95+ | ` extraEnvVarsCM ` | Name of existing ConfigMap containing extra environment variables | ` "" ` |
96+ | ` extraEnvVarsSecret ` | Name of existing Secret containing extra environment variables | ` "" ` |
9797
9898### Tomcat deployment parameters
9999
@@ -201,7 +201,7 @@ The command removes all the Kubernetes components associated with the chart and
201201| ` volumePermissions.enabled ` | Enable init container that changes volume permissions in the data directory | ` false ` |
202202| ` volumePermissions.image.registry ` | Init container volume-permissions image registry | ` docker.io ` |
203203| ` volumePermissions.image.repository ` | Init container volume-permissions image repository | ` bitnami/bitnami-shell ` |
204- | ` volumePermissions.image.tag ` | Init container volume-permissions image tag | ` 11-debian-11-r122 ` |
204+ | ` volumePermissions.image.tag ` | Init container volume-permissions image tag | ` 11-debian-11-r125 ` |
205205| ` volumePermissions.image.digest ` | Init container volume-permissions image digest in the way sha256: aa .... Please note this parameter, if set, will override the tag | ` "" ` |
206206| ` volumePermissions.image.pullPolicy ` | Init container volume-permissions image pull policy | ` IfNotPresent ` |
207207| ` volumePermissions.image.pullSecrets ` | Specify docker-registry secret names as an array | ` [] ` |
@@ -216,7 +216,7 @@ The command removes all the Kubernetes components associated with the chart and
216216| ` 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 ` |
217217| ` metrics.jmx.image.registry ` | JMX exporter image registry | ` docker.io ` |
218218| ` metrics.jmx.image.repository ` | JMX exporter image repository | ` bitnami/jmx-exporter ` |
219- | ` metrics.jmx.image.tag ` | JMX exporter image tag (immutable tags are recommended) | ` 0.18.0-debian-11-r26 ` |
219+ | ` metrics.jmx.image.tag ` | JMX exporter image tag (immutable tags are recommended) | ` 0.18.0-debian-11-r29 ` |
220220| ` metrics.jmx.image.digest ` | JMX exporter image digest in the way sha256: aa .... Please note this parameter, if set, will override the tag | ` "" ` |
221221| ` metrics.jmx.image.pullPolicy ` | JMX exporter image pull policy | ` IfNotPresent ` |
222222| ` metrics.jmx.image.pullSecrets ` | Specify docker-registry secret names as an array | ` [] ` |
0 commit comments