rancher / local-path-provisioner

Dynamically provisioning persistent local storage with Kubernetes
Apache License 2.0
2.15k stars 448 forks source link

invalid chart reference: validation: chart.metadata.version "master-head" is invalid #436

Closed applike-ss closed 1 month ago

applike-ss commented 1 month ago

When deploying the helm chart via flux2, i do get the error: invalid chart reference: validation: chart.metadata.version "master-head" is invalid.

Can/Should we use a proper version scheme here, like SemVer?

derekbit commented 1 month ago

Sure. BTW, can you switch to v0.0.28 instead? master-head is only for development purpose.

applike-ss commented 1 month ago

I've opened a PR here: https://github.com/rancher/local-path-provisioner/pull/437

applike-ss commented 1 month ago

I switched to referring to the tagged version instead in the GitRepository resource of flux2, closing