Skip to content

Commit e7758f8

Browse files
committed
Update Contour Docker image to v1.32.1.
Signed-off-by: Tero Saarni <[email protected]>
1 parent 2fd4474 commit e7758f8

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.32.0",
38+
contourImage: "ghcr.io/projectcontour/contour:v1.32.1",
3939
envoyImage: "docker.io/envoyproxy/envoy:v1.34.4",
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-32-0
39+
name: contour-certgen-v1-32-1
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.32.0
49+
image: ghcr.io/projectcontour/contour:v1.32.1
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.32.0
45+
image: ghcr.io/projectcontour/contour:v1.32.1
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.32.0
28+
image: ghcr.io/projectcontour/contour:v1.32.1
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.32.0
110+
image: ghcr.io/projectcontour/contour:v1.32.1
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.32.0
40+
image: ghcr.io/projectcontour/contour:v1.32.1
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.32.0
122+
image: ghcr.io/projectcontour/contour:v1.32.1
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.32.0
25+
image: ghcr.io/projectcontour/contour:v1.32.1
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
@@ -9055,7 +9055,7 @@ rules:
90559055
apiVersion: batch/v1
90569056
kind: Job
90579057
metadata:
9058-
name: contour-certgen-v1-32-0
9058+
name: contour-certgen-v1-32-1
90599059
namespace: projectcontour
90609060
spec:
90619061
template:
@@ -9065,7 +9065,7 @@ spec:
90659065
spec:
90669066
containers:
90679067
- name: contour
9068-
image: ghcr.io/projectcontour/contour:v1.32.0
9068+
image: ghcr.io/projectcontour/contour:v1.32.1
90699069
imagePullPolicy: IfNotPresent
90709070
command:
90719071
- contour
@@ -9323,7 +9323,7 @@ spec:
93239323
- --contour-key-file=/certs/tls.key
93249324
- --config-path=/config/contour.yaml
93259325
command: ["contour"]
9326-
image: ghcr.io/projectcontour/contour:v1.32.0
9326+
image: ghcr.io/projectcontour/contour:v1.32.1
93279327
imagePullPolicy: IfNotPresent
93289328
name: contour
93299329
ports:
@@ -9419,7 +9419,7 @@ spec:
94199419
args:
94209420
- envoy
94219421
- shutdown-manager
9422-
image: ghcr.io/projectcontour/contour:v1.32.0
9422+
image: ghcr.io/projectcontour/contour:v1.32.1
94239423
imagePullPolicy: IfNotPresent
94249424
lifecycle:
94259425
preStop:
@@ -9501,7 +9501,7 @@ spec:
95019501
- --envoy-key-file=/certs/tls.key
95029502
command:
95039503
- contour
9504-
image: ghcr.io/projectcontour/contour:v1.32.0
9504+
image: ghcr.io/projectcontour/contour:v1.32.1
95059505
imagePullPolicy: IfNotPresent
95069506
name: envoy-initconfig
95079507
volumeMounts:

examples/render/contour-gateway-provisioner.yaml

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

examples/render/contour-gateway.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8872,7 +8872,7 @@ rules:
88728872
apiVersion: batch/v1
88738873
kind: Job
88748874
metadata:
8875-
name: contour-certgen-v1-32-0
8875+
name: contour-certgen-v1-32-1
88768876
namespace: projectcontour
88778877
spec:
88788878
template:
@@ -8882,7 +8882,7 @@ spec:
88828882
spec:
88838883
containers:
88848884
- name: contour
8885-
image: ghcr.io/projectcontour/contour:v1.32.0
8885+
image: ghcr.io/projectcontour/contour:v1.32.1
88868886
imagePullPolicy: IfNotPresent
88878887
command:
88888888
- contour
@@ -9140,7 +9140,7 @@ spec:
91409140
- --contour-key-file=/certs/tls.key
91419141
- --config-path=/config/contour.yaml
91429142
command: ["contour"]
9143-
image: ghcr.io/projectcontour/contour:v1.32.0
9143+
image: ghcr.io/projectcontour/contour:v1.32.1
91449144
imagePullPolicy: IfNotPresent
91459145
name: contour
91469146
ports:
@@ -9224,7 +9224,7 @@ spec:
92249224
args:
92259225
- envoy
92269226
- shutdown-manager
9227-
image: ghcr.io/projectcontour/contour:v1.32.0
9227+
image: ghcr.io/projectcontour/contour:v1.32.1
92289228
imagePullPolicy: IfNotPresent
92299229
lifecycle:
92309230
preStop:
@@ -9306,7 +9306,7 @@ spec:
93069306
- --envoy-key-file=/certs/tls.key
93079307
command:
93089308
- contour
9309-
image: ghcr.io/projectcontour/contour:v1.32.0
9309+
image: ghcr.io/projectcontour/contour:v1.32.1
93109310
imagePullPolicy: IfNotPresent
93119311
name: envoy-initconfig
93129312
volumeMounts:

examples/render/contour.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9055,7 +9055,7 @@ rules:
90559055
apiVersion: batch/v1
90569056
kind: Job
90579057
metadata:
9058-
name: contour-certgen-v1-32-0
9058+
name: contour-certgen-v1-32-1
90599059
namespace: projectcontour
90609060
spec:
90619061
template:
@@ -9065,7 +9065,7 @@ spec:
90659065
spec:
90669066
containers:
90679067
- name: contour
9068-
image: ghcr.io/projectcontour/contour:v1.32.0
9068+
image: ghcr.io/projectcontour/contour:v1.32.1
90699069
imagePullPolicy: IfNotPresent
90709070
command:
90719071
- contour
@@ -9323,7 +9323,7 @@ spec:
93239323
- --contour-key-file=/certs/tls.key
93249324
- --config-path=/config/contour.yaml
93259325
command: ["contour"]
9326-
image: ghcr.io/projectcontour/contour:v1.32.0
9326+
image: ghcr.io/projectcontour/contour:v1.32.1
93279327
imagePullPolicy: IfNotPresent
93289328
name: contour
93299329
ports:
@@ -9407,7 +9407,7 @@ spec:
94079407
args:
94089408
- envoy
94099409
- shutdown-manager
9410-
image: ghcr.io/projectcontour/contour:v1.32.0
9410+
image: ghcr.io/projectcontour/contour:v1.32.1
94119411
imagePullPolicy: IfNotPresent
94129412
lifecycle:
94139413
preStop:
@@ -9489,7 +9489,7 @@ spec:
94899489
- --envoy-key-file=/certs/tls.key
94909490
command:
94919491
- contour
9492-
image: ghcr.io/projectcontour/contour:v1.32.0
9492+
image: ghcr.io/projectcontour/contour:v1.32.1
94939493
imagePullPolicy: IfNotPresent
94949494
name: envoy-initconfig
94959495
volumeMounts:

0 commit comments

Comments
 (0)