diff --git a/k8s-deployer/scripts/k8s-manage-namespace.sh b/k8s-deployer/scripts/k8s-manage-namespace.sh index e6ec8ad..94b23dc 100755 --- a/k8s-deployer/scripts/k8s-manage-namespace.sh +++ b/k8s-deployer/scripts/k8s-manage-namespace.sh @@ -80,8 +80,8 @@ then echo "Creating namespace: ${NS} under parent ${PARENT_NS}, this may take some time..." kubectl hns create $NS -n $PARENT_NS - kubectl label namespaces $PARENT_NS istio.io/rev=1-17-2 --overwrite - kubectl label namespaces $NS istio.io/rev=1-17-2 --overwrite + kubectl label namespaces $PARENT_NS istio.io/rev=1-28-4 --overwrite + kubectl label namespaces $NS istio.io/rev=1-28-4 --overwrite returnStatus=$(($?+0)) if [ $returnStatus -ne 0 ];