Skip to content

Commit d31e733

Browse files
authored
fix(tls): cert-manager installation script (coder#896)
Summary: We had an outdated installation script for cert-manager See also: https://cert-manager.io/docs/installation/
1 parent aa00559 commit d31e733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/tls-certificates/cloudDNS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ You must have:
3939
To add cert-manager to your cluster, run:
4040

4141
```console
42-
kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.4.0/cert-manager.yaml
42+
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.7.1/cert-manager.yaml
4343
```
4444

4545
More specifics can be found in the

0 commit comments

Comments
 (0)