Skip to content

Commit d0a8ef4

Browse files
Update cert-manager version and publication date
1 parent 705683d commit d0a8ef4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)