From bec73ac8019126e8d7ceaf3e30adaf074ce45853 Mon Sep 17 00:00:00 2001 From: Tero Saarni Date: Mon, 4 Nov 2024 13:45:43 +0200 Subject: [PATCH] Update Contour Docker image to v1.29.3. Signed-off-by: Tero Saarni --- 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 f57517f2b3d..13ba3b1bf2a 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.29.2", + contourImage: "ghcr.io/projectcontour/contour:v1.29.3", envoyImage: "docker.io/envoyproxy/envoy:v1.30.7", metricsBindAddress: ":8080", leaderElection: false, diff --git a/examples/contour/02-job-certgen.yaml b/examples/contour/02-job-certgen.yaml index 714725ba943..88c80a41f42 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-29-2 + name: contour-certgen-v1-29-3 namespace: projectcontour spec: template: @@ -46,7 +46,7 @@ spec: spec: containers: - name: contour - image: ghcr.io/projectcontour/contour:v1.29.2 + image: ghcr.io/projectcontour/contour:v1.29.3 imagePullPolicy: IfNotPresent command: - contour diff --git a/examples/contour/03-contour.yaml b/examples/contour/03-contour.yaml index 13c09b19031..f8e574d4b35 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.29.2 + image: ghcr.io/projectcontour/contour:v1.29.3 imagePullPolicy: IfNotPresent name: contour ports: diff --git a/examples/contour/03-envoy.yaml b/examples/contour/03-envoy.yaml index 57e89e94c97..d1ca41265e8 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.29.2 + image: ghcr.io/projectcontour/contour:v1.29.3 imagePullPolicy: IfNotPresent lifecycle: preStop: @@ -107,7 +107,7 @@ spec: - --envoy-key-file=/certs/tls.key command: - contour - image: ghcr.io/projectcontour/contour:v1.29.2 + image: ghcr.io/projectcontour/contour:v1.29.3 imagePullPolicy: IfNotPresent name: envoy-initconfig volumeMounts: diff --git a/examples/deployment/03-envoy-deployment.yaml b/examples/deployment/03-envoy-deployment.yaml index 39e143db0c0..fe1fa2dcac0 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.29.2 + image: ghcr.io/projectcontour/contour:v1.29.3 imagePullPolicy: IfNotPresent lifecycle: preStop: @@ -119,7 +119,7 @@ spec: - --envoy-key-file=/certs/tls.key command: - contour - image: ghcr.io/projectcontour/contour:v1.29.2 + image: ghcr.io/projectcontour/contour:v1.29.3 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 e07a8429e3d..22e1652bc56 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.29.2 + image: ghcr.io/projectcontour/contour:v1.29.3 imagePullPolicy: IfNotPresent name: contour-gateway-provisioner resources: diff --git a/examples/render/contour-deployment.yaml b/examples/render/contour-deployment.yaml index 41316a9793f..62f451989b1 100644 --- a/examples/render/contour-deployment.yaml +++ b/examples/render/contour-deployment.yaml @@ -8874,7 +8874,7 @@ rules: apiVersion: batch/v1 kind: Job metadata: - name: contour-certgen-v1-29-2 + name: contour-certgen-v1-29-3 namespace: projectcontour spec: template: @@ -8884,7 +8884,7 @@ spec: spec: containers: - name: contour - image: ghcr.io/projectcontour/contour:v1.29.2 + image: ghcr.io/projectcontour/contour:v1.29.3 imagePullPolicy: IfNotPresent command: - contour @@ -9146,7 +9146,7 @@ spec: - --contour-key-file=/certs/tls.key - --config-path=/config/contour.yaml command: ["contour"] - image: ghcr.io/projectcontour/contour:v1.29.2 + image: ghcr.io/projectcontour/contour:v1.29.3 imagePullPolicy: IfNotPresent name: contour ports: @@ -9246,7 +9246,7 @@ spec: args: - envoy - shutdown-manager - image: ghcr.io/projectcontour/contour:v1.29.2 + image: ghcr.io/projectcontour/contour:v1.29.3 imagePullPolicy: IfNotPresent lifecycle: preStop: @@ -9324,7 +9324,7 @@ spec: - --envoy-key-file=/certs/tls.key command: - contour - image: ghcr.io/projectcontour/contour:v1.29.2 + image: ghcr.io/projectcontour/contour:v1.29.3 imagePullPolicy: IfNotPresent name: envoy-initconfig volumeMounts: diff --git a/examples/render/contour-gateway-provisioner.yaml b/examples/render/contour-gateway-provisioner.yaml index b9247bc5c11..53b71a866ba 100644 --- a/examples/render/contour-gateway-provisioner.yaml +++ b/examples/render/contour-gateway-provisioner.yaml @@ -20671,7 +20671,7 @@ spec: - --metrics-addr=127.0.0.1:8080 - --enable-leader-election command: ["contour"] - image: ghcr.io/projectcontour/contour:v1.29.2 + image: ghcr.io/projectcontour/contour:v1.29.3 imagePullPolicy: IfNotPresent name: contour-gateway-provisioner resources: diff --git a/examples/render/contour-gateway.yaml b/examples/render/contour-gateway.yaml index 4a9810dd5ac..fadd55a2544 100644 --- a/examples/render/contour-gateway.yaml +++ b/examples/render/contour-gateway.yaml @@ -8690,7 +8690,7 @@ rules: apiVersion: batch/v1 kind: Job metadata: - name: contour-certgen-v1-29-2 + name: contour-certgen-v1-29-3 namespace: projectcontour spec: template: @@ -8700,7 +8700,7 @@ spec: spec: containers: - name: contour - image: ghcr.io/projectcontour/contour:v1.29.2 + image: ghcr.io/projectcontour/contour:v1.29.3 imagePullPolicy: IfNotPresent command: - contour @@ -8962,7 +8962,7 @@ spec: - --contour-key-file=/certs/tls.key - --config-path=/config/contour.yaml command: ["contour"] - image: ghcr.io/projectcontour/contour:v1.29.2 + image: ghcr.io/projectcontour/contour:v1.29.3 imagePullPolicy: IfNotPresent name: contour ports: @@ -9050,7 +9050,7 @@ spec: args: - envoy - shutdown-manager - image: ghcr.io/projectcontour/contour:v1.29.2 + image: ghcr.io/projectcontour/contour:v1.29.3 imagePullPolicy: IfNotPresent lifecycle: preStop: @@ -9128,7 +9128,7 @@ spec: - --envoy-key-file=/certs/tls.key command: - contour - image: ghcr.io/projectcontour/contour:v1.29.2 + image: ghcr.io/projectcontour/contour:v1.29.3 imagePullPolicy: IfNotPresent name: envoy-initconfig volumeMounts: diff --git a/examples/render/contour.yaml b/examples/render/contour.yaml index 7c0885e8e2b..0941dac22b3 100644 --- a/examples/render/contour.yaml +++ b/examples/render/contour.yaml @@ -8874,7 +8874,7 @@ rules: apiVersion: batch/v1 kind: Job metadata: - name: contour-certgen-v1-29-2 + name: contour-certgen-v1-29-3 namespace: projectcontour spec: template: @@ -8884,7 +8884,7 @@ spec: spec: containers: - name: contour - image: ghcr.io/projectcontour/contour:v1.29.2 + image: ghcr.io/projectcontour/contour:v1.29.3 imagePullPolicy: IfNotPresent command: - contour @@ -9146,7 +9146,7 @@ spec: - --contour-key-file=/certs/tls.key - --config-path=/config/contour.yaml command: ["contour"] - image: ghcr.io/projectcontour/contour:v1.29.2 + image: ghcr.io/projectcontour/contour:v1.29.3 imagePullPolicy: IfNotPresent name: contour ports: @@ -9234,7 +9234,7 @@ spec: args: - envoy - shutdown-manager - image: ghcr.io/projectcontour/contour:v1.29.2 + image: ghcr.io/projectcontour/contour:v1.29.3 imagePullPolicy: IfNotPresent lifecycle: preStop: @@ -9312,7 +9312,7 @@ spec: - --envoy-key-file=/certs/tls.key command: - contour - image: ghcr.io/projectcontour/contour:v1.29.2 + image: ghcr.io/projectcontour/contour:v1.29.3 imagePullPolicy: IfNotPresent name: envoy-initconfig volumeMounts: