Missing curly bracket
vladimirsmrekar opened this issue · 5 comments
vladimirsmrekar commented
There is a missing curly bracket at the end of the line.
/cc @endriu0
endriu0 commented
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/
gclawes commented
Did this change the v4.4.0
chart in-place? I started getting install failures for this without updating the chart version.
endriu0 commented
Yes - this project keeps chart / app version in sync.
gclawes commented
You can break configs running in production if you make changes to existing charts without a version update.
andyzhangx commented
fixed by #487, pls run helm repo update
and try again.