Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/network/charts/network-nodes/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ readinessProbe:
# Persistent storage configuration for both validator and RPC StatefulSets.
persistence:
# -- (bool) Enable persistent volume claims for ledger data.
enabled: false
enabled: true
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

Changing this default to true constitutes a breaking change. Users who upgrade this chart and rely on the previous default (persistence disabled) will unexpectedly have persistent volumes created. This can lead to deployment failures or unintended resource consumption. Per Semantic Versioning, breaking changes should trigger a major version bump in Chart.yaml (e.g., from 1.0.13 to 2.0.0). This change should also be clearly announced in the pull request description and any release notes.

# -- (string) Container path where the persistent volume is mounted.
mountPath: /data
# -- (string) Logical name for the volume when using volumeClaimTemplates.
Expand Down