diff --git a/installers/install_cluster_addons.sh b/installers/install_cluster_addons.sh index 245ff26672670c7e21e729b46caea226ba82c569..92b9f53c0356cd0ee3b0a92818453e34df8fc345 100755 --- a/installers/install_cluster_addons.sh +++ b/installers/install_cluster_addons.sh @@ -20,7 +20,7 @@ function install_k8s_storageclass() { # Openebs versions can be found here: https://github.com/openebs/openebs/releases OPENEBS_VERSION="3.7.0" echo "Installing OpenEBS" - helm repo add openebs https://openebs.github.io/charts + helm repo add openebs https://github.com/openebs-archive/charts helm repo update helm install --create-namespace --namespace openebs openebs openebs/openebs --version ${OPENEBS_VERSION} helm ls -n openebs