Skip to content

Commit 5eeb987

Browse files
thatmattlongMatthew Long
andauthored
Use CNI v1.4.0 in dev installer (#901)
* update cns tag in yaml * pipeline cleanup * Use int64 for NC version in NNC status * use 1.4.0 in cni installer Co-authored-by: Matthew Long <[email protected]> Co-authored-by: Matthew Long <[email protected]>
1 parent b2ea947 commit 5eeb987

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/acncli/deployment/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
hostNetwork: true
2020
containers:
2121
- name: azure-cni-installer
22-
image: mcr.microsoft.com/containernetworking/azure-cni-manager:v1.2.3
22+
image: mcr.microsoft.com/containernetworking/azure-cni-manager:v1.4.0
2323
imagePullPolicy: Always
2424
env:
2525
- name: AZURE_CNI_OS

tools/acncli/deployment/manager_swift.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
hostNetwork: true
2020
containers:
2121
- name: azure-cni-installer
22-
image: mcr.microsoft.com/containernetworking/azure-cni-manager:v1.2.3
22+
image: mcr.microsoft.com/containernetworking/azure-cni-manager:v1.4.0
2323
imagePullPolicy: Always
2424
env:
2525
- name: AZURE_CNI_OS

0 commit comments

Comments
 (0)