Skip to content

Commit 1509a01

Browse files
Upgrade process
1 parent 18ee85e commit 1509a01

File tree

1 file changed

+3
-43
lines changed

1 file changed

+3
-43
lines changed

articles/application-gateway/ingress-controller-update-ingress-controller.md

Lines changed: 3 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: application-gateway
55
author: greg-lindsay
66
ms.service: azure-application-gateway
77
ms.topic: how-to
8-
ms.date: 07/23/2023
8+
ms.date: 2/28/2025
99
ms.author: greglin
1010
---
1111

@@ -16,48 +16,8 @@ You can upgrade the Azure Application Gateway Ingress Controller (AGIC) for Kube
1616
> [!TIP]
1717
> Consider [Application Gateway for Containers](for-containers/overview.md) for your Kubernetes ingress solution. For more information, see [Quickstart: Deploy Application Gateway for Containers ALB Controller](for-containers/quickstart-deploy-application-gateway-for-containers-alb-controller.md).
1818
19-
## Add the repository
20-
21-
Before you begin the upgrade procedure, ensure that you've added the required repository:
22-
23-
1. View your currently added Helm repositories:
24-
25-
```bash
26-
helm repo list
27-
```
28-
29-
1. If necessary, add the AGIC repository:
30-
31-
```bash
32-
helm repo add \
33-
application-gateway-kubernetes-ingress \
34-
https://appgwingress.blob.core.windows.net/ingress-azure-helm-package/
35-
```
36-
3719
## Upgrade
3820

39-
1. Refresh the AGIC Helm repository to get the latest release:
40-
41-
```bash
42-
helm repo update
43-
```
44-
45-
1. View available versions of the `application-gateway-kubernetes-ingress` chart:
46-
47-
``` bash
48-
helm search -l application-gateway-kubernetes-ingress
49-
```
50-
51-
Sample response:
52-
53-
```output
54-
NAME CHART VERSION APP VERSION DESCRIPTION
55-
application-gateway-kubernetes-ingress/ingress-azure 0.7.0-rc1 0.7.0-rc1 Use Azure Application Gateway as the ingress for an Azure...
56-
application-gateway-kubernetes-ingress/ingress-azure 0.6.0 0.6.0 Use Azure Application Gateway as the ingress for an Azure...
57-
```
58-
59-
The latest available version from the preceding list is `0.7.0-rc1`.
60-
6121
1. View the currently installed Helm charts:
6222

6323
```bash
@@ -78,8 +38,8 @@ Before you begin the upgrade procedure, ensure that you've added the required re
7838
```bash
7939
helm upgrade \
8040
odd-billygoat \
81-
application-gateway-kubernetes-ingress/ingress-azure \
82-
--version 0.9.0-rc2
41+
oci://mcr.microsoft.com/azure-application-gateway/charts/ingress-azure \
42+
--version 1.8.0
8343
```
8444

8545
## Roll back

0 commit comments

Comments
 (0)