mirror of
https://github.com/bitnami/charts.git
synced 2026-03-06 06:58:50 +08:00
[bitnami/joomla] Global StorageClass as default value (#28036)
This commit is contained in:
committed by
GitHub
parent
4decca8eb9
commit
24009106ce
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 20.0.1 (2024-07-16)
|
||||
|
||||
* [bitnami/joomla] Global StorageClass as default value ([#28036](https://github.com/bitnami/charts/pull/28036))
|
||||
|
||||
## 20.0.0 (2024-07-12)
|
||||
|
||||
* [bitnami/joomla] chore!: :arrow_up: :boom: Update mariadb to 11.4 ([#27940](https://github.com/bitnami/charts/pull/27940))
|
||||
* [bitnami/joomla] chore!: :arrow_up: :boom: Update mariadb to 11.4 (#27940) ([c85169d](https://github.com/bitnami/charts/commit/c85169dad6bf34916d2c1c0953ff1fc1c1cb6c3c)), closes [#27940](https://github.com/bitnami/charts/issues/27940)
|
||||
|
||||
## <small>19.2.7 (2024-07-09)</small>
|
||||
|
||||
|
||||
@@ -4,6 +4,6 @@ dependencies:
|
||||
version: 19.0.0
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.20.4
|
||||
digest: sha256:b15a896cb6fe528b3a9dab85a74e69e045ff903c5afb62e9868488e93c039d4e
|
||||
generated: "2024-07-12T12:02:48.464355201+02:00"
|
||||
version: 2.20.5
|
||||
digest: sha256:be8d03838bd3ebd1edb44f0dccefcc1741d45d8643c49e2437fc0d87898a135f
|
||||
generated: "2024-07-16T12:09:01.512453+02:00"
|
||||
|
||||
@@ -12,28 +12,28 @@ annotations:
|
||||
apiVersion: v2
|
||||
appVersion: 5.1.2
|
||||
dependencies:
|
||||
- condition: mariadb.enabled
|
||||
name: mariadb
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 19.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
|
||||
version: 19.x.x
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
tags:
|
||||
- bitnami-common
|
||||
version: 2.x.x
|
||||
description: Joomla! is an award winning open source CMS platform for building websites and applications. It includes page caching, page compression and Let's Encrypt auto-configuration support.
|
||||
home: https://bitnami.com
|
||||
icon: https://bitnami.com/assets/stacks/joomla/img/joomla-stack-220x234.png
|
||||
keywords:
|
||||
- joomla
|
||||
- cms
|
||||
- blog
|
||||
- http
|
||||
- php
|
||||
- joomla
|
||||
- cms
|
||||
- blog
|
||||
- http
|
||||
- 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: joomla
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/joomla
|
||||
version: 20.0.0
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/joomla
|
||||
version: 20.0.1
|
||||
|
||||
@@ -129,7 +129,8 @@ You may want to review the [PV reclaim policy](https://kubernetes.io/docs/tasks/
|
||||
| ----------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ |
|
||||
| `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
|
||||
|
||||
@@ -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
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user