Skip to content

Commit 0147b23

Browse files
0.6.1
1 parent be5e55d commit 0147b23

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
@@ -8,7 +8,7 @@ ms.service: application-gateway
88
ms.subservice: appgw-for-containers
99
ms.custom: devx-track-azurecli
1010
ms.topic: quickstart
11-
ms.date: 09/25/2023
11+
ms.date: 11/07/2023
1212
ms.author: greglin
1313
---
1414

@@ -149,7 +149,7 @@ You need to complete the following tasks prior to deploying Application Gateway
149149
az aks get-credentials --resource-group $RESOURCE_GROUP --name $AKS_NAME
150150
helm install alb-controller oci://mcr.microsoft.com/application-lb/charts/alb-controller \
151151
--namespace <helm-resource-namespace> \
152-
--version 0.5.024542 \
152+
--version 0.6.1 \
153153
--set albController.namespace=<alb-controller-namespace> \
154154
--set albController.podIdentity.clientID=$(az identity show -g $RESOURCE_GROUP -n azure-alb-identity --query clientId -o tsv)
155155
```
@@ -165,7 +165,7 @@ You need to complete the following tasks prior to deploying Application Gateway
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-resource-namespace> \
168-
--version 0.5.024542 \
168+
--version 0.6.1 \
169169
--set albController.namespace=<alb-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)