Skip to content

Commit bc56e50

Browse files
authored
Merge pull request #124628 from stimms/patch-4
Update version of cert manager
2 parents e2a03d9 + fb694f3 commit bc56e50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/application-gateway/ingress-controller-letsencrypt-certificate-application-gateway.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Use the following steps to install [cert-manager](https://docs.cert-manager.io)
3232
#!/bin/bash
3333

3434
# Install the CustomResourceDefinition resources separately
35-
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.10.1/cert-manager.crds.yaml
35+
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.16.1/cert-manager.crds.yaml
3636

3737
# Create the namespace for cert-manager
3838
kubectl create namespace cert-manager
@@ -51,7 +51,7 @@ Use the following steps to install [cert-manager](https://docs.cert-manager.io)
5151
helm install \
5252
cert-manager jetstack/cert-manager \
5353
--namespace cert-manager \
54-
--version v1.10.1 \
54+
--version v1.16.1 \
5555
# --set installCRDs=true
5656

5757
# To automatically install and manage the CRDs as part of your Helm release,

0 commit comments

Comments
 (0)