@@ -14,7 +14,7 @@ operator pattern.
1414
1515Install the Contour Operator & Contour CRDs:
1616```
17- $ kubectl apply -f https://raw.githubusercontent.com/projectcontour/contour-operator/v1.20.0 /examples/operator/operator.yaml
17+ $ kubectl apply -f https://raw.githubusercontent.com/projectcontour/contour-operator/v1.20.1 /examples/operator/operator.yaml
1818```
1919
2020Verify the deployment is available:
@@ -26,7 +26,7 @@ contour-operator 1/1 1 1 1m
2626
2727Install an instance of the ` Contour ` custom resource:
2828```
29- $ kubectl apply -f https://raw.githubusercontent.com/projectcontour/contour-operator/v1.20.0 /examples/contour/contour.yaml
29+ $ kubectl apply -f https://raw.githubusercontent.com/projectcontour/contour-operator/v1.20.1 /examples/contour/contour.yaml
3030```
3131
3232Verify the ` Contour ` custom resource is available:
@@ -38,7 +38,7 @@ contour-sample True ContourAvailable
3838
3939__ Note:__ It may take several minutes for the ` Contour ` custom resource to become available.
4040
41- [ Test with Ingress] ( https://projectcontour.io/docs/v1.20.0 /deploy-options/#test-with-ingress ) :
41+ [ Test with Ingress] ( https://projectcontour.io/docs/v1.20.1 /deploy-options/#test-with-ingress ) :
4242```
4343$ kubectl apply -f https://projectcontour.io/examples/kuard.yaml
4444```
@@ -67,7 +67,7 @@ hostname of `kubectl get deploy/kuard`.
6767Thanks for taking the time to join our community and start contributing!
6868
6969- Please familiarize yourself with the
70- [ Code of Conduct] ( https://github.com/projectcontour/contour/blob/v1.20.0 /CODE_OF_CONDUCT.md ) before contributing.
70+ [ Code of Conduct] ( https://github.com/projectcontour/contour/blob/v1.20.1 /CODE_OF_CONDUCT.md ) before contributing.
7171- See the [ contributing guide] ( docs/CONTRIBUTING.md ) for information about setting up your environment, the expected
7272workflow and instructions on the developer certificate of origin that is required.
7373- Check out the [ open issues] ( https://github.com/projectcontour/contour-operator/issues ) .
0 commit comments