e2e: move from deprecated openebs charts to new registry (#4321)

This commit is contained in:
Nikola Jokic
2025-11-20 22:25:52 +01:00
committed by GitHub
parent 138b39bfcb
commit a50d8bfebc
3 changed files with 21 additions and 18 deletions

View File

@@ -15,10 +15,10 @@ ARC_NAME="arc"
ARC_NAMESPACE="arc-systems"
function install_arc() {
echo "Install openebs/dynamic-localpv-provisioner"
helm repo add openebs https://openebs.github.io/charts
helm repo update
helm install openebs openebs/openebs -n openebs --create-namespace
install_openebs || {
echo "OpenEBS installation failed"
return 1
}
echo "Creating namespace ${ARC_NAMESPACE}"
kubectl create namespace "${SCALE_SET_NAMESPACE}"