From b18c851fa42fd033519dbccd5b924434dbef9a53 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 1 Feb 2023 07:30:28 +0100 Subject: [PATCH] [bitnami/wildfly] Release 14.1.3 (#14697) * [bitnami/wildfly] Release 14.1.3 updating components versions Signed-off-by: Bitnami Containers * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/wildfly/Chart.yaml | 2 +- bitnami/wildfly/README.md | 6 +++--- bitnami/wildfly/values.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bitnami/wildfly/Chart.yaml b/bitnami/wildfly/Chart.yaml index 0c33c2d562..75d8abc9c8 100644 --- a/bitnami/wildfly/Chart.yaml +++ b/bitnami/wildfly/Chart.yaml @@ -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 diff --git a/bitnami/wildfly/README.md b/bitnami/wildfly/README.md index 9fdba6c9be..8813f83b61 100644 --- a/bitnami/wildfly/README.md +++ b/bitnami/wildfly/README.md @@ -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 | `[]` | diff --git a/bitnami/wildfly/values.yaml b/bitnami/wildfly/values.yaml index 07c58f9e6f..77e4c5a0d6 100644 --- a/bitnami/wildfly/values.yaml +++ b/bitnami/wildfly/values.yaml @@ -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.