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 657cd09 commit 418ee20Copy full SHA for 418ee20
.github/workflows/deploy.yml
@@ -39,7 +39,7 @@ jobs:
39
ACR_NAME="akssivarg01"
40
AKS_NODE_COUNT=3
41
AKS_NODE_SIZE="Standard_DS2_v2"
42
- AKS_VERSION="1.25.0" # Update this as per your requirement
+ AKS_VERSION="1.32.0" # Update this as per your requirement
43
44
# Register the Microsoft.ContainerService namespace if not already registered
45
REGISTRATION_STATE=$(az provider show --namespace Microsoft.ContainerService --query "registrationState" -o tsv)
0 commit comments