Skip to content

Commit 4b66067

Browse files
committed
fix install scripts
Signed-off-by: Harshvir Potpose <[email protected]>
1 parent 0627d1c commit 4b66067

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/usr/bin/env bash
22
set -euxo pipefail
33

4-
IMG="${IMG:-centraldashboard}"
4+
IMG="${IMG:-dashboard}"
55
TAG="${TAG:-integration-test}"
66

77
./testing/shared/deploy_component.sh components/centraldashboard "${IMG}" "${TAG}" manifests overlays/istio
88

9-
kubectl wait --for=condition=Ready pods -n kubeflow -l app=centraldashboard --timeout=300s
10-
kubectl wait --for=condition=Available deployment -n kubeflow centraldashboard --timeout=300s
9+
kubectl wait --for=condition=Ready pods -n kubeflow -l app=dashboard --timeout=300s
10+
kubectl wait --for=condition=Available deployment -n kubeflow dashboard --timeout=300s
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/usr/bin/env bash
22
set -euxo pipefail
33

4-
IMG="${IMG:-centraldashboard-angular}"
4+
IMG="${IMG:-dashboard-angular}"
55
TAG="${TAG:-integration-test}"
66

77
./testing/shared/deploy_component.sh components/centraldashboard-angular "${IMG}" "${TAG}" manifests overlays/istio
88

9-
kubectl wait --for=condition=Ready pods -n kubeflow -l app=centraldashboard-angular --timeout=300s
10-
kubectl wait --for=condition=Available deployment -n kubeflow centraldashboard-angular --timeout=300s
9+
kubectl wait --for=condition=Ready pods -n kubeflow -l app=dashboard-angular --timeout=300s
10+
kubectl wait --for=condition=Available deployment -n kubeflow dashboard-angular --timeout=300s

0 commit comments

Comments
 (0)