Skip to content

Commit 8cf254f

Browse files
committed
updated windows up to green cat
1 parent 53dfab4 commit 8cf254f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -575,8 +575,8 @@ Eventually, the NGINX Ingress controller will use the generated Kubernetes TLS S
575575
```bash
576576
helm repo add jetstack https://charts.jetstack.io && \
577577
helm repo update && \
578-
kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.6.1/cert-manager.crds.yaml && \
579-
helm upgrade --install --wait cert-manager jetstack/cert-manager --namespace cert-manager --version v1.6.1
578+
kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.6.2/cert-manager.crds.yaml && \
579+
helm upgrade --install --wait cert-manager jetstack/cert-manager --namespace cert-manager --version v1.6.2
580580
```
581581
2. **IMPORTANT**: The ClusterIssuer will fail to create if cert-manager is not ready; see the [Troubleshooting](#troubleshooting) section if you experience any issues
582582
3. **macOS/WSL2**: Create the [cert-manager/clusterissuer.yaml](./cert-manager/clusterissuer.yaml) and deploy the [2-green.yaml](https://github.com/unfor19/kubernetes-localdev/blob/master/2-green.yaml) application.

0 commit comments

Comments
 (0)