Skip to content

Commit a8ce6fd

Browse files
committed
update install script
1 parent 26f6dbd commit a8ce6fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ FLAGS:
4040
--force-kubectl Force reinstall kubectl client if it is already installed
4141
--force-kind Force reinstall KinD if it is already installed
4242
OPTIONS:
43-
-v, --version Version of function-mesh, default value: v0.1.2
43+
-v, --version Version of function-mesh, default value: v0.1.4
4444
-l, --local [kind] Choose a way to run a local kubernetes cluster, supported value: kind,
4545
If this value is not set and the Kubernetes is not installed, this script will exit with 1.
4646
-n, --name Name of Kubernetes cluster, default value: kind
@@ -56,7 +56,7 @@ EOF
5656

5757
main() {
5858
local local_kube="kind"
59-
local cm_version="v0.1.2"
59+
local cm_version="v0.1.4"
6060
local kind_name="kind"
6161
local kind_version="v0.7.0"
6262
local node_num=2

0 commit comments

Comments
 (0)