Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

chore: updated network monitor to latest version 0.0.8 #3026

Merged
merged 1 commit into from Apr 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/api/k8s_versions.go
Expand Up @@ -51,7 +51,7 @@ const (
ScheduledMaintenanceManagerImageReference string = "quay.io/awesomenix/drainsafe-manager:latest"
nvidiaDevicePluginImageReference string = "k8s-device-plugin:1.11"
virtualKubeletImageReference string = "virtual-kubelet:latest"
azureCNINetworkMonitorImageReference string = "networkmonitor:v0.0.6"
azureCNINetworkMonitorImageReference string = "networkmonitor:v0.0.8"
tillerImageReference string = "oss/kubernetes/tiller:v2.13.1"
csiSecretsStoreProviderAzureImageReference string = "k8s/csi/secrets-store/provider-azure:0.0.3"
csiSecretsStoreDriverImageReference string = "k8s/csi/secrets-store/driver:v0.0.9"
Expand Down
2 changes: 1 addition & 1 deletion vhd/packer/install-dependencies.sh
Expand Up @@ -266,7 +266,7 @@ done

AZURE_CNIIMAGEBASE="mcr.microsoft.com/containernetworking"
AZURE_CNI_NETWORKMONITOR_VERSIONS="
0.0.6
0.0.8
"
for AZURE_CNI_NETWORKMONITOR_VERSION in ${AZURE_CNI_NETWORKMONITOR_VERSIONS}; do
CONTAINER_IMAGE="${AZURE_CNIIMAGEBASE}/networkmonitor:v${AZURE_CNI_NETWORKMONITOR_VERSION}"
Expand Down