Skip to content

Commit ed88d3f

Browse files
Merge pull request #312085 from JackStromberg/patch-47
Fix annotation
2 parents bb4948f + d0a8ef4 commit ed88d3f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

articles/application-gateway/for-containers/how-to-cert-manager-lets-encrypt-gateway-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: application-gateway
55
author: mbender-ms
66
ms.service: azure-appgw-for-containers
77
ms.topic: how-to
8-
ms.date: 10/23/2025
8+
ms.date: 2/20/2026
99
ms.author: mbender
1010
# Customer intent: "As a cloud infrastructure engineer, I want to configure an Application Gateway for Containers with automated SSL/TLS certificates using cert-manager and Let's Encrypt, so that I can ensure secure communication for my deployed applications in a Kubernetes environment."
1111
---
@@ -57,7 +57,7 @@ metadata:
5757
annotations:
5858
alb.networking.azure.io/alb-namespace: alb-test-infra
5959
alb.networking.azure.io/alb-name: alb-test
60-
cert-manager.io/issuer: letsencrypt-cert
60+
cert-manager.io/issuer: letsencrypt-prod
6161
spec:
6262
gatewayClassName: azure-alb-external
6363
listeners:
@@ -173,7 +173,7 @@ Install cert-manager using Helm:
173173
```bash
174174
helm install \
175175
cert-manager oci://quay.io/jetstack/charts/cert-manager \
176-
--version v1.19.1 \
176+
--version v1.19.3 \
177177
--namespace cert-manager \
178178
--create-namespace \
179179
--set config.enableGatewayAPI=true \

articles/application-gateway/for-containers/how-to-cert-manager-lets-encrypt-ingress-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: application-gateway
55
author: philwelz
66
ms.service: azure-appgw-for-containers
77
ms.topic: how-to
8-
ms.date: 10/23/2025
8+
ms.date: 2/20/2026
99
ms.author: mbender
1010
# Customer intent: As a cloud engineer, I want to automate the issuance and renewal of SSL/TLS certificates for my Application Gateway for Containers using cert-manager and Let's Encrypt, so that I can securely manage traffic for my applications without manual intervention.
1111
---
@@ -46,7 +46,7 @@ Install cert-manager using Helm:
4646
```bash
4747
helm install \
4848
cert-manager oci://quay.io/jetstack/charts/cert-manager \
49-
--version v1.19.1 \
49+
--version v1.19.3 \
5050
--namespace cert-manager \
5151
--create-namespace \
5252
--set config.enableGatewayAPI=true \

0 commit comments

Comments
 (0)