Skip to content

Commit cfa1f50

Browse files
thatmattlongMatthew Long
andauthored
Use cns 1.4.0 in CNS Daemonset yaml (#895)
* update cns tag in yaml * pipeline cleanup * Use int64 for NC version in NNC status * use CNS 1.4.0 Co-authored-by: Matthew Long <[email protected]> Co-authored-by: Matthew Long <[email protected]>
1 parent 16b3645 commit cfa1f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cns/azure-cns.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ spec:
9393
effect: NoSchedule
9494
containers:
9595
- name: cns-container
96-
image: mcr.microsoft.com/containernetworking/azure-cns:v1.3.0
96+
image: mcr.microsoft.com/containernetworking/azure-cns:v1.4.0
9797
imagePullPolicy: IfNotPresent
9898
args: [ "-c", "tcp://$(CNSIpAddress):$(CNSPort)", "-t", "$(CNSLogTarget)"]
9999
volumeMounts:

0 commit comments

Comments
 (0)