[bitnami/magento] Global StorageClass as default value (#28049)

This commit is contained in:
Juan Ariza Toledano
2024-07-16 13:32:19 +02:00
committed by GitHub
parent cab3bb8b41
commit b70a1ccb31
5 changed files with 38 additions and 31 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 28.0.0 (2024-07-12)
## 28.0.1 (2024-07-16)
* [bitnami/magento] chore!: :arrow_up: :boom: Update mariadb to 11.4 ([#27928](https://github.com/bitnami/charts/pull/27928))
* [bitnami/magento] Global StorageClass as default value ([#28049](https://github.com/bitnami/charts/pull/28049))
## 28.0.0 (2024-07-13)
* [bitnami/magento] chore!: :arrow_up: :boom: Update mariadb to 11.4 (#27928) ([0ee23ef](https://github.com/bitnami/charts/commit/0ee23ef40024a769da066da282c8b54e6df3f732)), closes [#27928](https://github.com/bitnami/charts/issues/27928)
## <small>27.2.8 (2024-06-28)</small>

View File

@@ -7,6 +7,6 @@ dependencies:
version: 21.3.1
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.20.4
digest: sha256:3230eef04c8cd735bfaba6e7e2e8fe605d01b90e9f7590fdd09a977742131df2
generated: "2024-07-12T11:17:35.163862397+02:00"
version: 2.20.5
digest: sha256:b8f3c4b495e1a1cb3686c9630f21d31e495c7ca02f209727ceeeea6685eb749c
generated: "2024-07-16T12:11:19.453539+02:00"

View File

@@ -18,34 +18,34 @@ annotations:
apiVersion: v2
appVersion: 2.4.7
dependencies:
- condition: mariadb.enabled
name: mariadb
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- magento-database
version: 19.x.x
- condition: elasticsearch.enabled
name: elasticsearch
repository: oci://registry-1.docker.io/bitnamicharts
version: 21.x.x
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x
- condition: mariadb.enabled
name: mariadb
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- magento-database
version: 19.x.x
- condition: elasticsearch.enabled
name: elasticsearch
repository: oci://registry-1.docker.io/bitnamicharts
version: 21.x.x
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x
description: Magento is a powerful open source e-commerce platform. With easy customizations and rich features, it allows retailers to grow their online businesses in a cost-effective way.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/magento/img/magento-stack-220x234.png
keywords:
- magento
- e-commerce
- http
- web
- php
- magento
- e-commerce
- http
- web
- php
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: magento
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/magento
version: 28.0.0
- https://github.com/bitnami/charts/tree/main/bitnami/magento
version: 28.0.1

View File

@@ -269,7 +269,8 @@ See the [Parameters](#parameters) section to configure the PVC or to disable per
| ----------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ |
| `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

@@ -8,7 +8,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: ""
@@ -17,6 +18,7 @@ global:
## - myRegistryKeySecretName
##
imagePullSecrets: []
defaultStorageClass: ""
storageClass: ""
## Compatibility adaptations for Kubernetes platforms
##