Skip to content

Commit

Permalink
image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
innerpeacez committed Nov 29, 2019
1 parent 7eccfc5 commit 441d782
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install/deploy/skywalking-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ helm -n $DPELOY_NAMESPACE install skywalking skywalking --set oap.istio.adapter.
--set oap.envoy.als.enabled=$ALS_ENABLED --set oap.replicas=1 --set oap.image.tag=$TAG,oap.image.repository=$IMAGE

for component in $NEED_CHECK_PREFIX"oap" ; do
sleep 60
kubectl get deploy -o wide
kubectl -n ${DPELOY_NAMESPACE} wait $component --for condition=available --timeout=600s
done
Expand Down

0 comments on commit 441d782

Please sign in to comment.