[bitnami/neo4j] Global StorageClass as default value (#28068)

* [bitnami/neo4j] Global StorageClass as default value

Signed-off-by: juan131 <jariza@vmware.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* chore: update deps

Signed-off-by: juan131 <jariza@vmware.com>

---------

Signed-off-by: juan131 <jariza@vmware.com>
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Juan Ariza Toledano
2024-07-16 16:21:04 +02:00
committed by GitHub
parent be62e70875
commit 9ad4fcfe96
5 changed files with 31 additions and 24 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 0.1.4 (2024-07-09)
## 0.1.5 (2024-07-16)
* [bitnami/neo4j] Release 0.1.4 ([#27862](https://github.com/bitnami/charts/pull/27862))
* [bitnami/neo4j] Global StorageClass as default value ([#28068](https://github.com/bitnami/charts/pull/28068))
## <small>0.1.4 (2024-07-09)</small>
* [bitnami/neo4j] Release 0.1.4 (#27862) ([5b70afc](https://github.com/bitnami/charts/commit/5b70afc341b67b30a8fff8e693ef4cea29217a28)), closes [#27862](https://github.com/bitnami/charts/issues/27862)
## <small>0.1.3 (2024-07-08)</small>

View File

@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.20.3
digest: sha256:569e1c9d81abdcad3891e065c0f23c83786527d2043f2bc68193c43d18886c19
generated: "2024-06-26T15:16:38.123072+02:00"
version: 2.20.5
digest: sha256:5b98791747a148b9d4956b81bb8635f49a0ae831869d700d52e514b8fd1a2445
generated: "2024-07-16T12:14:24.360517+02:00"

View File

@@ -12,27 +12,27 @@ annotations:
apiVersion: v2
appVersion: 5.21.2
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x
description: Neo4j is a high performance graph store with all the features expected of a mature and robust database, like a friendly query language and ACID transactions.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/neo4j/img/neo4j-stack-220x234.png
keywords:
- database
- neo4j
- graph
- graphdb
- graph-database
- nosql
- database
- neo4j
- graph
- graphdb
- graph-database
- nosql
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: neo4j
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/neo4j
- https://github.com/bitnami/containers/tree/main/bitnami/neo4j
- https://github.com/neo4j/neo4j
version: 0.1.4
- https://github.com/bitnami/charts/tree/main/bitnami/neo4j
- https://github.com/bitnami/containers/tree/main/bitnami/neo4j
- https://github.com/neo4j/neo4j
version: 0.1.5

View File

@@ -167,7 +167,8 @@ If you encounter errors when working with persistent volumes, refer to our [trou
| ----------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ |
| `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
##