[bitnami/tomcat] Release 10.10.2 (#18881)

* [bitnami/tomcat] Release 10.10.2 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>
This commit is contained in:
Bitnami Bot
2023-08-26 08:15:42 +02:00
committed by GitHub
parent 05dea879f8
commit 0a432781a4
3 changed files with 5 additions and 5 deletions

View File

@@ -10,9 +10,9 @@ annotations:
- name: os-shell
image: docker.io/bitnami/os-shell:11-debian-11-r48
- name: tomcat
image: docker.io/bitnami/tomcat:10.1.12-debian-11-r9
image: docker.io/bitnami/tomcat:10.1.13-debian-11-r0
apiVersion: v2
appVersion: 10.1.12
appVersion: 10.1.13
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
@@ -35,4 +35,4 @@ maintainers:
name: tomcat
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/tomcat
version: 10.10.1
version: 10.10.2

View File

@@ -81,7 +81,7 @@ The command removes all the Kubernetes components associated with the chart and
| ----------------------------- | ------------------------------------------------------------------------------------------------------ | ---------------------- |
| `image.registry` | Tomcat image registry | `docker.io` |
| `image.repository` | Tomcat image repository | `bitnami/tomcat` |
| `image.tag` | Tomcat image tag (immutable tags are recommended) | `10.1.12-debian-11-r9` |
| `image.tag` | Tomcat image tag (immutable tags are recommended) | `10.1.13-debian-11-r0` |
| `image.digest` | Tomcat image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `image.pullPolicy` | Tomcat image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |

View File

@@ -61,7 +61,7 @@ extraDeploy: []
image:
registry: docker.io
repository: bitnami/tomcat
tag: 10.1.12-debian-11-r9
tag: 10.1.13-debian-11-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'