From 71ce4981e0225bbf9d633feacce8dc092db5e043 Mon Sep 17 00:00:00 2001 From: Sunjay Bhatia Date: Tue, 19 Mar 2024 11:08:19 -0400 Subject: [PATCH] Update Contour Docker image to v1.28.2. Signed-off-by: Sunjay Bhatia --- 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 a17959a2840..ee8bab99d91 100644 --- a/cmd/contour/gatewayprovisioner.go +++ b/cmd/contour/gatewayprovisioner.go @@ -35,7 +35,7 @@ func registerGatewayProvisioner(app *kingpin.Application) (*kingpin.CmdClause, * cmd := app.Command("gateway-provisioner", "Run contour gateway provisioner.") provisionerConfig := &gatewayProvisionerConfig{ - contourImage: "ghcr.io/projectcontour/contour:v1.28.1", + contourImage: "ghcr.io/projectcontour/contour:v1.28.2", envoyImage: "docker.io/envoyproxy/envoy:v1.29.2", metricsBindAddress: ":8080", leaderElection: false, diff --git a/examples/contour/02-job-certgen.yaml b/examples/contour/02-job-certgen.yaml index 6c0c08fe1b4..70e10c87e7d 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-28-1 + name: contour-certgen-v1-28-2 namespace: projectcontour spec: template: @@ -46,7 +46,7 @@ spec: spec: containers: - name: contour - image: ghcr.io/projectcontour/contour:v1.28.1 + image: ghcr.io/projectcontour/contour:v1.28.2 imagePullPolicy: IfNotPresent command: - contour diff --git a/examples/contour/03-contour.yaml b/examples/contour/03-contour.yaml index 21eb2953256..9b1484b887f 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.28.1 + image: ghcr.io/projectcontour/contour:v1.28.2 imagePullPolicy: IfNotPresent name: contour ports: diff --git a/examples/contour/03-envoy.yaml b/examples/contour/03-envoy.yaml index bea8d6488f0..b813a968312 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.28.1 + image: ghcr.io/projectcontour/contour:v1.28.2 imagePullPolicy: IfNotPresent lifecycle: preStop: @@ -107,7 +107,7 @@ spec: - --envoy-key-file=/certs/tls.key command: - contour - image: ghcr.io/projectcontour/contour:v1.28.1 + image: ghcr.io/projectcontour/contour:v1.28.2 imagePullPolicy: IfNotPresent name: envoy-initconfig volumeMounts: diff --git a/examples/deployment/03-envoy-deployment.yaml b/examples/deployment/03-envoy-deployment.yaml index f15773f12fd..c5fc6a67519 100644 --- a/examples/deployment/03-envoy-deployment.yaml +++ b/examples/deployment/03-envoy-deployment.yaml @@ -41,7 +41,7 @@ spec: args: - envoy - shutdown-manager - image: ghcr.io/projectcontour/contour:v1.28.1 + image: ghcr.io/projectcontour/contour:v1.28.2 imagePullPolicy: IfNotPresent lifecycle: preStop: @@ -119,7 +119,7 @@ spec: - --envoy-key-file=/certs/tls.key command: - contour - image: ghcr.io/projectcontour/contour:v1.28.1 + image: ghcr.io/projectcontour/contour:v1.28.2 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 8ad05af385b..93728241e4f 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.28.1 + image: ghcr.io/projectcontour/contour:v1.28.2 imagePullPolicy: IfNotPresent name: contour-gateway-provisioner resources: diff --git a/examples/render/contour-deployment.yaml b/examples/render/contour-deployment.yaml index 57d94cf5a6a..3211af011d8 100644 --- a/examples/render/contour-deployment.yaml +++ b/examples/render/contour-deployment.yaml @@ -8803,7 +8803,7 @@ rules: apiVersion: batch/v1 kind: Job metadata: - name: contour-certgen-v1-28-1 + name: contour-certgen-v1-28-2 namespace: projectcontour spec: template: @@ -8813,7 +8813,7 @@ spec: spec: containers: - name: contour - image: ghcr.io/projectcontour/contour:v1.28.1 + image: ghcr.io/projectcontour/contour:v1.28.2 imagePullPolicy: IfNotPresent command: - contour @@ -9075,7 +9075,7 @@ spec: - --contour-key-file=/certs/tls.key - --config-path=/config/contour.yaml command: ["contour"] - image: ghcr.io/projectcontour/contour:v1.28.1 + image: ghcr.io/projectcontour/contour:v1.28.2 imagePullPolicy: IfNotPresent name: contour ports: @@ -9175,7 +9175,7 @@ spec: args: - envoy - shutdown-manager - image: ghcr.io/projectcontour/contour:v1.28.1 + image: ghcr.io/projectcontour/contour:v1.28.2 imagePullPolicy: IfNotPresent lifecycle: preStop: @@ -9253,7 +9253,7 @@ spec: - --envoy-key-file=/certs/tls.key command: - contour - image: ghcr.io/projectcontour/contour:v1.28.1 + image: ghcr.io/projectcontour/contour:v1.28.2 imagePullPolicy: IfNotPresent name: envoy-initconfig volumeMounts: diff --git a/examples/render/contour-gateway-provisioner.yaml b/examples/render/contour-gateway-provisioner.yaml index e235a537394..447483a2928 100644 --- a/examples/render/contour-gateway-provisioner.yaml +++ b/examples/render/contour-gateway-provisioner.yaml @@ -20601,7 +20601,7 @@ spec: - --metrics-addr=127.0.0.1:8080 - --enable-leader-election command: ["contour"] - image: ghcr.io/projectcontour/contour:v1.28.1 + image: ghcr.io/projectcontour/contour:v1.28.2 imagePullPolicy: IfNotPresent name: contour-gateway-provisioner resources: diff --git a/examples/render/contour-gateway.yaml b/examples/render/contour-gateway.yaml index 22d2d4e81cc..3b8ebbf03b8 100644 --- a/examples/render/contour-gateway.yaml +++ b/examples/render/contour-gateway.yaml @@ -8806,7 +8806,7 @@ rules: apiVersion: batch/v1 kind: Job metadata: - name: contour-certgen-v1-28-1 + name: contour-certgen-v1-28-2 namespace: projectcontour spec: template: @@ -8816,7 +8816,7 @@ spec: spec: containers: - name: contour - image: ghcr.io/projectcontour/contour:v1.28.1 + image: ghcr.io/projectcontour/contour:v1.28.2 imagePullPolicy: IfNotPresent command: - contour @@ -9078,7 +9078,7 @@ spec: - --contour-key-file=/certs/tls.key - --config-path=/config/contour.yaml command: ["contour"] - image: ghcr.io/projectcontour/contour:v1.28.1 + image: ghcr.io/projectcontour/contour:v1.28.2 imagePullPolicy: IfNotPresent name: contour ports: @@ -9166,7 +9166,7 @@ spec: args: - envoy - shutdown-manager - image: ghcr.io/projectcontour/contour:v1.28.1 + image: ghcr.io/projectcontour/contour:v1.28.2 imagePullPolicy: IfNotPresent lifecycle: preStop: @@ -9244,7 +9244,7 @@ spec: - --envoy-key-file=/certs/tls.key command: - contour - image: ghcr.io/projectcontour/contour:v1.28.1 + image: ghcr.io/projectcontour/contour:v1.28.2 imagePullPolicy: IfNotPresent name: envoy-initconfig volumeMounts: diff --git a/examples/render/contour.yaml b/examples/render/contour.yaml index e7a6a453c26..c02cc582316 100644 --- a/examples/render/contour.yaml +++ b/examples/render/contour.yaml @@ -8803,7 +8803,7 @@ rules: apiVersion: batch/v1 kind: Job metadata: - name: contour-certgen-v1-28-1 + name: contour-certgen-v1-28-2 namespace: projectcontour spec: template: @@ -8813,7 +8813,7 @@ spec: spec: containers: - name: contour - image: ghcr.io/projectcontour/contour:v1.28.1 + image: ghcr.io/projectcontour/contour:v1.28.2 imagePullPolicy: IfNotPresent command: - contour @@ -9075,7 +9075,7 @@ spec: - --contour-key-file=/certs/tls.key - --config-path=/config/contour.yaml command: ["contour"] - image: ghcr.io/projectcontour/contour:v1.28.1 + image: ghcr.io/projectcontour/contour:v1.28.2 imagePullPolicy: IfNotPresent name: contour ports: @@ -9163,7 +9163,7 @@ spec: args: - envoy - shutdown-manager - image: ghcr.io/projectcontour/contour:v1.28.1 + image: ghcr.io/projectcontour/contour:v1.28.2 imagePullPolicy: IfNotPresent lifecycle: preStop: @@ -9241,7 +9241,7 @@ spec: - --envoy-key-file=/certs/tls.key command: - contour - image: ghcr.io/projectcontour/contour:v1.28.1 + image: ghcr.io/projectcontour/contour:v1.28.2 imagePullPolicy: IfNotPresent name: envoy-initconfig volumeMounts: