diff --git a/packer/install-dependencies.sh b/packer/install-dependencies.sh index 36fa4ec8a5..81e280980a 100644 --- a/packer/install-dependencies.sh +++ b/packer/install-dependencies.sh @@ -313,6 +313,7 @@ for AZURE_CNI_NETWORKMONITOR_VERSION in ${AZURE_CNI_NETWORKMONITOR_VERSIONS}; do done AZURE_NPM_VERSIONS=" +1.0.31 1.0.30 1.0.29 1.0.28 diff --git a/pkg/api/k8s_versions.go b/pkg/api/k8s_versions.go index 5ee0148759..90b1d20d32 100644 --- a/pkg/api/k8s_versions.go +++ b/pkg/api/k8s_versions.go @@ -43,7 +43,7 @@ const ( antreaAgentImageReference = antreaControllerImageReference antreaOVSImageReference = antreaControllerImageReference antreaInstallCNIImageReference = antreaControllerImageReference - azureNPMContainerImageReference string = "mcr.microsoft.com/containernetworking/azure-npm:v1.0.30" + azureNPMContainerImageReference string = "mcr.microsoft.com/containernetworking/azure-npm:v1.0.31" aadPodIdentityNMIImageReference string = "mcr.microsoft.com/k8s/aad-pod-identity/nmi:1.2" aadPodIdentityMICImageReference string = "mcr.microsoft.com/k8s/aad-pod-identity/mic:1.2" azurePolicyImageReference string = "mcr.microsoft.com/azure-policy/policy-kubernetes-addon-prod:prod_20191011.1"