From 7ac4f2b07508f5f1861cb6778c9151ea9366ab75 Mon Sep 17 00:00:00 2001 From: Rafael Benevides Date: Sat, 16 Mar 2019 20:26:04 +0300 Subject: [PATCH] Update Kiali to 0.16.0 --- documentation/modules/advanced/pages/kiali.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/modules/advanced/pages/kiali.adoc b/documentation/modules/advanced/pages/kiali.adoc index af4803cc..e7b4fc72 100644 --- a/documentation/modules/advanced/pages/kiali.adoc +++ b/documentation/modules/advanced/pages/kiali.adoc @@ -45,7 +45,7 @@ Then, install Kiali with the following commands: # URLS for Jaeger and Grafana export JAEGER_URL="http://tracing-istio-system.$(minishift ip).nip.io" export GRAFANA_URL="http://grafana-istio-system.$(minishift ip).nip.io" -export VERSION_LABEL="v0.14.0" +export VERSION_LABEL="v0.16.0" git clone -b ${VERSION_LABEL} https://github.com/kiali/kiali