Skip to content

Commit 3da8916

Browse files
Update quickstart-deploy-application-gateway-for-containers-alb-controller.md
1 parent c32980e commit 3da8916

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ You need to complete the following tasks prior to deploying Application Gateway
141141
```azurecli-interactive
142142
az aks get-credentials --resource-group $RESOURCE_GROUP --name $AKS_NAME
143143
helm install alb-controller oci://mcr.microsoft.com/application-lb/charts/alb-controller \
144-
--version 0.4.023921 \
144+
--version 0.4.023961 \
145145
--set albController.podIdentity.clientID=$(az identity show -g $RESOURCE_GROUP -n azure-alb-identity --query clientId -o tsv)
146146
```
147147
@@ -153,7 +153,7 @@ You need to complete the following tasks prior to deploying Application Gateway
153153
```azurecli-interactive
154154
az aks get-credentials --resource-group $RESOURCE_GROUP --name $AKS_NAME
155155
helm upgrade alb-controller oci://mcr.microsoft.com/application-lb/charts/alb-controller \
156-
--version 0.4.023921 \
156+
--version 0.4.023961 \
157157
--set albController.podIdentity.clientID=$(az identity show -g $RESOURCE_GROUP -n azure-alb-identity --query clientId -o tsv)
158158
```
159159

0 commit comments

Comments
 (0)