diff --git a/Makefile b/Makefile index 89fce7afc7..514c4151cb 100644 --- a/Makefile +++ b/Makefile @@ -107,10 +107,10 @@ CNM_PLUGIN_IMAGE ?= microsoft/azure-vnet-plugin CNM_PLUGIN_ROOTFS = azure-vnet-plugin-rootfs # Azure network policy manager parameters. -AZURE_NPM_IMAGE = containernetworking.azurecr.io/azure-npm +AZURE_NPM_IMAGE = containernetworking.azurecr.io/public/containernetworking/azure-npm # Azure vnet telemetry image parameters. -AZURE_VNET_TELEMETRY_IMAGE = containernetworking.azurecr.io/azure-vnet-telemetry +AZURE_VNET_TELEMETRY_IMAGE = containernetworking.azurecr.io/public/containernetworking/azure-vnet-telemetry VERSION ?= $(shell git describe --tags --always --dirty)