mirror of
https://github.com/bitnami/charts.git
synced 2026-03-15 14:57:16 +08:00
[bitnami/odoo] Global StorageClass as default value (#28074)
This commit is contained in:
committed by
GitHub
parent
a71c989e88
commit
4e782d5a4c
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 26.2.10 (2024-07-05)
|
||||
## 26.2.11 (2024-07-16)
|
||||
|
||||
* [bitnami/odoo] Release 26.2.10 ([#27808](https://github.com/bitnami/charts/pull/27808))
|
||||
* [bitnami/odoo] Global StorageClass as default value ([#28074](https://github.com/bitnami/charts/pull/28074))
|
||||
|
||||
## <small>26.2.10 (2024-07-05)</small>
|
||||
|
||||
* [bitnami/odoo] Release 26.2.10 (#27808) ([af8d109](https://github.com/bitnami/charts/commit/af8d10963794ed10c9237f678f5bd915b0eaaa8d)), closes [#27808](https://github.com/bitnami/charts/issues/27808)
|
||||
|
||||
## <small>26.2.9 (2024-07-02)</small>
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
dependencies:
|
||||
- name: postgresql
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 15.5.13
|
||||
version: 15.5.16
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.20.3
|
||||
digest: sha256:6067e0f3ecbdf7224437a32b59cdcc4bea05b496015cd37d55975fdff7e93a82
|
||||
generated: "2024-07-05T07:54:07.37899671Z"
|
||||
version: 2.20.5
|
||||
digest: sha256:30f7d33e4d16133de8f39c7ff6664a2e0ddc2f2d7ef8bfa5b4f91790514cd356
|
||||
generated: "2024-07-16T12:15:21.524964+02:00"
|
||||
|
||||
@@ -10,28 +10,28 @@ annotations:
|
||||
apiVersion: v2
|
||||
appVersion: 17.0.20240705
|
||||
dependencies:
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
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
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
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: Odoo is an open source ERP and CRM platform, formerly known as OpenERP, that can connect a wide variety of business operations such as sales, supply chain, finance, and project management.
|
||||
home: https://bitnami.com
|
||||
icon: https://bitnami.com/assets/stacks/odoo/img/odoo-stack-220x234.png
|
||||
keywords:
|
||||
- odoo
|
||||
- crm
|
||||
- www
|
||||
- http
|
||||
- web
|
||||
- odoo
|
||||
- crm
|
||||
- www
|
||||
- http
|
||||
- web
|
||||
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: odoo
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/odoo
|
||||
version: 26.2.10
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/odoo
|
||||
version: 26.2.11
|
||||
|
||||
@@ -114,7 +114,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) | `disabled` |
|
||||
|
||||
### 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