diff --git a/deploy/install.sh b/deploy/install.sh index 88d6eb8f..ef61d7f6 100755 --- a/deploy/install.sh +++ b/deploy/install.sh @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then fi NS=keymanager -CHART_VERSION=12.1.0 +CHART_VERSION=12.1.0-develop echo Creating $NS namespace kubectl create ns $NS