[bitnami/wildfly] Release 16.0.4 (#19969)

* [bitnami/wildfly] Release 16.0.4 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-10-10 03:47:21 +02:00
committed by GitHub
parent 53098d344d
commit c8265f6dde
3 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ annotations:
- name: os-shell
image: docker.io/bitnami/os-shell:11-debian-11-r89
- name: wildfly
image: docker.io/bitnami/wildfly:29.0.1-debian-11-r24
image: docker.io/bitnami/wildfly:29.0.1-debian-11-r26
apiVersion: v2
appVersion: 29.0.1
dependencies:
@@ -33,4 +33,4 @@ maintainers:
name: wildfly
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/wildfly
version: 16.0.3
version: 16.0.4

View File

@@ -84,7 +84,7 @@ The command removes all the Kubernetes components associated with the chart and
| ------------------- | ------------------------------------------------------------------------------------------------------- | ---------------------- |
| `image.registry` | WildFly image registry | `docker.io` |
| `image.repository` | WildFly image repository | `bitnami/wildfly` |
| `image.tag` | WildFly image tag (immutable tags are recommended) | `29.0.1-debian-11-r24` |
| `image.tag` | WildFly image tag (immutable tags are recommended) | `29.0.1-debian-11-r26` |
| `image.digest` | WildFly image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `image.pullPolicy` | WildFly image pull policy | `IfNotPresent` |
| `image.pullSecrets` | WildFly image pull secrets | `[]` |

View File

@@ -72,7 +72,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/wildfly
tag: 29.0.1-debian-11-r24
tag: 29.0.1-debian-11-r26
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'