From 5aaf2b45b37cc1b574163b3976ef784280a756be Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 1 Mar 2023 12:27:38 +0100 Subject: [PATCH] [bitnami/wildfly] Release 14.2.1 (#15256) * [bitnami/wildfly] Release 14.2.1 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 | 4 ++-- bitnami/wildfly/values.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bitnami/wildfly/Chart.yaml b/bitnami/wildfly/Chart.yaml index ba23994bcd..4cd4f08ad7 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.2.0 +version: 14.2.1 diff --git a/bitnami/wildfly/README.md b/bitnami/wildfly/README.md index 0d1d6f6820..c7be6a7b40 100644 --- a/bitnami/wildfly/README.md +++ b/bitnami/wildfly/README.md @@ -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) | `27.0.1-debian-11-r23` | +| `image.tag` | WildFly image tag (immutable tags are recommended) | `27.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 | `[]` | @@ -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` | 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-r86` | +| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r90` | | `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 1383db1b5a..09f2179928 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-r23 + tag: 27.0.1-debian-11-r26 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-r86 + tag: 11-debian-11-r90 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.