diff --git a/bitnami/nats/CHANGELOG.md b/bitnami/nats/CHANGELOG.md index f1d14dd3c5..e721273f2a 100644 --- a/bitnami/nats/CHANGELOG.md +++ b/bitnami/nats/CHANGELOG.md @@ -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)) + +## 8.2.12 (2024-07-17) + +* [bitnami/nats] Release 8.2.12 (#28138) ([e4002d9](https://github.com/bitnami/charts/commit/e4002d94fbe0abe6014f9d7e8984c7f05b05801d)), closes [#28138](https://github.com/bitnami/charts/issues/28138) ## 8.2.11 (2024-07-04) diff --git a/bitnami/nats/Chart.yaml b/bitnami/nats/Chart.yaml index 9e04689726..802a0889dc 100644 --- a/bitnami/nats/Chart.yaml +++ b/bitnami/nats/Chart.yaml @@ -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 diff --git a/bitnami/nats/README.md b/bitnami/nats/README.md index ca8d4ad842..c8e0705b3a 100644 --- a/bitnami/nats/README.md +++ b/bitnami/nats/README.md @@ -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 diff --git a/bitnami/nats/values.yaml b/bitnami/nats/values.yaml index d455f98607..3775d9bdc9 100644 --- a/bitnami/nats/values.yaml +++ b/bitnami/nats/values.yaml @@ -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: