mirror of
https://github.com/bitnami/charts.git
synced 2026-03-05 14:57:31 +08:00
[bitnami/wildfly] Release 15.1.7 (#18728)
* [bitnami/wildfly] Release 15.1.7 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:
@@ -6,9 +6,9 @@ annotations:
|
||||
licenses: Apache-2.0
|
||||
images: |
|
||||
- name: os-shell
|
||||
image: docker.io/bitnami/os-shell:11-debian-11-r40
|
||||
image: docker.io/bitnami/os-shell:11-debian-11-r43
|
||||
- name: wildfly
|
||||
image: docker.io/bitnami/wildfly:28.0.1-debian-11-r74
|
||||
image: docker.io/bitnami/wildfly:28.0.1-debian-11-r77
|
||||
apiVersion: v2
|
||||
appVersion: 28.0.1
|
||||
dependencies:
|
||||
@@ -33,4 +33,4 @@ maintainers:
|
||||
name: wildfly
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/wildfly
|
||||
version: 15.1.6
|
||||
version: 15.1.7
|
||||
|
||||
@@ -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) | `28.0.1-debian-11-r74` |
|
||||
| `image.tag` | WildFly image tag (immutable tags are recommended) | `28.0.1-debian-11-r77` |
|
||||
| `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 | `[]` |
|
||||
@@ -215,7 +215,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` | OS Shell + Utility image registry | `docker.io` |
|
||||
| `volumePermissions.image.repository` | OS Shell + Utility image repository | `bitnami/os-shell` |
|
||||
| `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r40` |
|
||||
| `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r43` |
|
||||
| `volumePermissions.image.digest` | OS Shell + Utility image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `volumePermissions.image.pullPolicy` | OS Shell + Utility image pull policy | `IfNotPresent` |
|
||||
| `volumePermissions.image.pullSecrets` | OS Shell + Utility image pull secrets | `[]` |
|
||||
|
||||
@@ -72,7 +72,7 @@ diagnosticMode:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/wildfly
|
||||
tag: 28.0.1-debian-11-r74
|
||||
tag: 28.0.1-debian-11-r77
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -647,7 +647,7 @@ volumePermissions:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/os-shell
|
||||
tag: 11-debian-11-r40
|
||||
tag: 11-debian-11-r43
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
|
||||
Reference in New Issue
Block a user