cert-manager url change

kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.7.1/cert-manager.crds.yam
error: unable to read URL "https://github.com/jetstack/cert-manager/releases/download/v1.7.1/cert-manager.crds.yam", server reported 404 Not Found, status code=404
This commit is contained in:
Sven Sternberger
2022-06-09 12:04:31 +02:00
committed by GitHub
parent b970ef666f
commit dc2988c0f4
@@ -92,7 +92,7 @@ helm repo add rancher-latest https://releases.rancher.com/server-charts/latest
kubectl create namespace cattle-system
kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.7.1/cert-manager.crds.yaml
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.7.2/cert-manager.crds.yaml
helm repo add jetstack https://charts.jetstack.io