Skip to content

Commit

Permalink
[bitnami/neo4j] fix: add apiVersion and kind to volumeClaimTemplates (b…
Browse files Browse the repository at this point in the history
…itnami#29361)

* fix: add apiVersion and kind to volumeClaimTemplates

Signed-off-by: Abdullah Alaqeel <[email protected]>
Signed-off-by: Abdullah Alaqeel <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

---------

Signed-off-by: Abdullah Alaqeel <[email protected]>
Signed-off-by: Abdullah Alaqeel <[email protected]>
Signed-off-by: Bitnami Containers <[email protected]>
Co-authored-by: Bitnami Containers <[email protected]>
Signed-off-by: Michael Faherty <[email protected]>
  • Loading branch information
2 people authored and mike12806 committed Oct 30, 2024
1 parent abb7c52 commit 8e730bb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 6 additions & 2 deletions bitnami/neo4j/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 0.1.8 (2024-08-28)
## 0.1.9 (2024-09-11)

* [bitnami/neo4j] Release 0.1.8 ([#29090](https://github.com/bitnami/charts/pull/29090))
* [bitnami/neo4j] fix: add apiVersion and kind to volumeClaimTemplates ([#29361](https://github.com/bitnami/charts/pull/29361))

## <small>0.1.8 (2024-08-28)</small>

* [bitnami/neo4j] Release 0.1.8 (#29090) ([5dea204](https://github.com/bitnami/charts/commit/5dea2043afc0d635f9d13540b8a28831b1fa72ad)), closes [#29090](https://github.com/bitnami/charts/issues/29090)

## <small>0.1.7 (2024-07-25)</small>

Expand Down
2 changes: 1 addition & 1 deletion bitnami/neo4j/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,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.1.8
version: 0.1.9
4 changes: 3 additions & 1 deletion bitnami/neo4j/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,9 @@ spec:
{{- end }}
{{- if .Values.persistence.enabled }}
volumeClaimTemplates:
- metadata:
- apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: data
{{- if or .Values.persistence.annotations .Values.commonAnnotations }}
{{- $claimAnnotations := include "common.tplvalues.merge" (dict "values" .Values.persistence.annotations .Values.commonAnnotations "context" .) | fromYaml }}
Expand Down

0 comments on commit 8e730bb

Please sign in to comment.