Skip to content

Commit b5982cb

Browse files
author
Bitnami Bot
authored
[bitnami/wildfly] Release 23.0.5 (#32450)
* [bitnami/wildfly] Release 23.0.5 updating components versions Signed-off-by: Bitnami Containers <[email protected]> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <[email protected]> --------- Signed-off-by: Bitnami Containers <[email protected]>
1 parent 8739ad6 commit b5982cb

File tree

4 files changed

+15
-11
lines changed

4 files changed

+15
-11
lines changed

bitnami/wildfly/CHANGELOG.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changelog
22

3-
## 23.0.4 (2025-02-11)
3+
## 23.0.5 (2025-03-13)
44

5-
* [bitnami/wildfly] Release 23.0.4 ([#31876](https://github.com/bitnami/charts/pull/31876))
5+
* [bitnami/wildfly] Release 23.0.5 ([#32450](https://github.com/bitnami/charts/pull/32450))
6+
7+
## <small>23.0.4 (2025-02-11)</small>
8+
9+
* [bitnami/wildfly] Release 23.0.4 (#31876) ([236072d](https://github.com/bitnami/charts/commit/236072d28bfeddd496ede9cd78aa62ed1bbedb99)), closes [#31876](https://github.com/bitnami/charts/issues/31876)
610

711
## <small>23.0.3 (2025-02-06)</small>
812

@@ -1104,7 +1108,7 @@
11041108
## <small>2.2.3 (2019-05-29)</small>
11051109

11061110
* Change syntax because of linter failing ([adfc357](https://github.com/bitnami/charts/commit/adfc35728c2a8a9def9e1897b3772d64df621354))
1107-
* Fix https://github.com/helm/charts/pull/14199\#issuecomment-496883321 and support _sha256_ as an imm ([95957ea](https://github.com/bitnami/charts/commit/95957ea6430f28ec3593053afb0bfccb75703c79)), closes [#issuecomment-496883321](https://github.com/bitnami/charts/issues/issuecomment-496883321)
1111+
* Fix https://github.com/helm/charts/pull/14199\#issuecomment-496883321 and support _sha256_ as an imm ([95957ea](https://github.com/bitnami/charts/commit/95957ea6430f28ec3593053afb0bfccb75703c79))
11081112
* Use immutable tags in the main images ([17ca4f5](https://github.com/bitnami/charts/commit/17ca4f5c91da33da03f9e2d411fe5e004e825c4d))
11091113

11101114
## <small>2.2.2 (2019-05-28)</small>

bitnami/wildfly/Chart.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: common
33
repository: oci://registry-1.docker.io/bitnamicharts
4-
version: 2.29.1
5-
digest: sha256:0d3abbd4a9bdc95c1a5f504d253e347f723d9565222939020973dd3c4e1dd1f4
6-
generated: "2025-01-28T16:36:35.340190137Z"
4+
version: 2.30.0
5+
digest: sha256:46afdf79eae69065904d430f03f7e5b79a148afed20aa45ee83ba88adc036169
6+
generated: "2025-03-13T21:54:46.032148126Z"

bitnami/wildfly/Chart.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ annotations:
77
licenses: Apache-2.0
88
images: |
99
- name: os-shell
10-
image: docker.io/bitnami/os-shell:12-debian-12-r37
10+
image: docker.io/bitnami/os-shell:12-debian-12-r39
1111
- name: wildfly
12-
image: docker.io/bitnami/wildfly:35.0.1-debian-12-r2
12+
image: docker.io/bitnami/wildfly:35.0.1-debian-12-r4
1313
apiVersion: v2
1414
appVersion: 35.0.1
1515
dependencies:
@@ -34,4 +34,4 @@ maintainers:
3434
name: wildfly
3535
sources:
3636
- https://github.com/bitnami/charts/tree/main/bitnami/wildfly
37-
version: 23.0.4
37+
version: 23.0.5

bitnami/wildfly/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ diagnosticMode:
8686
image:
8787
registry: docker.io
8888
repository: bitnami/wildfly
89-
tag: 35.0.1-debian-12-r2
89+
tag: 35.0.1-debian-12-r4
9090
digest: ""
9191
## Specify a imagePullPolicy
9292
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
@@ -768,7 +768,7 @@ volumePermissions:
768768
image:
769769
registry: docker.io
770770
repository: bitnami/os-shell
771-
tag: 12-debian-12-r37
771+
tag: 12-debian-12-r39
772772
digest: ""
773773
pullPolicy: IfNotPresent
774774
## Optionally specify an array of imagePullSecrets.

0 commit comments

Comments
 (0)