openebs / charts

OpenEBS Helm Charts and other utilities
Apache License 2.0
101 stars 96 forks source link

Missing Chart for nfs provisioner #357

Closed ganey closed 7 months ago

ganey commented 7 months ago

Hi, we were using https://openebs.github.io/dynamic-nfs-provisioner as the chart repo and that stopped working this morning.

We figured out we need to update to https://openebs-archive.github.io/dynamic-nfs-provisioner

I don't know if GH Pages supports redirects or anything that might have made this easier?

Abhinandan-Purkait commented 7 months ago

@ganey Unfortunately GH pages redirect doesn't work for helm. So you would need to do a helm repo remove <nfs repo name> and do a new helm repo add ... with the new link. Thanks.