[bitnami/parse] Global StorageClass as default value (#28078)

This commit is contained in:
Juan Ariza Toledano
2024-07-18 10:27:34 +02:00
committed by GitHub
parent 39e4b8a0c2
commit 4ae4f9bf3c
5 changed files with 33 additions and 26 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 23.2.9 (2024-07-10)
## 23.2.10 (2024-07-16)
* [bitnami/parse] Release 23.2.9 ([#27874](https://github.com/bitnami/charts/pull/27874))
* [bitnami/parse] Global StorageClass as default value ([#28078](https://github.com/bitnami/charts/pull/28078))
## <small>23.2.9 (2024-07-10)</small>
* [bitnami/parse] Release 23.2.9 (#27874) ([f0018fa](https://github.com/bitnami/charts/commit/f0018fa9ae6d9ab6584c617de432ff0e77e78d18)), closes [#27874](https://github.com/bitnami/charts/issues/27874)
## <small>23.2.8 (2024-07-03)</small>

View File

@@ -1,9 +1,9 @@
dependencies:
- name: mongodb
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.6.12
version: 15.6.13
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.20.3
digest: sha256:1e97058fb9e95c7ccd558a597e9ee9ab5fb8eb6b27af9035c61be6fe4a9b6439
generated: "2024-07-03T07:23:03.350402237Z"
version: 2.20.5
digest: sha256:7bab13febfe364f3de21289a47fc7a0f3569d7a56265b42ce201ef6a9c38ae17
generated: "2024-07-16T12:15:56.419397+02:00"

View File

@@ -14,28 +14,28 @@ annotations:
apiVersion: v2
appVersion: 7.2.0
dependencies:
- name: mongodb
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.x.x
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x
- name: mongodb
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.x.x
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x
description: Parse is a platform that enables users to add a scalable and powerful backend to launch a full-featured app for iOS, Android, JavaScript, Windows, Unity, and more.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/parse/img/parse-stack-220x234.png
keywords:
- parse
- backend
- serverless
- platform
- mbaas
- mobile
- parse
- backend
- serverless
- platform
- mbaas
- mobile
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: parse
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/parse
version: 23.2.9
- https://github.com/bitnami/charts/tree/main/bitnami/parse
version: 23.2.10

View File

@@ -131,7 +131,8 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru
| ----------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ |
| `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
##