From 858bde6163dd49cb13587cc6259bf9a5f978e6ef Mon Sep 17 00:00:00 2001 From: Camryn Lee Date: Wed, 24 Aug 2022 16:51:12 -0700 Subject: [PATCH] update cns version --- test/integration/manifests/cns/daemonset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/manifests/cns/daemonset.yaml b/test/integration/manifests/cns/daemonset.yaml index a07c288e75..4a86181c4f 100644 --- a/test/integration/manifests/cns/daemonset.yaml +++ b/test/integration/manifests/cns/daemonset.yaml @@ -41,7 +41,7 @@ spec: effect: NoSchedule containers: - name: cns-container - image: acnpublic.azurecr.io/azure-cns:v1.4.29 + image: acnpublic.azurecr.io/azure-cns:v1.4.32 imagePullPolicy: IfNotPresent args: [ "-c", "tcp://$(CNSIpAddress):$(CNSPort)", "-t", "$(CNSLogTarget)"] securityContext: