File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
articles/application-gateway Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ author: greg-lindsay
6
6
ms.service : azure-application-gateway
7
7
ms.custom : devx-track-arm-template, devx-track-azurecli
8
8
ms.topic : how-to
9
- ms.date : 2/28 /2025
9
+ ms.date : 4/4 /2025
10
10
ms.author : greglin
11
11
---
12
12
@@ -264,15 +264,15 @@ Use [Cloud Shell](https://shell.azure.com/) to install the AGIC Helm package:
264
264
1. Install the Helm chart with the ` helm-config.yaml` configuration from the previous step:
265
265
266
266
` ` ` bash
267
- helm install agic-controller oci://mcr.microsoft.com/azure-application-gateway/charts/ingress-azure --version 1.8.0 -f helm-config.yaml
267
+ helm install agic-controller oci://mcr.microsoft.com/azure-application-gateway/charts/ingress-azure --version 1.8.1 -f helm-config.yaml
268
268
` ` `
269
269
270
270
Alternatively, you can combine ` helm-config.yaml` and the Helm command in one step:
271
271
272
272
` ` ` bash
273
273
helm install oci://mcr.microsoft.com/azure-application-gateway/charts/ingress-azure \
274
274
--name agic-controller \
275
- --version 1.8.0 \
275
+ --version 1.8.1 \
276
276
--namespace default \
277
277
--debug \
278
278
--set appgw.name=applicationgatewayABCD \
You can’t perform that action at this time.
0 commit comments