[bitnami/nats] Global StorageClass as default value (#28067)

This commit is contained in:
Juan Ariza Toledano
2024-07-18 13:09:20 +02:00
committed by GitHub
parent 4e782d5a4c
commit 56560114a9
4 changed files with 21 additions and 14 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 8.2.12 (2024-07-17)
## 8.2.13 (2024-07-18)
* [bitnami/nats] Release 8.2.12 ([#28138](https://github.com/bitnami/charts/pull/28138))
* [bitnami/nats] Global StorageClass as default value ([#28067](https://github.com/bitnami/charts/pull/28067))
## <small>8.2.12 (2024-07-17)</small>
* [bitnami/nats] Release 8.2.12 (#28138) ([e4002d9](https://github.com/bitnami/charts/commit/e4002d94fbe0abe6014f9d7e8984c7f05b05801d)), closes [#28138](https://github.com/bitnami/charts/issues/28138)
## <small>8.2.11 (2024-07-04)</small>

View File

@@ -12,23 +12,23 @@ annotations:
apiVersion: v2
appVersion: 2.10.18
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: NATS is an open source, lightweight and high-performance messaging system. It is ideal for distributed systems and supports modern cloud architectures and pub-sub, request-reply and queuing models.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/nats/img/nats-stack-220x234.png
keywords:
- nats
- messaging
- addressing
- discovery
- nats
- messaging
- addressing
- discovery
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: nats
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/nats
version: 8.2.12
version: 8.2.13

View File

@@ -125,6 +125,7 @@ As an alternative, you can use of the preset configurations for pod affinity, po
| ----------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ |
| `global.imageRegistry` | Global Docker image registry | `""` |
| `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` |
| `global.defaultStorageClass` | Global default StorageClass for Persistent Volume(s) | `""` |
| `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

@@ -8,6 +8,7 @@
## @param global.imageRegistry Global Docker image registry
## @param global.imagePullSecrets Global Docker registry secret names as an array
## @param global.defaultStorageClass Global default StorageClass for Persistent Volume(s)
##
global:
imageRegistry: ""
@@ -16,6 +17,7 @@ global:
## - myRegistryKeySecretName
##
imagePullSecrets: []
defaultStorageClass: ""
## Compatibility adaptations for Kubernetes platforms
##
compatibility: