Update Linkerd to v2.5.0

This commit is contained in:
stefanprodan
2019-10-03 14:48:26 +03:00
parent 121fc57aa6
commit ff7d4e747c
+1 -1
View File
@@ -2,7 +2,7 @@
set -o errexit
LINKERD_VER="stable-2.4.0"
LINKERD_VER="stable-2.5.0"
REPO_ROOT=$(git rev-parse --show-toplevel)
export KUBECONFIG="$(kind get kubeconfig-path --name="kind")"