mirror of
https://github.com/bitnami/charts.git
synced 2026-03-09 15:38:00 +08:00
[bitnami/wildfly] Release 14.1.3 (#14697)
* [bitnami/wildfly] Release 14.1.3 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:
@@ -26,4 +26,4 @@ name: wildfly
|
||||
sources:
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/wildfly
|
||||
- http://wildfly.org
|
||||
version: 14.1.2
|
||||
version: 14.1.3
|
||||
|
||||
@@ -7,7 +7,7 @@ Wildfly is a lightweight, open source application server, formerly known as JBos
|
||||
[Overview of WildFly](http://www.wildfly.org/)
|
||||
|
||||
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
|
||||
|
||||
|
||||
## TL;DR
|
||||
|
||||
```console
|
||||
@@ -86,7 +86,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) | `27.0.1-debian-11-r14` |
|
||||
| `image.tag` | WildFly image tag (immutable tags are recommended) | `27.0.1-debian-11-r18` |
|
||||
| `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 | `[]` |
|
||||
@@ -221,7 +221,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` |
|
||||
| `volumePermissions.image.registry` | Bitnami Shell image registry | `docker.io` |
|
||||
| `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` |
|
||||
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r74` |
|
||||
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r78` |
|
||||
| `volumePermissions.image.digest` | Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `volumePermissions.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` |
|
||||
| `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` |
|
||||
|
||||
@@ -69,7 +69,7 @@ diagnosticMode:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/wildfly
|
||||
tag: 27.0.1-debian-11-r14
|
||||
tag: 27.0.1-debian-11-r18
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -644,7 +644,7 @@ volumePermissions:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/bitnami-shell
|
||||
tag: 11-debian-11-r74
|
||||
tag: 11-debian-11-r78
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
|
||||
Reference in New Issue
Block a user