Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions npm/azure-npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ spec:
beta.kubernetes.io/os: linux
containers:
- name: azure-npm
image: mcr.microsoft.com/containernetworking/azure-npm:v1.0.27
image: mcr.microsoft.com/containernetworking/azure-npm:v1.0.28
securityContext:
privileged: true
env:
Expand All @@ -95,7 +95,7 @@ spec:
- name: tmp
mountPath: /tmp
- name: azure-vnet-telemetry
image: containernetworking/azure-vnet-telemetry:v1.0.23
image: containernetworking/azure-vnet-telemetry:v1.0.28
volumeMounts:
- name: socket-dir
mountPath: /var/run
Expand Down