diff --git a/cmd/contour/gatewayprovisioner.go b/cmd/contour/gatewayprovisioner.go index d56fe16756e..4273543b354 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.3", + contourImage: "ghcr.io/projectcontour/contour:v1.29.4", envoyImage: "docker.io/envoyproxy/envoy:v1.30.9", metricsBindAddress: ":8080", leaderElection: false, diff --git a/examples/contour/02-job-certgen.yaml b/examples/contour/02-job-certgen.yaml index 88c80a41f42..6d828affeb0 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-3 + name: contour-certgen-v1-29-4 namespace: projectcontour spec: template: @@ -46,7 +46,7 @@ spec: spec: containers: - name: contour - image: ghcr.io/projectcontour/contour:v1.29.3 + image: ghcr.io/projectcontour/contour:v1.29.4 imagePullPolicy: IfNotPresent command: - contour diff --git a/examples/contour/03-contour.yaml b/examples/contour/03-contour.yaml index f8e574d4b35..34ee5e513b8 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.3 + image: ghcr.io/projectcontour/contour:v1.29.4 imagePullPolicy: IfNotPresent name: contour ports: diff --git a/examples/contour/03-envoy.yaml b/examples/contour/03-envoy.yaml index 535294ae83d..5172aaefffd 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.3 + image: ghcr.io/projectcontour/contour:v1.29.4 imagePullPolicy: IfNotPresent lifecycle: preStop: @@ -107,7 +107,7 @@ spec: - --envoy-key-file=/certs/tls.key command: - contour - image: ghcr.io/projectcontour/contour:v1.29.3 + image: ghcr.io/projectcontour/contour:v1.29.4 imagePullPolicy: IfNotPresent name: envoy-initconfig volumeMounts: diff --git a/examples/deployment/03-envoy-deployment.yaml b/examples/deployment/03-envoy-deployment.yaml index c5e38438547..c457d1ace31 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.3 + image: ghcr.io/projectcontour/contour:v1.29.4 imagePullPolicy: IfNotPresent lifecycle: preStop: @@ -119,7 +119,7 @@ spec: - --envoy-key-file=/certs/tls.key command: - contour - image: ghcr.io/projectcontour/contour:v1.29.3 + image: ghcr.io/projectcontour/contour:v1.29.4 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 22e1652bc56..c0993022782 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.3 + image: ghcr.io/projectcontour/contour:v1.29.4 imagePullPolicy: IfNotPresent name: contour-gateway-provisioner resources: diff --git a/examples/render/contour-deployment.yaml b/examples/render/contour-deployment.yaml index 68d433dcc6a..a0b572d20b5 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-3 + name: contour-certgen-v1-29-4 namespace: projectcontour spec: template: @@ -8884,7 +8884,7 @@ spec: spec: containers: - name: contour - image: ghcr.io/projectcontour/contour:v1.29.3 + image: ghcr.io/projectcontour/contour:v1.29.4 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.3 + image: ghcr.io/projectcontour/contour:v1.29.4 imagePullPolicy: IfNotPresent name: contour ports: @@ -9246,7 +9246,7 @@ spec: args: - envoy - shutdown-manager - image: ghcr.io/projectcontour/contour:v1.29.3 + image: ghcr.io/projectcontour/contour:v1.29.4 imagePullPolicy: IfNotPresent lifecycle: preStop: @@ -9324,7 +9324,7 @@ spec: - --envoy-key-file=/certs/tls.key command: - contour - image: ghcr.io/projectcontour/contour:v1.29.3 + image: ghcr.io/projectcontour/contour:v1.29.4 imagePullPolicy: IfNotPresent name: envoy-initconfig volumeMounts: diff --git a/examples/render/contour-gateway-provisioner.yaml b/examples/render/contour-gateway-provisioner.yaml index 53b71a866ba..d8f30373e3d 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.3 + image: ghcr.io/projectcontour/contour:v1.29.4 imagePullPolicy: IfNotPresent name: contour-gateway-provisioner resources: diff --git a/examples/render/contour-gateway.yaml b/examples/render/contour-gateway.yaml index b2ea996ad1f..0141c9fda08 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-3 + name: contour-certgen-v1-29-4 namespace: projectcontour spec: template: @@ -8700,7 +8700,7 @@ spec: spec: containers: - name: contour - image: ghcr.io/projectcontour/contour:v1.29.3 + image: ghcr.io/projectcontour/contour:v1.29.4 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.3 + image: ghcr.io/projectcontour/contour:v1.29.4 imagePullPolicy: IfNotPresent name: contour ports: @@ -9050,7 +9050,7 @@ spec: args: - envoy - shutdown-manager - image: ghcr.io/projectcontour/contour:v1.29.3 + image: ghcr.io/projectcontour/contour:v1.29.4 imagePullPolicy: IfNotPresent lifecycle: preStop: @@ -9128,7 +9128,7 @@ spec: - --envoy-key-file=/certs/tls.key command: - contour - image: ghcr.io/projectcontour/contour:v1.29.3 + image: ghcr.io/projectcontour/contour:v1.29.4 imagePullPolicy: IfNotPresent name: envoy-initconfig volumeMounts: diff --git a/examples/render/contour.yaml b/examples/render/contour.yaml index e6a89a1c03e..1ad8a43fb7b 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-3 + name: contour-certgen-v1-29-4 namespace: projectcontour spec: template: @@ -8884,7 +8884,7 @@ spec: spec: containers: - name: contour - image: ghcr.io/projectcontour/contour:v1.29.3 + image: ghcr.io/projectcontour/contour:v1.29.4 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.3 + image: ghcr.io/projectcontour/contour:v1.29.4 imagePullPolicy: IfNotPresent name: contour ports: @@ -9234,7 +9234,7 @@ spec: args: - envoy - shutdown-manager - image: ghcr.io/projectcontour/contour:v1.29.3 + image: ghcr.io/projectcontour/contour:v1.29.4 imagePullPolicy: IfNotPresent lifecycle: preStop: @@ -9312,7 +9312,7 @@ spec: - --envoy-key-file=/certs/tls.key command: - contour - image: ghcr.io/projectcontour/contour:v1.29.3 + image: ghcr.io/projectcontour/contour:v1.29.4 imagePullPolicy: IfNotPresent name: envoy-initconfig volumeMounts: