From c340f162574aed48c45decb9154795ce174fb577 Mon Sep 17 00:00:00 2001 From: Steve Kriss Date: Wed, 10 Apr 2024 08:40:48 -0600 Subject: [PATCH] Update Contour Docker image to v1.27.2. 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 d5870f0f67d..7ead0a33afa 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.27.1", + contourImage: "ghcr.io/projectcontour/contour:v1.27.2", envoyImage: "docker.io/envoyproxy/envoy:v1.28.2", metricsBindAddress: ":8080", leaderElection: false, diff --git a/examples/contour/02-job-certgen.yaml b/examples/contour/02-job-certgen.yaml index 35b9ad705e6..5a19238f241 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-27-1 + name: contour-certgen-v1-27-2 namespace: projectcontour spec: template: @@ -46,7 +46,7 @@ spec: spec: containers: - name: contour - image: ghcr.io/projectcontour/contour:v1.27.1 + image: ghcr.io/projectcontour/contour:v1.27.2 imagePullPolicy: IfNotPresent command: - contour diff --git a/examples/contour/03-contour.yaml b/examples/contour/03-contour.yaml index 8d42cf787b2..17be8b12fba 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.27.1 + image: ghcr.io/projectcontour/contour:v1.27.2 imagePullPolicy: IfNotPresent name: contour ports: diff --git a/examples/contour/03-envoy.yaml b/examples/contour/03-envoy.yaml index df34b1d3f74..818937b2b6f 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.27.1 + image: ghcr.io/projectcontour/contour:v1.27.2 imagePullPolicy: IfNotPresent lifecycle: preStop: @@ -107,7 +107,7 @@ spec: - --envoy-key-file=/certs/tls.key command: - contour - image: ghcr.io/projectcontour/contour:v1.27.1 + image: ghcr.io/projectcontour/contour:v1.27.2 imagePullPolicy: IfNotPresent name: envoy-initconfig volumeMounts: diff --git a/examples/deployment/03-envoy-deployment.yaml b/examples/deployment/03-envoy-deployment.yaml index d15c17181f0..77c81682838 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.27.1 + image: ghcr.io/projectcontour/contour:v1.27.2 imagePullPolicy: IfNotPresent lifecycle: preStop: @@ -120,7 +120,7 @@ spec: - --envoy-key-file=/certs/tls.key command: - contour - image: ghcr.io/projectcontour/contour:v1.27.1 + image: ghcr.io/projectcontour/contour:v1.27.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 e6e49a45381..11ee1447f93 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.27.1 + image: ghcr.io/projectcontour/contour:v1.27.2 imagePullPolicy: IfNotPresent name: contour-gateway-provisioner resources: diff --git a/examples/render/contour-deployment.yaml b/examples/render/contour-deployment.yaml index dfa9c7cefb2..ecb6c61e09c 100644 --- a/examples/render/contour-deployment.yaml +++ b/examples/render/contour-deployment.yaml @@ -8367,7 +8367,7 @@ rules: apiVersion: batch/v1 kind: Job metadata: - name: contour-certgen-v1-27-1 + name: contour-certgen-v1-27-2 namespace: projectcontour spec: template: @@ -8377,7 +8377,7 @@ spec: spec: containers: - name: contour - image: ghcr.io/projectcontour/contour:v1.27.1 + image: ghcr.io/projectcontour/contour:v1.27.2 imagePullPolicy: IfNotPresent command: - contour @@ -8636,7 +8636,7 @@ spec: - --contour-key-file=/certs/tls.key - --config-path=/config/contour.yaml command: ["contour"] - image: ghcr.io/projectcontour/contour:v1.27.1 + image: ghcr.io/projectcontour/contour:v1.27.2 imagePullPolicy: IfNotPresent name: contour ports: @@ -8738,7 +8738,7 @@ spec: args: - envoy - shutdown-manager - image: ghcr.io/projectcontour/contour:v1.27.1 + image: ghcr.io/projectcontour/contour:v1.27.2 imagePullPolicy: IfNotPresent lifecycle: preStop: @@ -8816,7 +8816,7 @@ spec: - --envoy-key-file=/certs/tls.key command: - contour - image: ghcr.io/projectcontour/contour:v1.27.1 + image: ghcr.io/projectcontour/contour:v1.27.2 imagePullPolicy: IfNotPresent name: envoy-initconfig volumeMounts: diff --git a/examples/render/contour-gateway-provisioner.yaml b/examples/render/contour-gateway-provisioner.yaml index d18f930f0e8..b6ff205b0ea 100644 --- a/examples/render/contour-gateway-provisioner.yaml +++ b/examples/render/contour-gateway-provisioner.yaml @@ -19208,7 +19208,7 @@ spec: - --metrics-addr=127.0.0.1:8080 - --enable-leader-election command: ["contour"] - image: ghcr.io/projectcontour/contour:v1.27.1 + image: ghcr.io/projectcontour/contour:v1.27.2 imagePullPolicy: IfNotPresent name: contour-gateway-provisioner resources: diff --git a/examples/render/contour-gateway.yaml b/examples/render/contour-gateway.yaml index 060311c1c14..d3ad2e7d3be 100644 --- a/examples/render/contour-gateway.yaml +++ b/examples/render/contour-gateway.yaml @@ -8370,7 +8370,7 @@ rules: apiVersion: batch/v1 kind: Job metadata: - name: contour-certgen-v1-27-1 + name: contour-certgen-v1-27-2 namespace: projectcontour spec: template: @@ -8380,7 +8380,7 @@ spec: spec: containers: - name: contour - image: ghcr.io/projectcontour/contour:v1.27.1 + image: ghcr.io/projectcontour/contour:v1.27.2 imagePullPolicy: IfNotPresent command: - contour @@ -8639,7 +8639,7 @@ spec: - --contour-key-file=/certs/tls.key - --config-path=/config/contour.yaml command: ["contour"] - image: ghcr.io/projectcontour/contour:v1.27.1 + image: ghcr.io/projectcontour/contour:v1.27.2 imagePullPolicy: IfNotPresent name: contour ports: @@ -8728,7 +8728,7 @@ spec: args: - envoy - shutdown-manager - image: ghcr.io/projectcontour/contour:v1.27.1 + image: ghcr.io/projectcontour/contour:v1.27.2 imagePullPolicy: IfNotPresent lifecycle: preStop: @@ -8806,7 +8806,7 @@ spec: - --envoy-key-file=/certs/tls.key command: - contour - image: ghcr.io/projectcontour/contour:v1.27.1 + image: ghcr.io/projectcontour/contour:v1.27.2 imagePullPolicy: IfNotPresent name: envoy-initconfig volumeMounts: diff --git a/examples/render/contour.yaml b/examples/render/contour.yaml index 37b10ae6c57..6f923ce1b6d 100644 --- a/examples/render/contour.yaml +++ b/examples/render/contour.yaml @@ -8367,7 +8367,7 @@ rules: apiVersion: batch/v1 kind: Job metadata: - name: contour-certgen-v1-27-1 + name: contour-certgen-v1-27-2 namespace: projectcontour spec: template: @@ -8377,7 +8377,7 @@ spec: spec: containers: - name: contour - image: ghcr.io/projectcontour/contour:v1.27.1 + image: ghcr.io/projectcontour/contour:v1.27.2 imagePullPolicy: IfNotPresent command: - contour @@ -8636,7 +8636,7 @@ spec: - --contour-key-file=/certs/tls.key - --config-path=/config/contour.yaml command: ["contour"] - image: ghcr.io/projectcontour/contour:v1.27.1 + image: ghcr.io/projectcontour/contour:v1.27.2 imagePullPolicy: IfNotPresent name: contour ports: @@ -8725,7 +8725,7 @@ spec: args: - envoy - shutdown-manager - image: ghcr.io/projectcontour/contour:v1.27.1 + image: ghcr.io/projectcontour/contour:v1.27.2 imagePullPolicy: IfNotPresent lifecycle: preStop: @@ -8803,7 +8803,7 @@ spec: - --envoy-key-file=/certs/tls.key command: - contour - image: ghcr.io/projectcontour/contour:v1.27.1 + image: ghcr.io/projectcontour/contour:v1.27.2 imagePullPolicy: IfNotPresent name: envoy-initconfig volumeMounts: