From c8265f6ddec4894972094a63e642b0c6ff1192d2 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 10 Oct 2023 03:47:21 +0200 Subject: [PATCH] [bitnami/wildfly] Release 16.0.4 (#19969) * [bitnami/wildfly] Release 16.0.4 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 | 4 ++-- bitnami/wildfly/README.md | 2 +- bitnami/wildfly/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bitnami/wildfly/Chart.yaml b/bitnami/wildfly/Chart.yaml index 0c57cd60e6..f27578bbc6 100644 --- a/bitnami/wildfly/Chart.yaml +++ b/bitnami/wildfly/Chart.yaml @@ -8,7 +8,7 @@ annotations: - name: os-shell image: docker.io/bitnami/os-shell:11-debian-11-r89 - name: wildfly - image: docker.io/bitnami/wildfly:29.0.1-debian-11-r24 + image: docker.io/bitnami/wildfly:29.0.1-debian-11-r26 apiVersion: v2 appVersion: 29.0.1 dependencies: @@ -33,4 +33,4 @@ maintainers: name: wildfly sources: - https://github.com/bitnami/charts/tree/main/bitnami/wildfly -version: 16.0.3 +version: 16.0.4 diff --git a/bitnami/wildfly/README.md b/bitnami/wildfly/README.md index d592b946a5..a627d06d64 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) | `29.0.1-debian-11-r24` | +| `image.tag` | WildFly image tag (immutable tags are recommended) | `29.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 | `[]` | diff --git a/bitnami/wildfly/values.yaml b/bitnami/wildfly/values.yaml index 31005defcb..b94f15bf90 100644 --- a/bitnami/wildfly/values.yaml +++ b/bitnami/wildfly/values.yaml @@ -72,7 +72,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/wildfly - tag: 29.0.1-debian-11-r24 + tag: 29.0.1-debian-11-r26 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'