kubernetes-csi / csi-driver-nfs

This driver allows Kubernetes to access NFS server on Linux node.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing curly bracket

vladimirsmrekar opened this issue · comments

Sorry missed that - I see @GarbageYard opened pr - will need to recreate the helm charts with below to pass the build test :

helm package charts/latest/csi-driver-nfs -d charts/latest/
helm package charts/v4.4.0/csi-driver-nfs -d charts/v4.4.0/

Did this change the v4.4.0 chart in-place? I started getting install failures for this without updating the chart version.

Yes - this project keeps chart / app version in sync.

You can break configs running in production if you make changes to existing charts without a version update.

fixed by #487, pls run helm repo update and try again.