Skip to content

Commit 4034aad

Browse files
authored
chore: update sample azcni installer (Azure#2430)
Signed-off-by: GitHub <[email protected]>
1 parent 9eb2891 commit 4034aad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hack/manifests/cni-installer-v1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
effect: NoSchedule
4040
initContainers:
4141
- name: azure-cni
42-
image: mcr.microsoft.com/containernetworking/azure-cni:v1.5.15
42+
image: mcr.microsoft.com/containernetworking/azure-cni:v1.5.16
4343
imagePullPolicy: Always
4444
command: ["/dropgz"]
4545
args:

hack/manifests/cni-installer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
effect: NoSchedule
4242
initContainers:
4343
- name: azure-cni
44-
image: mcr.microsoft.com/containernetworking/azure-cni:v1.5.15
44+
image: mcr.microsoft.com/containernetworking/azure-cni:v1.5.16
4545
imagePullPolicy: Always
4646
command: ["/dropgz"]
4747
args:

0 commit comments

Comments
 (0)