bump cert-manager version

This commit is contained in:
James Turland 2023-11-24 11:11:55 +00:00
parent 898b52b49d
commit da2fca83e7
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ kubectl create namespace cattle-system
# Install Cert-Manager
```
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.11.0/cert-manager.crds.yaml
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.13.2/cert-manager.crds.yaml
helm repo add jetstack https://charts.jetstack.io
helm repo update
helm install cert-manager jetstack/cert-manager \