mirror of
https://github.com/bitnami/charts.git
synced 2026-03-07 08:07:55 +08:00
[bitnami/wildfly] Global StorageClass as default value (#28109)
* [bitnami/wildfly] Global StorageClass as default value Signed-off-by: juan131 <jariza@vmware.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * chore: update deps Signed-off-by: juan131 <jariza@vmware.com> --------- Signed-off-by: juan131 <jariza@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
committed by
GitHub
parent
de15c46ceb
commit
e16eb2e590
@@ -1,8 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## 20.2.8 (2024-07-03)
|
||||
## 20.2.9 (2024-07-16)
|
||||
|
||||
* [bitnami/wildfly] Release 20.2.8 ([#27726](https://github.com/bitnami/charts/pull/27726))
|
||||
* [bitnami/wildfly] Global StorageClass as default value ([#28109](https://github.com/bitnami/charts/pull/28109))
|
||||
|
||||
## <small>20.2.8 (2024-07-03)</small>
|
||||
|
||||
* [bitnami/*] Update README changing TAC wording (#27530) ([52dfed6](https://github.com/bitnami/charts/commit/52dfed6bac44d791efabfaf06f15daddc4fefb0c)), closes [#27530](https://github.com/bitnami/charts/issues/27530)
|
||||
* [bitnami/wildfly] Release 20.2.8 (#27726) ([17a30c5](https://github.com/bitnami/charts/commit/17a30c59552838abdb0b2d9862cb4b582f164d7b)), closes [#27726](https://github.com/bitnami/charts/issues/27726)
|
||||
|
||||
## <small>20.2.7 (2024-06-18)</small>
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.20.3
|
||||
digest: sha256:569e1c9d81abdcad3891e065c0f23c83786527d2043f2bc68193c43d18886c19
|
||||
generated: "2024-06-18T13:04:51.465146189Z"
|
||||
version: 2.20.5
|
||||
digest: sha256:5b98791747a148b9d4956b81bb8635f49a0ae831869d700d52e514b8fd1a2445
|
||||
generated: "2024-07-16T12:20:27.828407+02:00"
|
||||
|
||||
@@ -12,25 +12,25 @@ annotations:
|
||||
apiVersion: v2
|
||||
appVersion: 32.0.1
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
tags:
|
||||
- bitnami-common
|
||||
version: 2.x.x
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
tags:
|
||||
- bitnami-common
|
||||
version: 2.x.x
|
||||
description: Wildfly is a lightweight, open source application server, formerly known as JBoss, that implements the latest enterprise Java standards.
|
||||
home: https://bitnami.com
|
||||
icon: https://bitnami.com/assets/stacks/wildfly/img/wildfly-stack-220x234.png
|
||||
keywords:
|
||||
- wildfly
|
||||
- java
|
||||
- http
|
||||
- web
|
||||
- application server
|
||||
- jsp
|
||||
- wildfly
|
||||
- java
|
||||
- http
|
||||
- web
|
||||
- application server
|
||||
- jsp
|
||||
maintainers:
|
||||
- name: Broadcom, Inc. All Rights Reserved.
|
||||
url: https://github.com/bitnami/charts
|
||||
- name: Broadcom, Inc. All Rights Reserved.
|
||||
url: https://github.com/bitnami/charts
|
||||
name: wildfly
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/wildfly
|
||||
version: 20.2.8
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/wildfly
|
||||
version: 20.2.9
|
||||
|
||||
@@ -141,7 +141,8 @@ As an alternative, use one of the preset configurations for pod affinity, pod an
|
||||
| ----------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- |
|
||||
| `global.imageRegistry` | Global Docker image registry | `""` |
|
||||
| `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` |
|
||||
| `global.storageClass` | Global StorageClass for Persistent Volume(s) | `""` |
|
||||
| `global.defaultStorageClass` | Global default StorageClass for Persistent Volume(s) | `""` |
|
||||
| `global.storageClass` | DEPRECATED: use global.defaultStorageClass instead | `""` |
|
||||
| `global.compatibility.openshift.adaptSecurityContext` | Adapt the securityContext sections of the deployment to make them compatible with Openshift restricted-v2 SCC: remove runAsUser, runAsGroup and fsGroup and let the platform use their allowed default IDs. Possible values: auto (apply if the detected running cluster is Openshift), force (perform the adaptation always), disabled (do not perform adaptation) | `disabled` |
|
||||
|
||||
### Common parameters
|
||||
|
||||
@@ -8,7 +8,8 @@
|
||||
|
||||
## @param global.imageRegistry Global Docker image registry
|
||||
## @param global.imagePullSecrets [array] Global Docker registry secret names as an array
|
||||
## @param global.storageClass Global StorageClass for Persistent Volume(s)
|
||||
## @param global.defaultStorageClass Global default StorageClass for Persistent Volume(s)
|
||||
## @param global.storageClass DEPRECATED: use global.defaultStorageClass instead
|
||||
##
|
||||
global:
|
||||
imageRegistry: ""
|
||||
@@ -17,6 +18,7 @@ global:
|
||||
## - myRegistryKeySecretName
|
||||
##
|
||||
imagePullSecrets: []
|
||||
defaultStorageClass: ""
|
||||
storageClass: ""
|
||||
## Compatibility adaptations for Kubernetes platforms
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user