[bitnami/zookeeper] Global StorageClass as default value (#28111)

* [bitnami/zookeeper] 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:
Juan Ariza Toledano
2024-07-16 15:54:54 +02:00
committed by GitHub
parent 2c255d1fa8
commit 101d9b9437
5 changed files with 24 additions and 17 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 13.4.7 (2024-07-11)
## 13.4.8 (2024-07-16)
* [bitnami/zookeeper] Bump patch version ([#27895](https://github.com/bitnami/charts/pull/27895))
* [bitnami/zookeeper] Global StorageClass as default value ([#28111](https://github.com/bitnami/charts/pull/28111))
## <small>13.4.7 (2024-07-11)</small>
* [bitnami/zookeeper] Bump patch version (#27895) ([8cf2526](https://github.com/bitnami/charts/commit/8cf2526d81c0010e69e9c19b7739ec86531f8d2e)), closes [#27895](https://github.com/bitnami/charts/issues/27895)
## <small>13.4.6 (2024-07-03)</small>

View File

@@ -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:07:53.590817603Z"
version: 2.20.5
digest: sha256:5b98791747a148b9d4956b81bb8635f49a0ae831869d700d52e514b8fd1a2445
generated: "2024-07-16T12:20:43.243991+02:00"

View File

@@ -12,20 +12,20 @@ annotations:
apiVersion: v2
appVersion: 3.9.2
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: Apache ZooKeeper provides a reliable, centralized register of configuration data and services for distributed applications.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/zookeeper/img/zookeeper-stack-220x234.png
keywords:
- zookeeper
- zookeeper
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: zookeeper
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/zookeeper
version: 13.4.7
- https://github.com/bitnami/charts/tree/main/bitnami/zookeeper
version: 13.4.8

View File

@@ -139,7 +139,8 @@ As an alternative, you can use any of the preset configurations for pod affinity
| ----------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ |
| `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) | `auto` |
### Common parameters

View File

@@ -9,7 +9,8 @@
## @param global.imageRegistry Global Docker image registry
## @param global.imagePullSecrets 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: ""
@@ -18,6 +19,7 @@ global:
## - myRegistryKeySecretName
##
imagePullSecrets: []
defaultStorageClass: ""
storageClass: ""
## Compatibility adaptations for Kubernetes platforms
##