Skip to content

Commit fb694f3

Browse files
authored
Update version of cert manager
The listed version of the certificate manager is outdated and actually doesn't work with the rest of the article.
1 parent faf0451 commit fb694f3

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
@@ -31,7 +31,7 @@ Use the following steps to install [cert-manager](https://docs.cert-manager.io)
3131
#!/bin/bash
3232

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

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

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

0 commit comments

Comments
 (0)