Skip to content

Commit dfb6d0a

Browse files
Update quickstart-deploy-application-gateway-for-containers-alb-controller.md
1 parent 5a4d2a1 commit dfb6d0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/application-gateway/for-containers/quickstart-deploy-application-gateway-for-containers-alb-controller.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: mbender-ms
77
ms.service: azure-appgw-for-containers
88
ms.custom: devx-track-azurecli
99
ms.topic: quickstart
10-
ms.date: 7/9/2025
10+
ms.date: 7/21/2025
1111
ms.author: mbender
1212
# Customer intent: As a Kubernetes administrator, I want to install the Application Gateway for Containers ALB Controller on my AKS cluster, so that I can efficiently manage load balancing rules and enhance application traffic handling.
1313
---
@@ -147,7 +147,7 @@ You need to complete the following tasks before deploying Application Gateway fo
147147
az aks get-credentials --resource-group $RESOURCE_GROUP --name $AKS_NAME
148148
helm install alb-controller oci://mcr.microsoft.com/application-lb/charts/alb-controller \
149149
--namespace $HELM_NAMESPACE \
150-
--version 1.6.7 \
150+
--version 1.7.9 \
151151
--set albController.namespace=$CONTROLLER_NAMESPACE \
152152
--set albController.podIdentity.clientID=$(az identity show -g $RESOURCE_GROUP -n azure-alb-identity --query clientId -o tsv)
153153
```
@@ -165,7 +165,7 @@ You need to complete the following tasks before deploying Application Gateway fo
165165
az aks get-credentials --resource-group $RESOURCE_GROUP --name $AKS_NAME
166166
helm upgrade alb-controller oci://mcr.microsoft.com/application-lb/charts/alb-controller \
167167
--namespace $HELM_NAMESPACE \
168-
--version 1.6.7 \
168+
--version 1.7.9 \
169169
--set albController.namespace=$CONTROLLER_NAMESPACE \
170170
--set albController.podIdentity.clientID=$(az identity show -g $RESOURCE_GROUP -n azure-alb-identity --query clientId -o tsv)
171171
```

0 commit comments

Comments
 (0)