Closed ganey closed 7 months ago
Hi, we were using https://openebs.github.io/dynamic-nfs-provisioner as the chart repo and that stopped working this morning.
https://openebs.github.io/dynamic-nfs-provisioner
We figured out we need to update to https://openebs-archive.github.io/dynamic-nfs-provisioner
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?
@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.
helm repo remove <nfs repo name>
helm repo add ...
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?