mirror of
https://github.com/bitnami/charts.git
synced 2026-02-13 06:27:12 +08:00
[bitnami/phpbb] Global StorageClass as default value (#28079)
This commit is contained in:
committed by
GitHub
parent
fa97110d0c
commit
cab3bb8b41
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 19.0.1 (2024-07-16)
|
||||
|
||||
* [bitnami/phpbb] Global StorageClass as default value ([#28079](https://github.com/bitnami/charts/pull/28079))
|
||||
|
||||
## 19.0.0 (2024-07-12)
|
||||
|
||||
* [bitnami/phpbb] chore!: :arrow_up: :boom: Update mariadb to 11.4 ([#27929](https://github.com/bitnami/charts/pull/27929))
|
||||
* [bitnami/phpbb] chore!: :arrow_up: :boom: Update mariadb to 11.4 (#27929) ([72a6347](https://github.com/bitnami/charts/commit/72a63477d7342a93ff073e9d32efffa49a3269a9)), closes [#27929](https://github.com/bitnami/charts/issues/27929)
|
||||
|
||||
## <small>18.2.8 (2024-07-03)</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-12T11:21:03.469566836+02:00"
|
||||
version: 2.20.5
|
||||
digest: sha256:be8d03838bd3ebd1edb44f0dccefcc1741d45d8643c49e2437fc0d87898a135f
|
||||
generated: "2024-07-16T12:16:06.843909+02:00"
|
||||
|
||||
@@ -14,27 +14,27 @@ annotations:
|
||||
apiVersion: v2
|
||||
appVersion: 3.3.12
|
||||
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: phpBB is a popular bulletin board that features robust messaging capabilities such as flat message structure, subforums, topic split/merge/lock, user groups, full-text search, and attachments.
|
||||
home: https://bitnami.com
|
||||
icon: https://bitnami.com/assets/stacks/phpbb/img/phpbb-stack-220x234.png
|
||||
keywords:
|
||||
- phpbb
|
||||
- forum
|
||||
- http
|
||||
- php
|
||||
- phpbb
|
||||
- forum
|
||||
- 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: phpbb
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/phpbb
|
||||
version: 19.0.0
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/phpbb
|
||||
version: 19.0.1
|
||||
|
||||
@@ -123,7 +123,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
|
||||
|
||||
@@ -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
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user