From a4c28f681b16e269c3bde21c5f726a392ab9cf59 Mon Sep 17 00:00:00 2001 From: neaggarw Date: Wed, 24 Feb 2021 15:33:57 -0800 Subject: [PATCH] Update CNS version --- cns/azure-cns.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cns/azure-cns.yaml b/cns/azure-cns.yaml index a009556480..aea76e58fd 100644 --- a/cns/azure-cns.yaml +++ b/cns/azure-cns.yaml @@ -93,7 +93,7 @@ spec: effect: NoSchedule containers: - name: cns-container - image: mcr.microsoft.com/containernetworking/azure-cns:v1.2.4 + image: mcr.microsoft.com/containernetworking/azure-cns:v1.2.5_hotfix imagePullPolicy: IfNotPresent args: [ "-c", "tcp://$(CNSIpAddress):$(CNSPort)", "-t", "$(CNSLogTarget)"] volumeMounts: