[bitnami/wildfly] Release 14.0.0 (#13510)

* [bitnami/wildfly] Release 14.0.0 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>

* Update initContainer to build war from wildfly/quickstart/helloworld

Signed-off-by: Gonzalo Gomez Gracia <gonzalog@vmware.com>

* Feedback

Signed-off-by: Gonzalo Gomez Gracia <gonzalog@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Signed-off-by: Gonzalo Gomez Gracia <gonzalog@vmware.com>
Co-authored-by: Gonzalo Gomez Gracia <gonzalog@vmware.com>
This commit is contained in:
Bitnami Bot
2022-11-16 10:26:57 +01:00
committed by GitHub
parent 9682c45dc2
commit d68efac64f
6 changed files with 17 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
annotations:
category: ApplicationServer
apiVersion: v2
appVersion: 26.1.2
appVersion: 27.0.0
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
@@ -26,4 +26,4 @@ name: wildfly
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/wildfly
- http://wildfly.org
version: 13.5.8
version: 14.0.0

View File

@@ -82,15 +82,15 @@ The command removes all the Kubernetes components associated with the chart and
### WildFly Image parameters
| Name | Description | Value |
| ------------------- | ------------------------------------------------------------------------------------------------------- | ---------------------- |
| `image.registry` | WildFly image registry | `docker.io` |
| `image.repository` | WildFly image repository | `bitnami/wildfly` |
| `image.tag` | WildFly image tag (immutable tags are recommended) | `26.1.2-debian-11-r24` |
| `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 | `[]` |
| `image.debug` | Enable image debug mode | `false` |
| Name | Description | Value |
| ------------------- | ------------------------------------------------------------------------------------------------------- | --------------------- |
| `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.0-debian-11-r0` |
| `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 | `[]` |
| `image.debug` | Enable image debug mode | `false` |
### WildFly Configuration parameters
@@ -220,7 +220,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-r49` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r51` |
| `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 | `[]` |

View File

@@ -69,7 +69,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/wildfly
tag: 26.1.2-debian-11-r24
tag: 27.0.0-debian-11-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -635,7 +635,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/bitnami-shell
tag: 11-debian-11-r49
tag: 11-debian-11-r51
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.