Skip to content

Commit

Permalink
chore: update sample azcni installer (#2430)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
rbtr authored Dec 7, 2023
1 parent 9eb2891 commit 4034aad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/manifests/cni-installer-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
effect: NoSchedule
initContainers:
- name: azure-cni
image: mcr.microsoft.com/containernetworking/azure-cni:v1.5.15
image: mcr.microsoft.com/containernetworking/azure-cni:v1.5.16
imagePullPolicy: Always
command: ["/dropgz"]
args:
Expand Down
2 changes: 1 addition & 1 deletion hack/manifests/cni-installer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
effect: NoSchedule
initContainers:
- name: azure-cni
image: mcr.microsoft.com/containernetworking/azure-cni:v1.5.15
image: mcr.microsoft.com/containernetworking/azure-cni:v1.5.16
imagePullPolicy: Always
command: ["/dropgz"]
args:
Expand Down

0 comments on commit 4034aad

Please sign in to comment.