[bitnami/wildfly] Release 20.2.10 (#28144)

* [bitnami/wildfly] Release 20.2.10 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2024-07-17 20:24:03 +02:00
committed by GitHub
parent e364bc2f55
commit 4351edb6e7
3 changed files with 25 additions and 21 deletions

View File

@@ -1,8 +1,12 @@
# Changelog # Changelog
## 20.2.9 (2024-07-16) ## 20.2.10 (2024-07-17)
* [bitnami/wildfly] Global StorageClass as default value ([#28109](https://github.com/bitnami/charts/pull/28109)) * [bitnami/wildfly] Release 20.2.10 ([#28144](https://github.com/bitnami/charts/pull/28144))
## <small>20.2.9 (2024-07-16)</small>
* [bitnami/wildfly] Global StorageClass as default value (#28109) ([e16eb2e](https://github.com/bitnami/charts/commit/e16eb2e59072f78e10c18284fc2c87f02714ce3d)), closes [#28109](https://github.com/bitnami/charts/issues/28109)
## <small>20.2.8 (2024-07-03)</small> ## <small>20.2.8 (2024-07-03)</small>

View File

@@ -6,31 +6,31 @@ annotations:
licenses: Apache-2.0 licenses: Apache-2.0
images: | images: |
- name: os-shell - name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r24 image: docker.io/bitnami/os-shell:12-debian-12-r25
- name: wildfly - name: wildfly
image: docker.io/bitnami/wildfly:32.0.1-debian-12-r1 image: docker.io/bitnami/wildfly:32.0.1-debian-12-r2
apiVersion: v2 apiVersion: v2
appVersion: 32.0.1 appVersion: 32.0.1
dependencies: dependencies:
- name: common - name: common
repository: oci://registry-1.docker.io/bitnamicharts repository: oci://registry-1.docker.io/bitnamicharts
tags: tags:
- bitnami-common - bitnami-common
version: 2.x.x version: 2.x.x
description: Wildfly is a lightweight, open source application server, formerly known as JBoss, that implements the latest enterprise Java standards. description: Wildfly is a lightweight, open source application server, formerly known as JBoss, that implements the latest enterprise Java standards.
home: https://bitnami.com home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/wildfly/img/wildfly-stack-220x234.png icon: https://bitnami.com/assets/stacks/wildfly/img/wildfly-stack-220x234.png
keywords: keywords:
- wildfly - wildfly
- java - java
- http - http
- web - web
- application server - application server
- jsp - jsp
maintainers: maintainers:
- name: Broadcom, Inc. All Rights Reserved. - name: Broadcom, Inc. All Rights Reserved.
url: https://github.com/bitnami/charts url: https://github.com/bitnami/charts
name: wildfly name: wildfly
sources: sources:
- https://github.com/bitnami/charts/tree/main/bitnami/wildfly - https://github.com/bitnami/charts/tree/main/bitnami/wildfly
version: 20.2.9 version: 20.2.10

View File

@@ -81,7 +81,7 @@ diagnosticMode:
image: image:
registry: docker.io registry: docker.io
repository: bitnami/wildfly repository: bitnami/wildfly
tag: 32.0.1-debian-12-r1 tag: 32.0.1-debian-12-r2
digest: "" digest: ""
## Specify a imagePullPolicy ## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -764,7 +764,7 @@ volumePermissions:
image: image:
registry: docker.io registry: docker.io
repository: bitnami/os-shell repository: bitnami/os-shell
tag: 12-debian-12-r24 tag: 12-debian-12-r25
digest: "" digest: ""
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets. ## Optionally specify an array of imagePullSecrets.