diff options
-rw-r--r-- | docker/Dockerfile | 2 | ||||
-rwxr-xr-x | samples/scenarios/deploy.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 5cc7323..9351823 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -7,7 +7,7 @@ FROM ubuntu:16.04 LABEL image=opnfv/clover -ARG ISTIO_VERSION=0.6.0 +ARG ISTIO_VERSION=1.0.0 # GIT repo directory ENV REPOS_DIR="/home/opnfv/repos" diff --git a/samples/scenarios/deploy.sh b/samples/scenarios/deploy.sh index 1ffea37..962bd5a 100755 --- a/samples/scenarios/deploy.sh +++ b/samples/scenarios/deploy.sh @@ -15,7 +15,7 @@ cd $CLOVER_BASE_DIR echo "Deploying Istio manual sidecar injection without TLS authentication" -kubectl apply -f $ISTIO_BASE_DIR/install/kubernetes/istio.yaml +kubectl apply -f $ISTIO_BASE_DIR/install/kubernetes/istio-demo.yaml echo "Deploying Service Delivery Controller sample scenario" |