From 34b352804250445a6b70407bf072d894ca3dc5a1 Mon Sep 17 00:00:00 2001 From: Steve Kriss Date: Wed, 27 Jul 2022 17:29:33 +0000 Subject: [PATCH] Update Contour Docker image to v1.22.0. Signed-off-by: Steve Kriss --- cmd/contour/gatewayprovisioner.go | 2 +- examples/contour/02-job-certgen.yaml | 4 ++-- examples/contour/03-contour.yaml | 2 +- examples/contour/03-envoy.yaml | 4 ++-- examples/deployment/03-envoy-deployment.yaml | 4 ++-- .../gateway-provisioner/03-gateway-provisioner.yaml | 2 +- examples/render/contour-deployment.yaml | 10 +++++----- examples/render/contour-gateway-provisioner.yaml | 2 +- examples/render/contour-gateway.yaml | 10 +++++----- examples/render/contour.yaml | 10 +++++----- 10 files changed, 25 insertions(+), 25 deletions(-) diff --git a/cmd/contour/gatewayprovisioner.go b/cmd/contour/gatewayprovisioner.go index ebf78cff86e..41d4a21fc81 100644 --- a/cmd/contour/gatewayprovisioner.go +++ b/cmd/contour/gatewayprovisioner.go @@ -32,7 +32,7 @@ func registerGatewayProvisioner(app *kingpin.Application) (*kingpin.CmdClause, * cmd := app.Command("gateway-provisioner", "Run contour gateway provisioner.") config := &gatewayProvisionerConfig{ - contourImage: "ghcr.io/projectcontour/contour:v1.22.0-rc.1", + contourImage: "ghcr.io/projectcontour/contour:v1.22.0", envoyImage: "docker.io/envoyproxy/envoy:v1.23.0", metricsBindAddress: ":8080", leaderElection: false, diff --git a/examples/contour/02-job-certgen.yaml b/examples/contour/02-job-certgen.yaml index 1e17912dedb..d31e8cb87c8 100644 --- a/examples/contour/02-job-certgen.yaml +++ b/examples/contour/02-job-certgen.yaml @@ -36,7 +36,7 @@ rules: apiVersion: batch/v1 kind: Job metadata: - name: contour-certgen-v1.22.0-rc.1 + name: contour-certgen-v1.22.0 namespace: projectcontour spec: template: @@ -46,7 +46,7 @@ spec: spec: containers: - name: contour - image: ghcr.io/projectcontour/contour:v1.22.0-rc.1 + image: ghcr.io/projectcontour/contour:v1.22.0 imagePullPolicy: IfNotPresent command: - contour diff --git a/examples/contour/03-contour.yaml b/examples/contour/03-contour.yaml index d545cf4b69f..836e77060eb 100644 --- a/examples/contour/03-contour.yaml +++ b/examples/contour/03-contour.yaml @@ -45,7 +45,7 @@ spec: - --contour-key-file=/certs/tls.key - --config-path=/config/contour.yaml command: ["contour"] - image: ghcr.io/projectcontour/contour:v1.22.0-rc.1 + image: ghcr.io/projectcontour/contour:v1.22.0 imagePullPolicy: IfNotPresent name: contour ports: diff --git a/examples/contour/03-envoy.yaml b/examples/contour/03-envoy.yaml index ff40034bfee..251f7e27590 100644 --- a/examples/contour/03-envoy.yaml +++ b/examples/contour/03-envoy.yaml @@ -29,7 +29,7 @@ spec: args: - envoy - shutdown-manager - image: ghcr.io/projectcontour/contour:v1.22.0-rc.1 + image: ghcr.io/projectcontour/contour:v1.22.0 imagePullPolicy: IfNotPresent lifecycle: preStop: @@ -113,7 +113,7 @@ spec: - --envoy-key-file=/certs/tls.key command: - contour - image: ghcr.io/projectcontour/contour:v1.22.0-rc.1 + image: ghcr.io/projectcontour/contour:v1.22.0 imagePullPolicy: IfNotPresent name: envoy-initconfig volumeMounts: diff --git a/examples/deployment/03-envoy-deployment.yaml b/examples/deployment/03-envoy-deployment.yaml index f5d4eb74ad2..2e9de0f2bf3 100644 --- a/examples/deployment/03-envoy-deployment.yaml +++ b/examples/deployment/03-envoy-deployment.yaml @@ -42,7 +42,7 @@ spec: args: - envoy - shutdown-manager - image: ghcr.io/projectcontour/contour:v1.22.0-rc.1 + image: ghcr.io/projectcontour/contour:v1.22.0 imagePullPolicy: IfNotPresent lifecycle: preStop: @@ -126,7 +126,7 @@ spec: - --envoy-key-file=/certs/tls.key command: - contour - image: ghcr.io/projectcontour/contour:v1.22.0-rc.1 + image: ghcr.io/projectcontour/contour:v1.22.0 imagePullPolicy: IfNotPresent name: envoy-initconfig volumeMounts: diff --git a/examples/gateway-provisioner/03-gateway-provisioner.yaml b/examples/gateway-provisioner/03-gateway-provisioner.yaml index 4cdfce08e42..229028999c5 100644 --- a/examples/gateway-provisioner/03-gateway-provisioner.yaml +++ b/examples/gateway-provisioner/03-gateway-provisioner.yaml @@ -22,7 +22,7 @@ spec: - --metrics-addr=127.0.0.1:8080 - --enable-leader-election command: ["contour"] - image: ghcr.io/projectcontour/contour:v1.22.0-rc.1 + image: ghcr.io/projectcontour/contour:v1.22.0 imagePullPolicy: IfNotPresent name: contour-gateway-provisioner resources: diff --git a/examples/render/contour-deployment.yaml b/examples/render/contour-deployment.yaml index 325b9ce5f5f..c42780b62b0 100644 --- a/examples/render/contour-deployment.yaml +++ b/examples/render/contour-deployment.yaml @@ -4778,7 +4778,7 @@ rules: apiVersion: batch/v1 kind: Job metadata: - name: contour-certgen-v1.22.0-rc.1 + name: contour-certgen-v1.22.0 namespace: projectcontour spec: template: @@ -4788,7 +4788,7 @@ spec: spec: containers: - name: contour - image: ghcr.io/projectcontour/contour:v1.22.0-rc.1 + image: ghcr.io/projectcontour/contour:v1.22.0 imagePullPolicy: IfNotPresent command: - contour @@ -5040,7 +5040,7 @@ spec: - --contour-key-file=/certs/tls.key - --config-path=/config/contour.yaml command: ["contour"] - image: ghcr.io/projectcontour/contour:v1.22.0-rc.1 + image: ghcr.io/projectcontour/contour:v1.22.0 imagePullPolicy: IfNotPresent name: contour ports: @@ -5142,7 +5142,7 @@ spec: args: - envoy - shutdown-manager - image: ghcr.io/projectcontour/contour:v1.22.0-rc.1 + image: ghcr.io/projectcontour/contour:v1.22.0 imagePullPolicy: IfNotPresent lifecycle: preStop: @@ -5226,7 +5226,7 @@ spec: - --envoy-key-file=/certs/tls.key command: - contour - image: ghcr.io/projectcontour/contour:v1.22.0-rc.1 + image: ghcr.io/projectcontour/contour:v1.22.0 imagePullPolicy: IfNotPresent name: envoy-initconfig volumeMounts: diff --git a/examples/render/contour-gateway-provisioner.yaml b/examples/render/contour-gateway-provisioner.yaml index 9f2d78a43f6..c7185e1bd0c 100644 --- a/examples/render/contour-gateway-provisioner.yaml +++ b/examples/render/contour-gateway-provisioner.yaml @@ -11956,7 +11956,7 @@ spec: - --metrics-addr=127.0.0.1:8080 - --enable-leader-election command: ["contour"] - image: ghcr.io/projectcontour/contour:v1.22.0-rc.1 + image: ghcr.io/projectcontour/contour:v1.22.0 imagePullPolicy: IfNotPresent name: contour-gateway-provisioner resources: diff --git a/examples/render/contour-gateway.yaml b/examples/render/contour-gateway.yaml index d6b57bd95e0..3cf573a98d1 100644 --- a/examples/render/contour-gateway.yaml +++ b/examples/render/contour-gateway.yaml @@ -4783,7 +4783,7 @@ rules: apiVersion: batch/v1 kind: Job metadata: - name: contour-certgen-v1.22.0-rc.1 + name: contour-certgen-v1.22.0 namespace: projectcontour spec: template: @@ -4793,7 +4793,7 @@ spec: spec: containers: - name: contour - image: ghcr.io/projectcontour/contour:v1.22.0-rc.1 + image: ghcr.io/projectcontour/contour:v1.22.0 imagePullPolicy: IfNotPresent command: - contour @@ -5045,7 +5045,7 @@ spec: - --contour-key-file=/certs/tls.key - --config-path=/config/contour.yaml command: ["contour"] - image: ghcr.io/projectcontour/contour:v1.22.0-rc.1 + image: ghcr.io/projectcontour/contour:v1.22.0 imagePullPolicy: IfNotPresent name: contour ports: @@ -5134,7 +5134,7 @@ spec: args: - envoy - shutdown-manager - image: ghcr.io/projectcontour/contour:v1.22.0-rc.1 + image: ghcr.io/projectcontour/contour:v1.22.0 imagePullPolicy: IfNotPresent lifecycle: preStop: @@ -5218,7 +5218,7 @@ spec: - --envoy-key-file=/certs/tls.key command: - contour - image: ghcr.io/projectcontour/contour:v1.22.0-rc.1 + image: ghcr.io/projectcontour/contour:v1.22.0 imagePullPolicy: IfNotPresent name: envoy-initconfig volumeMounts: diff --git a/examples/render/contour.yaml b/examples/render/contour.yaml index 3b81d73a29d..6b26681ad84 100644 --- a/examples/render/contour.yaml +++ b/examples/render/contour.yaml @@ -4778,7 +4778,7 @@ rules: apiVersion: batch/v1 kind: Job metadata: - name: contour-certgen-v1.22.0-rc.1 + name: contour-certgen-v1.22.0 namespace: projectcontour spec: template: @@ -4788,7 +4788,7 @@ spec: spec: containers: - name: contour - image: ghcr.io/projectcontour/contour:v1.22.0-rc.1 + image: ghcr.io/projectcontour/contour:v1.22.0 imagePullPolicy: IfNotPresent command: - contour @@ -5040,7 +5040,7 @@ spec: - --contour-key-file=/certs/tls.key - --config-path=/config/contour.yaml command: ["contour"] - image: ghcr.io/projectcontour/contour:v1.22.0-rc.1 + image: ghcr.io/projectcontour/contour:v1.22.0 imagePullPolicy: IfNotPresent name: contour ports: @@ -5129,7 +5129,7 @@ spec: args: - envoy - shutdown-manager - image: ghcr.io/projectcontour/contour:v1.22.0-rc.1 + image: ghcr.io/projectcontour/contour:v1.22.0 imagePullPolicy: IfNotPresent lifecycle: preStop: @@ -5213,7 +5213,7 @@ spec: - --envoy-key-file=/certs/tls.key command: - contour - image: ghcr.io/projectcontour/contour:v1.22.0-rc.1 + image: ghcr.io/projectcontour/contour:v1.22.0 imagePullPolicy: IfNotPresent name: envoy-initconfig volumeMounts: