From 4f0586ad27fc3aec89decf985316e90acee04dec Mon Sep 17 00:00:00 2001 From: Jan Marchel <123368854+jmarchel7bulls@users.noreply.github.com> Date: Fri, 5 Jul 2024 10:54:33 +0200 Subject: [PATCH] update helm chart repo (#12) --- installation-scripts-onm/MASTER_START_SCRIPT.sh | 2 +- installation-scripts/MASTER_START_SCRIPT.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installation-scripts-onm/MASTER_START_SCRIPT.sh b/installation-scripts-onm/MASTER_START_SCRIPT.sh index 0b26dbd..c0d0b70 100644 --- a/installation-scripts-onm/MASTER_START_SCRIPT.sh +++ b/installation-scripts-onm/MASTER_START_SCRIPT.sh @@ -26,7 +26,7 @@ echo "Setting KubeVela..." sudo -H -u ubuntu bash -c 'helm repo add kubevela https://kubevela.github.io/charts && helm repo update' sudo -H -u ubuntu bash -c 'nohup vela install --version 1.9.11 > /home/ubuntu/vela.txt 2>&1 &' -sudo -H -u ubuntu bash -c 'helm repo add nebulous https://jmarchel7bulls.github.io/helm-charts/' +sudo -H -u ubuntu bash -c 'helm repo add nebulous https://eu-nebulous.github.io/helm-charts/' sudo -H -u ubuntu bash -c 'helm repo add netdata https://netdata.github.io/helmchart/' diff --git a/installation-scripts/MASTER_START_SCRIPT.sh b/installation-scripts/MASTER_START_SCRIPT.sh index d744c1c..9e268f8 100644 --- a/installation-scripts/MASTER_START_SCRIPT.sh +++ b/installation-scripts/MASTER_START_SCRIPT.sh @@ -22,7 +22,7 @@ echo "Setting KubeVela..." sudo -H -u ubuntu bash -c 'helm repo add kubevela https://kubevela.github.io/charts && helm repo update' sudo -H -u ubuntu bash -c 'nohup vela install --version 1.9.11 > /home/ubuntu/vela.txt 2>&1 &' -sudo -H -u ubuntu bash -c 'helm repo add nebulous https://jmarchel7bulls.github.io/helm-charts/' +sudo -H -u ubuntu bash -c 'helm repo add nebulous https://eu-nebulous.github.io/helm-charts/' sudo -H -u ubuntu bash -c 'helm repo add netdata https://netdata.github.io/helmchart/'