bitnami/neo4j Fix neo4j persistent existing claim (#34369)

This commit is contained in:
Douglas Chimento
2025-06-13 12:19:21 +02:00
committed by GitHub
parent a796ba862c
commit 3bcbf62b3e
3 changed files with 8 additions and 4 deletions
+6 -2
View File
@@ -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>
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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