mirror of
https://github.com/bitnami/charts.git
synced 2026-08-09 12:55:41 +08:00
bitnami/neo4j Fix neo4j persistent existing claim (#34369)
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 0.4.7 (2025-06-09)
|
||||
## 0.4.8 (2025-06-13)
|
||||
|
||||
* [bitnami/neo4j] :zap: :arrow_up: Update dependency references ([#34279](https://github.com/bitnami/charts/pull/34279))
|
||||
* bitnami/neo4j Fix neo4j persistent existing claim ([#34369](https://github.com/bitnami/charts/pull/34369))
|
||||
|
||||
## <small>0.4.7 (2025-06-09)</small>
|
||||
|
||||
* [bitnami/neo4j] :zap: :arrow_up: Update dependency references (#34279) ([7b134e1](https://github.com/bitnami/charts/commit/7b134e1683a08c557a1bb2c3c8d690f3b51a1269)), closes [#34279](https://github.com/bitnami/charts/issues/34279)
|
||||
|
||||
## <small>0.4.6 (2025-06-09)</small>
|
||||
|
||||
|
||||
@@ -37,4 +37,4 @@ 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.4.7
|
||||
version: 0.4.8
|
||||
|
||||
@@ -310,7 +310,7 @@ spec:
|
||||
{{- if .Values.extraVolumes }}
|
||||
{{- include "common.tplvalues.render" (dict "value" .Values.extraVolumes "context" $) | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- if .Values.persistence.enabled }}
|
||||
{{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) }}
|
||||
volumeClaimTemplates:
|
||||
- apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
|
||||
Reference in New Issue
Block a user