Updated
- Bumping chart version to v0.6.2 for scalr-agent v1.2.0
Fixed
- Fixed
helm template/helm installfailing withYAML parse error ... block sequence entries are not allowed in this contextwhenpersistence.data.persistentVolumeClaim.storageClassNameorpersistence.cache.persistentVolumeClaim.storageClassNamewas set to"-". The documented"-"convention now works as intended and rendersstorageClassName: ""to disable dynamic provisioning. Existing setups are unaffected: an empty value still omits the field (cluster default storage class) and an explicit class name is still rendered as-is.