You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Updated
Bumping chart version to v0.6.2 for scalr-agent v1.2.0
Fixed
Fixed helm template/helm install failing with YAML parse error ... block sequence entries are not allowed in this context when persistence.data.persistentVolumeClaim.storageClassName or persistence.cache.persistentVolumeClaim.storageClassName was set to "-". The documented "-" convention now works as intended and renders storageClassName: "" 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.