paritytech / helm-charts

Parity & Polkadot Helm charts collection
GNU General Public License v3.0
27 stars 22 forks source link

[node] Add support for ephemeral storage #347

Closed BulatSaif closed 4 months ago

BulatSaif commented 4 months ago

Fixes: https://github.com/paritytech/helm-charts/issues/145

Description

This PR updates the node Helm chart from version 5.9.0 to 5.10.0. It introduces the option to mount volumes using emptyDir or Generic ephemeral volumes instead of PersistentVolumeClaims (PVCs), which can be useful for testing scenarios where persistent storage is not necessary.

Changes

Purpose