Update Istio to v1.3.3

This commit is contained in:
stefanprodan
2019-10-28 15:07:07 +02:00
parent f56a69770c
commit c9bacdfe05
5 changed files with 3 additions and 10 deletions

View File

@@ -13,9 +13,6 @@ push () {
else
docker tag test/flagger:latest weaveworks/flagger:${CIRCLE_TAG};
docker push weaveworks/flagger:${CIRCLE_TAG};
LT_VERSION=$(grep 'VERSION' cmd/loadtester/main.go | awk '{ print $4 }' | tr -d '"' | head -n1);
docker tag test/flagger-loadtester:latest weaveworks/flagger-loadtester:${LT_VERSION};
docker push weaveworks/flagger-loadtester:${LT_VERSION};
fi
}