Skip to content

Commit 83ca628

Browse files
committed
Update Contour Docker image to v1.31.4.
Signed-off-by: Tero Saarni <tero.saarni@est.tech>
1 parent 40de3fa commit 83ca628

File tree

10 files changed

+25
-25
lines changed

10 files changed

+25
-25
lines changed

cmd/contour/gatewayprovisioner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ func registerGatewayProvisioner(app *kingpin.Application) (*kingpin.CmdClause, *
3535
cmd := app.Command("gateway-provisioner", "Run contour gateway provisioner.")
3636

3737
provisionerConfig := &gatewayProvisionerConfig{
38-
contourImage: "ghcr.io/projectcontour/contour:v1.31.3",
38+
contourImage: "ghcr.io/projectcontour/contour:v1.31.4",
3939
envoyImage: "docker.io/envoyproxy/envoy:v1.34.12",
4040
metricsBindAddress: ":8080",
4141
leaderElection: false,

examples/contour/02-job-certgen.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ rules:
3636
apiVersion: batch/v1
3737
kind: Job
3838
metadata:
39-
name: contour-certgen-v1-31-3
39+
name: contour-certgen-v1-31-4
4040
namespace: projectcontour
4141
spec:
4242
template:
@@ -46,7 +46,7 @@ spec:
4646
spec:
4747
containers:
4848
- name: contour
49-
image: ghcr.io/projectcontour/contour:v1.31.3
49+
image: ghcr.io/projectcontour/contour:v1.31.4
5050
imagePullPolicy: IfNotPresent
5151
command:
5252
- contour

examples/contour/03-contour.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
- --contour-key-file=/certs/tls.key
4343
- --config-path=/config/contour.yaml
4444
command: ["contour"]
45-
image: ghcr.io/projectcontour/contour:v1.31.3
45+
image: ghcr.io/projectcontour/contour:v1.31.4
4646
imagePullPolicy: IfNotPresent
4747
name: contour
4848
ports:

examples/contour/03-envoy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
args:
2626
- envoy
2727
- shutdown-manager
28-
image: ghcr.io/projectcontour/contour:v1.31.3
28+
image: ghcr.io/projectcontour/contour:v1.31.4
2929
imagePullPolicy: IfNotPresent
3030
lifecycle:
3131
preStop:
@@ -107,7 +107,7 @@ spec:
107107
- --envoy-key-file=/certs/tls.key
108108
command:
109109
- contour
110-
image: ghcr.io/projectcontour/contour:v1.31.3
110+
image: ghcr.io/projectcontour/contour:v1.31.4
111111
imagePullPolicy: IfNotPresent
112112
name: envoy-initconfig
113113
volumeMounts:

examples/deployment/03-envoy-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
args:
3838
- envoy
3939
- shutdown-manager
40-
image: ghcr.io/projectcontour/contour:v1.31.3
40+
image: ghcr.io/projectcontour/contour:v1.31.4
4141
imagePullPolicy: IfNotPresent
4242
lifecycle:
4343
preStop:
@@ -119,7 +119,7 @@ spec:
119119
- --envoy-key-file=/certs/tls.key
120120
command:
121121
- contour
122-
image: ghcr.io/projectcontour/contour:v1.31.3
122+
image: ghcr.io/projectcontour/contour:v1.31.4
123123
imagePullPolicy: IfNotPresent
124124
name: envoy-initconfig
125125
volumeMounts:

examples/gateway-provisioner/03-gateway-provisioner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
- --metrics-addr=127.0.0.1:8080
2323
- --enable-leader-election
2424
command: ["contour"]
25-
image: ghcr.io/projectcontour/contour:v1.31.3
25+
image: ghcr.io/projectcontour/contour:v1.31.4
2626
imagePullPolicy: IfNotPresent
2727
name: contour-gateway-provisioner
2828
resources:

examples/render/contour-deployment.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9054,7 +9054,7 @@ rules:
90549054
apiVersion: batch/v1
90559055
kind: Job
90569056
metadata:
9057-
name: contour-certgen-v1-31-3
9057+
name: contour-certgen-v1-31-4
90589058
namespace: projectcontour
90599059
spec:
90609060
template:
@@ -9064,7 +9064,7 @@ spec:
90649064
spec:
90659065
containers:
90669066
- name: contour
9067-
image: ghcr.io/projectcontour/contour:v1.31.3
9067+
image: ghcr.io/projectcontour/contour:v1.31.4
90689068
imagePullPolicy: IfNotPresent
90699069
command:
90709070
- contour
@@ -9322,7 +9322,7 @@ spec:
93229322
- --contour-key-file=/certs/tls.key
93239323
- --config-path=/config/contour.yaml
93249324
command: ["contour"]
9325-
image: ghcr.io/projectcontour/contour:v1.31.3
9325+
image: ghcr.io/projectcontour/contour:v1.31.4
93269326
imagePullPolicy: IfNotPresent
93279327
name: contour
93289328
ports:
@@ -9418,7 +9418,7 @@ spec:
94189418
args:
94199419
- envoy
94209420
- shutdown-manager
9421-
image: ghcr.io/projectcontour/contour:v1.31.3
9421+
image: ghcr.io/projectcontour/contour:v1.31.4
94229422
imagePullPolicy: IfNotPresent
94239423
lifecycle:
94249424
preStop:
@@ -9500,7 +9500,7 @@ spec:
95009500
- --envoy-key-file=/certs/tls.key
95019501
command:
95029502
- contour
9503-
image: ghcr.io/projectcontour/contour:v1.31.3
9503+
image: ghcr.io/projectcontour/contour:v1.31.4
95049504
imagePullPolicy: IfNotPresent
95059505
name: envoy-initconfig
95069506
volumeMounts:

examples/render/contour-gateway-provisioner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23950,7 +23950,7 @@ spec:
2395023950
- --metrics-addr=127.0.0.1:8080
2395123951
- --enable-leader-election
2395223952
command: ["contour"]
23953-
image: ghcr.io/projectcontour/contour:v1.31.3
23953+
image: ghcr.io/projectcontour/contour:v1.31.4
2395423954
imagePullPolicy: IfNotPresent
2395523955
name: contour-gateway-provisioner
2395623956
resources:

examples/render/contour-gateway.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8871,7 +8871,7 @@ rules:
88718871
apiVersion: batch/v1
88728872
kind: Job
88738873
metadata:
8874-
name: contour-certgen-v1-31-3
8874+
name: contour-certgen-v1-31-4
88758875
namespace: projectcontour
88768876
spec:
88778877
template:
@@ -8881,7 +8881,7 @@ spec:
88818881
spec:
88828882
containers:
88838883
- name: contour
8884-
image: ghcr.io/projectcontour/contour:v1.31.3
8884+
image: ghcr.io/projectcontour/contour:v1.31.4
88858885
imagePullPolicy: IfNotPresent
88868886
command:
88878887
- contour
@@ -9139,7 +9139,7 @@ spec:
91399139
- --contour-key-file=/certs/tls.key
91409140
- --config-path=/config/contour.yaml
91419141
command: ["contour"]
9142-
image: ghcr.io/projectcontour/contour:v1.31.3
9142+
image: ghcr.io/projectcontour/contour:v1.31.4
91439143
imagePullPolicy: IfNotPresent
91449144
name: contour
91459145
ports:
@@ -9223,7 +9223,7 @@ spec:
92239223
args:
92249224
- envoy
92259225
- shutdown-manager
9226-
image: ghcr.io/projectcontour/contour:v1.31.3
9226+
image: ghcr.io/projectcontour/contour:v1.31.4
92279227
imagePullPolicy: IfNotPresent
92289228
lifecycle:
92299229
preStop:
@@ -9305,7 +9305,7 @@ spec:
93059305
- --envoy-key-file=/certs/tls.key
93069306
command:
93079307
- contour
9308-
image: ghcr.io/projectcontour/contour:v1.31.3
9308+
image: ghcr.io/projectcontour/contour:v1.31.4
93099309
imagePullPolicy: IfNotPresent
93109310
name: envoy-initconfig
93119311
volumeMounts:

examples/render/contour.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9054,7 +9054,7 @@ rules:
90549054
apiVersion: batch/v1
90559055
kind: Job
90569056
metadata:
9057-
name: contour-certgen-v1-31-3
9057+
name: contour-certgen-v1-31-4
90589058
namespace: projectcontour
90599059
spec:
90609060
template:
@@ -9064,7 +9064,7 @@ spec:
90649064
spec:
90659065
containers:
90669066
- name: contour
9067-
image: ghcr.io/projectcontour/contour:v1.31.3
9067+
image: ghcr.io/projectcontour/contour:v1.31.4
90689068
imagePullPolicy: IfNotPresent
90699069
command:
90709070
- contour
@@ -9322,7 +9322,7 @@ spec:
93229322
- --contour-key-file=/certs/tls.key
93239323
- --config-path=/config/contour.yaml
93249324
command: ["contour"]
9325-
image: ghcr.io/projectcontour/contour:v1.31.3
9325+
image: ghcr.io/projectcontour/contour:v1.31.4
93269326
imagePullPolicy: IfNotPresent
93279327
name: contour
93289328
ports:
@@ -9406,7 +9406,7 @@ spec:
94069406
args:
94079407
- envoy
94089408
- shutdown-manager
9409-
image: ghcr.io/projectcontour/contour:v1.31.3
9409+
image: ghcr.io/projectcontour/contour:v1.31.4
94109410
imagePullPolicy: IfNotPresent
94119411
lifecycle:
94129412
preStop:
@@ -9488,7 +9488,7 @@ spec:
94889488
- --envoy-key-file=/certs/tls.key
94899489
command:
94909490
- contour
9491-
image: ghcr.io/projectcontour/contour:v1.31.3
9491+
image: ghcr.io/projectcontour/contour:v1.31.4
94929492
imagePullPolicy: IfNotPresent
94939493
name: envoy-initconfig
94949494
volumeMounts:

0 commit comments

Comments
 (0)