diff --git a/cmd/contour/gatewayprovisioner.go b/cmd/contour/gatewayprovisioner.go index b695b294193..eed071b0fe8 100644 --- a/cmd/contour/gatewayprovisioner.go +++ b/cmd/contour/gatewayprovisioner.go @@ -33,7 +33,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.24.2", + contourImage: "ghcr.io/projectcontour/contour:v1.24.3", envoyImage: "docker.io/envoyproxy/envoy:v1.25.4", metricsBindAddress: ":8080", leaderElection: false, diff --git a/examples/contour/02-job-certgen.yaml b/examples/contour/02-job-certgen.yaml index 51180ed7315..0f66622cf59 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.24.2 + name: contour-certgen-v1.24.3 namespace: projectcontour spec: template: @@ -46,7 +46,7 @@ spec: spec: containers: - name: contour - image: ghcr.io/projectcontour/contour:v1.24.2 + image: ghcr.io/projectcontour/contour:v1.24.3 imagePullPolicy: IfNotPresent command: - contour diff --git a/examples/contour/03-contour.yaml b/examples/contour/03-contour.yaml index 184b276ee3a..82e12b215fd 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.24.2 + image: ghcr.io/projectcontour/contour:v1.24.3 imagePullPolicy: IfNotPresent name: contour ports: diff --git a/examples/contour/03-envoy.yaml b/examples/contour/03-envoy.yaml index eee03f78616..44391d754f7 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.24.2 + image: ghcr.io/projectcontour/contour:v1.24.3 imagePullPolicy: IfNotPresent lifecycle: preStop: @@ -107,7 +107,7 @@ spec: - --envoy-key-file=/certs/tls.key command: - contour - image: ghcr.io/projectcontour/contour:v1.24.2 + image: ghcr.io/projectcontour/contour:v1.24.3 imagePullPolicy: IfNotPresent name: envoy-initconfig volumeMounts: diff --git a/examples/deployment/03-envoy-deployment.yaml b/examples/deployment/03-envoy-deployment.yaml index 95597e54095..c0d84a4c4c0 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.24.2 + image: ghcr.io/projectcontour/contour:v1.24.3 imagePullPolicy: IfNotPresent lifecycle: preStop: @@ -120,7 +120,7 @@ spec: - --envoy-key-file=/certs/tls.key command: - contour - image: ghcr.io/projectcontour/contour:v1.24.2 + image: ghcr.io/projectcontour/contour:v1.24.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 32d418387f1..cf923ee4095 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.24.2 + image: ghcr.io/projectcontour/contour:v1.24.3 imagePullPolicy: IfNotPresent name: contour-gateway-provisioner resources: diff --git a/examples/render/contour-deployment.yaml b/examples/render/contour-deployment.yaml index 5465cdb01dc..331f5075a7d 100644 --- a/examples/render/contour-deployment.yaml +++ b/examples/render/contour-deployment.yaml @@ -7035,7 +7035,7 @@ rules: apiVersion: batch/v1 kind: Job metadata: - name: contour-certgen-v1.24.2 + name: contour-certgen-v1.24.3 namespace: projectcontour spec: template: @@ -7045,7 +7045,7 @@ spec: spec: containers: - name: contour - image: ghcr.io/projectcontour/contour:v1.24.2 + image: ghcr.io/projectcontour/contour:v1.24.3 imagePullPolicy: IfNotPresent command: - contour @@ -7294,7 +7294,7 @@ spec: - --contour-key-file=/certs/tls.key - --config-path=/config/contour.yaml command: ["contour"] - image: ghcr.io/projectcontour/contour:v1.24.2 + image: ghcr.io/projectcontour/contour:v1.24.3 imagePullPolicy: IfNotPresent name: contour ports: @@ -7396,7 +7396,7 @@ spec: args: - envoy - shutdown-manager - image: ghcr.io/projectcontour/contour:v1.24.2 + image: ghcr.io/projectcontour/contour:v1.24.3 imagePullPolicy: IfNotPresent lifecycle: preStop: @@ -7474,7 +7474,7 @@ spec: - --envoy-key-file=/certs/tls.key command: - contour - image: ghcr.io/projectcontour/contour:v1.24.2 + image: ghcr.io/projectcontour/contour:v1.24.3 imagePullPolicy: IfNotPresent name: envoy-initconfig volumeMounts: diff --git a/examples/render/contour-gateway-provisioner.yaml b/examples/render/contour-gateway-provisioner.yaml index 37ba03ac255..f4c2819ac75 100644 --- a/examples/render/contour-gateway-provisioner.yaml +++ b/examples/render/contour-gateway-provisioner.yaml @@ -16295,7 +16295,7 @@ spec: - --metrics-addr=127.0.0.1:8080 - --enable-leader-election command: ["contour"] - image: ghcr.io/projectcontour/contour:v1.24.2 + image: ghcr.io/projectcontour/contour:v1.24.3 imagePullPolicy: IfNotPresent name: contour-gateway-provisioner resources: diff --git a/examples/render/contour-gateway.yaml b/examples/render/contour-gateway.yaml index 7e3b80e205f..f1bc6835f63 100644 --- a/examples/render/contour-gateway.yaml +++ b/examples/render/contour-gateway.yaml @@ -7041,7 +7041,7 @@ rules: apiVersion: batch/v1 kind: Job metadata: - name: contour-certgen-v1.24.2 + name: contour-certgen-v1.24.3 namespace: projectcontour spec: template: @@ -7051,7 +7051,7 @@ spec: spec: containers: - name: contour - image: ghcr.io/projectcontour/contour:v1.24.2 + image: ghcr.io/projectcontour/contour:v1.24.3 imagePullPolicy: IfNotPresent command: - contour @@ -7300,7 +7300,7 @@ spec: - --contour-key-file=/certs/tls.key - --config-path=/config/contour.yaml command: ["contour"] - image: ghcr.io/projectcontour/contour:v1.24.2 + image: ghcr.io/projectcontour/contour:v1.24.3 imagePullPolicy: IfNotPresent name: contour ports: @@ -7389,7 +7389,7 @@ spec: args: - envoy - shutdown-manager - image: ghcr.io/projectcontour/contour:v1.24.2 + image: ghcr.io/projectcontour/contour:v1.24.3 imagePullPolicy: IfNotPresent lifecycle: preStop: @@ -7467,7 +7467,7 @@ spec: - --envoy-key-file=/certs/tls.key command: - contour - image: ghcr.io/projectcontour/contour:v1.24.2 + image: ghcr.io/projectcontour/contour:v1.24.3 imagePullPolicy: IfNotPresent name: envoy-initconfig volumeMounts: diff --git a/examples/render/contour.yaml b/examples/render/contour.yaml index 469cd6ff935..bba8e5ca30c 100644 --- a/examples/render/contour.yaml +++ b/examples/render/contour.yaml @@ -7035,7 +7035,7 @@ rules: apiVersion: batch/v1 kind: Job metadata: - name: contour-certgen-v1.24.2 + name: contour-certgen-v1.24.3 namespace: projectcontour spec: template: @@ -7045,7 +7045,7 @@ spec: spec: containers: - name: contour - image: ghcr.io/projectcontour/contour:v1.24.2 + image: ghcr.io/projectcontour/contour:v1.24.3 imagePullPolicy: IfNotPresent command: - contour @@ -7294,7 +7294,7 @@ spec: - --contour-key-file=/certs/tls.key - --config-path=/config/contour.yaml command: ["contour"] - image: ghcr.io/projectcontour/contour:v1.24.2 + image: ghcr.io/projectcontour/contour:v1.24.3 imagePullPolicy: IfNotPresent name: contour ports: @@ -7383,7 +7383,7 @@ spec: args: - envoy - shutdown-manager - image: ghcr.io/projectcontour/contour:v1.24.2 + image: ghcr.io/projectcontour/contour:v1.24.3 imagePullPolicy: IfNotPresent lifecycle: preStop: @@ -7461,7 +7461,7 @@ spec: - --envoy-key-file=/certs/tls.key command: - contour - image: ghcr.io/projectcontour/contour:v1.24.2 + image: ghcr.io/projectcontour/contour:v1.24.3 imagePullPolicy: IfNotPresent name: envoy-initconfig volumeMounts: