We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 149062d commit 65f7869Copy full SHA for 65f7869
Makefile
@@ -107,10 +107,10 @@ CNM_PLUGIN_IMAGE ?= microsoft/azure-vnet-plugin
107
CNM_PLUGIN_ROOTFS = azure-vnet-plugin-rootfs
108
109
# Azure network policy manager parameters.
110
-AZURE_NPM_IMAGE = containernetworking.azurecr.io/azure-npm
+AZURE_NPM_IMAGE = containernetworking.azurecr.io/public/containernetworking/azure-npm
111
112
# Azure vnet telemetry image parameters.
113
-AZURE_VNET_TELEMETRY_IMAGE = containernetworking.azurecr.io/azure-vnet-telemetry
+AZURE_VNET_TELEMETRY_IMAGE = containernetworking.azurecr.io/public/containernetworking/azure-vnet-telemetry
114
115
VERSION ?= $(shell git describe --tags --always --dirty)
116
0 commit comments