From 6a5021dd96f7e1fe1b5859ee7632e8794328c396 Mon Sep 17 00:00:00 2001 From: Sunjay Bhatia Date: Mon, 13 Jan 2025 10:01:42 -0500 Subject: [PATCH] Update Contour Docker image to v1.30.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 a87038e4262..9f04944d9ab 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.30.1", + contourImage: "ghcr.io/projectcontour/contour:v1.30.2", envoyImage: "docker.io/envoyproxy/envoy:v1.31.5", metricsBindAddress: ":8080", leaderElection: false, diff --git a/examples/contour/02-job-certgen.yaml b/examples/contour/02-job-certgen.yaml index 37cb147c3ae..c8e75c58d9c 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-30-1 + name: contour-certgen-v1-30-2 namespace: projectcontour spec: template: @@ -46,7 +46,7 @@ spec: spec: containers: - name: contour - image: ghcr.io/projectcontour/contour:v1.30.1 + image: ghcr.io/projectcontour/contour:v1.30.2 imagePullPolicy: IfNotPresent command: - contour diff --git a/examples/contour/03-contour.yaml b/examples/contour/03-contour.yaml index fbca8a9f28c..80730551887 100644 --- a/examples/contour/03-contour.yaml +++ b/examples/contour/03-contour.yaml @@ -42,7 +42,7 @@ spec: - --contour-key-file=/certs/tls.key - --config-path=/config/contour.yaml command: ["contour"] - image: ghcr.io/projectcontour/contour:v1.30.1 + image: ghcr.io/projectcontour/contour:v1.30.2 imagePullPolicy: IfNotPresent name: contour ports: diff --git a/examples/contour/03-envoy.yaml b/examples/contour/03-envoy.yaml index 89b99da99c4..b28516dd978 100644 --- a/examples/contour/03-envoy.yaml +++ b/examples/contour/03-envoy.yaml @@ -25,7 +25,7 @@ spec: args: - envoy - shutdown-manager - image: ghcr.io/projectcontour/contour:v1.30.1 + image: ghcr.io/projectcontour/contour:v1.30.2 imagePullPolicy: IfNotPresent lifecycle: preStop: @@ -107,7 +107,7 @@ spec: - --envoy-key-file=/certs/tls.key command: - contour - image: ghcr.io/projectcontour/contour:v1.30.1 + image: ghcr.io/projectcontour/contour:v1.30.2 imagePullPolicy: IfNotPresent name: envoy-initconfig volumeMounts: diff --git a/examples/deployment/03-envoy-deployment.yaml b/examples/deployment/03-envoy-deployment.yaml index e505d92a5b1..c61b22d3dc6 100644 --- a/examples/deployment/03-envoy-deployment.yaml +++ b/examples/deployment/03-envoy-deployment.yaml @@ -37,7 +37,7 @@ spec: args: - envoy - shutdown-manager - image: ghcr.io/projectcontour/contour:v1.30.1 + image: ghcr.io/projectcontour/contour:v1.30.2 imagePullPolicy: IfNotPresent lifecycle: preStop: @@ -119,7 +119,7 @@ spec: - --envoy-key-file=/certs/tls.key command: - contour - image: ghcr.io/projectcontour/contour:v1.30.1 + image: ghcr.io/projectcontour/contour:v1.30.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 7d2d01f8aef..e776276d2cc 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.30.1 + image: ghcr.io/projectcontour/contour:v1.30.2 imagePullPolicy: IfNotPresent name: contour-gateway-provisioner resources: diff --git a/examples/render/contour-deployment.yaml b/examples/render/contour-deployment.yaml index 250a411344f..ab98e08557e 100644 --- a/examples/render/contour-deployment.yaml +++ b/examples/render/contour-deployment.yaml @@ -8923,7 +8923,7 @@ rules: apiVersion: batch/v1 kind: Job metadata: - name: contour-certgen-v1-30-1 + name: contour-certgen-v1-30-2 namespace: projectcontour spec: template: @@ -8933,7 +8933,7 @@ spec: spec: containers: - name: contour - image: ghcr.io/projectcontour/contour:v1.30.1 + image: ghcr.io/projectcontour/contour:v1.30.2 imagePullPolicy: IfNotPresent command: - contour @@ -9192,7 +9192,7 @@ spec: - --contour-key-file=/certs/tls.key - --config-path=/config/contour.yaml command: ["contour"] - image: ghcr.io/projectcontour/contour:v1.30.1 + image: ghcr.io/projectcontour/contour:v1.30.2 imagePullPolicy: IfNotPresent name: contour ports: @@ -9288,7 +9288,7 @@ spec: args: - envoy - shutdown-manager - image: ghcr.io/projectcontour/contour:v1.30.1 + image: ghcr.io/projectcontour/contour:v1.30.2 imagePullPolicy: IfNotPresent lifecycle: preStop: @@ -9370,7 +9370,7 @@ spec: - --envoy-key-file=/certs/tls.key command: - contour - image: ghcr.io/projectcontour/contour:v1.30.1 + image: ghcr.io/projectcontour/contour:v1.30.2 imagePullPolicy: IfNotPresent name: envoy-initconfig volumeMounts: diff --git a/examples/render/contour-gateway-provisioner.yaml b/examples/render/contour-gateway-provisioner.yaml index 232a1f5c3e2..481c604f8dc 100644 --- a/examples/render/contour-gateway-provisioner.yaml +++ b/examples/render/contour-gateway-provisioner.yaml @@ -25513,7 +25513,7 @@ spec: - --metrics-addr=127.0.0.1:8080 - --enable-leader-election command: ["contour"] - image: ghcr.io/projectcontour/contour:v1.30.1 + image: ghcr.io/projectcontour/contour:v1.30.2 imagePullPolicy: IfNotPresent name: contour-gateway-provisioner resources: diff --git a/examples/render/contour-gateway.yaml b/examples/render/contour-gateway.yaml index 0b06c254c3e..b8ae648c9c6 100644 --- a/examples/render/contour-gateway.yaml +++ b/examples/render/contour-gateway.yaml @@ -8739,7 +8739,7 @@ rules: apiVersion: batch/v1 kind: Job metadata: - name: contour-certgen-v1-30-1 + name: contour-certgen-v1-30-2 namespace: projectcontour spec: template: @@ -8749,7 +8749,7 @@ spec: spec: containers: - name: contour - image: ghcr.io/projectcontour/contour:v1.30.1 + image: ghcr.io/projectcontour/contour:v1.30.2 imagePullPolicy: IfNotPresent command: - contour @@ -9008,7 +9008,7 @@ spec: - --contour-key-file=/certs/tls.key - --config-path=/config/contour.yaml command: ["contour"] - image: ghcr.io/projectcontour/contour:v1.30.1 + image: ghcr.io/projectcontour/contour:v1.30.2 imagePullPolicy: IfNotPresent name: contour ports: @@ -9092,7 +9092,7 @@ spec: args: - envoy - shutdown-manager - image: ghcr.io/projectcontour/contour:v1.30.1 + image: ghcr.io/projectcontour/contour:v1.30.2 imagePullPolicy: IfNotPresent lifecycle: preStop: @@ -9174,7 +9174,7 @@ spec: - --envoy-key-file=/certs/tls.key command: - contour - image: ghcr.io/projectcontour/contour:v1.30.1 + image: ghcr.io/projectcontour/contour:v1.30.2 imagePullPolicy: IfNotPresent name: envoy-initconfig volumeMounts: diff --git a/examples/render/contour.yaml b/examples/render/contour.yaml index d29c06122d0..a0bdb0ddf71 100644 --- a/examples/render/contour.yaml +++ b/examples/render/contour.yaml @@ -8923,7 +8923,7 @@ rules: apiVersion: batch/v1 kind: Job metadata: - name: contour-certgen-v1-30-1 + name: contour-certgen-v1-30-2 namespace: projectcontour spec: template: @@ -8933,7 +8933,7 @@ spec: spec: containers: - name: contour - image: ghcr.io/projectcontour/contour:v1.30.1 + image: ghcr.io/projectcontour/contour:v1.30.2 imagePullPolicy: IfNotPresent command: - contour @@ -9192,7 +9192,7 @@ spec: - --contour-key-file=/certs/tls.key - --config-path=/config/contour.yaml command: ["contour"] - image: ghcr.io/projectcontour/contour:v1.30.1 + image: ghcr.io/projectcontour/contour:v1.30.2 imagePullPolicy: IfNotPresent name: contour ports: @@ -9276,7 +9276,7 @@ spec: args: - envoy - shutdown-manager - image: ghcr.io/projectcontour/contour:v1.30.1 + image: ghcr.io/projectcontour/contour:v1.30.2 imagePullPolicy: IfNotPresent lifecycle: preStop: @@ -9358,7 +9358,7 @@ spec: - --envoy-key-file=/certs/tls.key command: - contour - image: ghcr.io/projectcontour/contour:v1.30.1 + image: ghcr.io/projectcontour/contour:v1.30.2 imagePullPolicy: IfNotPresent name: envoy-initconfig volumeMounts: