Skip to content

Commit 2004d3a

Browse files
Merge pull request #257938 from JackStromberg/patch-146
0.6.1 version
2 parents bcf16ee + 509588a commit 2004d3a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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
```

articles/application-gateway/for-containers/troubleshooting-guide.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: greglin
66
ms.service: application-gateway
77
ms.subservice: appgw-for-containers
88
ms.topic: troubleshooting
9-
ms.date: 09/25/2023
9+
ms.date: 11/07/2023
1010
ms.author: greglin
1111
---
1212

@@ -25,10 +25,10 @@ Example output:
2525

2626
| NAME | READY | UP-TO-DATE | AVAILABLE | AGE | CONTAINERS | IMAGES | SELECTOR |
2727
| ------------------------ | ----- | ---------- | --------- | ---- | ----------------------- | ------------------------------------------------------------------------------- | -------- |
28-
| alb-controller | 2/2 | 2 | 2 | 18d | alb-controller | mcr.microsoft.com/application-lb/images/alb-controller:**0.5.024542** | app=alb-controller |
29-
| alb-controller-bootstrap | 1/1 | 1 | 1 | 18d | alb-controller-bootstrap | mcr.microsoft.com/application-lb/images/alb-controller-bootstrap:**0.5.024542** | app=alb-controller-bootstrap |
28+
| alb-controller | 2/2 | 2 | 2 | 18d | alb-controller | mcr.microsoft.com/application-lb/images/alb-controller:**0.6.1** | app=alb-controller |
29+
| alb-controller-bootstrap | 1/1 | 1 | 1 | 18d | alb-controller-bootstrap | mcr.microsoft.com/application-lb/images/alb-controller-bootstrap:**0.6.1** | app=alb-controller-bootstrap |
3030

31-
In this example, the ALB controller version is **0.5.024542**.
31+
In this example, the ALB controller version is **0.6.1**.
3232

3333
The ALB Controller version can be upgraded by running the `helm upgrade alb-controller` command. For more information, see [Install the ALB Controller](quickstart-deploy-application-gateway-for-containers-alb-controller.md#install-the-alb-controller).
3434

0 commit comments

Comments
 (0)