Update Flagger image tag (fix latency check)

This commit is contained in:
stefanprodan 2019-05-15 20:31:25 +03:00
parent ee6e39afa6
commit f3cc810948
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ Deploy Flagger in the _**istio-system**_ namespace:
```bash
helm upgrade -i flagger flagger/flagger \
--namespace=istio-system \
--set image.tag=master-fd44f1f \
--set image.tag=master-12d84b2 \
--set meshProvider=smi:istio
```