From aa4ad45320ddd1dbff5ab48062d5315c90068d2e Mon Sep 17 00:00:00 2001 From: Amninder Kaur Date: Wed, 22 Apr 2026 11:22:14 +1000 Subject: [PATCH] fix: upgrade istio label --- k8s-deployer/scripts/k8s-manage-namespace.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ];