[bitnami/redmine] Global StorageClass as default value (#28091)

This commit is contained in:
Juan Ariza Toledano
2024-07-18 10:27:14 +02:00
committed by GitHub
parent 638cb6e030
commit 2771982ba0
5 changed files with 39 additions and 32 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 29.0.0 (2024-07-12)
## 29.0.1 (2024-07-16)
* [bitnami/redmine] chore!: :arrow_up: :boom: Update mariadb to 11.4 ([#27936](https://github.com/bitnami/charts/pull/27936))
* [bitnami/redmine] Global StorageClass as default value ([#28091](https://github.com/bitnami/charts/pull/28091))
## 29.0.0 (2024-07-13)
* [bitnami/redmine] chore!: :arrow_up: :boom: Update mariadb to 11.4 (#27936) ([82701c8](https://github.com/bitnami/charts/commit/82701c851f09497545d061ec73d5f07ac332e719)), closes [#27936](https://github.com/bitnami/charts/issues/27936)
## <small>28.2.7 (2024-07-03)</small>

View File

@@ -7,6 +7,6 @@ dependencies:
version: 19.0.0
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.20.4
digest: sha256:1704baeddfef615ff77488782a03ee236560371161a5d45cce742af94c172b5c
generated: "2024-07-12T11:57:05.47573549+02:00"
version: 2.20.5
digest: sha256:02ed623ad70f72f2da94331bd62d98e0336a5ad85f124c7a04d28bac5826a4c5
generated: "2024-07-16T12:17:58.50068+02:00"

View File

@@ -12,35 +12,35 @@ annotations:
apiVersion: v2
appVersion: 5.1.3
dependencies:
- condition: postgresql.enabled
name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.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
- condition: postgresql.enabled
name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.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: Redmine is an open source management application. It includes a tracking issue system, Gantt charts for a visual view of projects and deadlines, and supports SCM integration for version control.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/redmine/img/redmine-stack-220x234.png
keywords:
- redmine
- project management
- www
- http
- web
- application
- ruby
- rails
- redmine
- project management
- www
- http
- web
- application
- ruby
- rails
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: redmine
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/redmine
version: 29.0.0
- https://github.com/bitnami/charts/tree/main/bitnami/redmine
version: 29.0.1

View File

@@ -238,7 +238,8 @@ helm install test --set persistence.existingClaim=PVC_REDMINE,mariadb.persistenc
| ----------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ |
| `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
##