Skip to content

Commit

Permalink
[AKS] az aks check-acr: Bump canipull to v0.1.0 to add 5s wait to a…
Browse files Browse the repository at this point in the history
…void attach race condition (#23087)
  • Loading branch information
fseldow committed Jul 5, 2022
1 parent 9a6baa9 commit 7d041e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/azure-cli/azure/cli/command_modules/acs/_consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
}

# consts for check-acr command
CONST_CANIPULL_IMAGE = "mcr.microsoft.com/aks/canipull:0.0.4-alpha"
CONST_CANIPULL_IMAGE = "mcr.microsoft.com/aks/canipull:v0.1.0"
CONST_ACR_DOMAIN_NAME = ".azurecr.io"


Expand Down

0 comments on commit 7d041e3

Please sign in to comment.