Skip to content

Commit d2978ff

Browse files
committed
Update Contour Docker image to v1.29.2.
Signed-off-by: Steve Kriss <[email protected]>
1 parent ef8592c commit d2978ff

10 files changed

+25
-25
lines changed

cmd/contour/gatewayprovisioner.go

+1-1
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.29.1",
38+
contourImage: "ghcr.io/projectcontour/contour:v1.29.2",
3939
envoyImage: "docker.io/envoyproxy/envoy:v1.30.4",
4040
metricsBindAddress: ":8080",
4141
leaderElection: false,

examples/contour/02-job-certgen.yaml

+2-2
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-29-1
39+
name: contour-certgen-v1-29-2
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.29.1
49+
image: ghcr.io/projectcontour/contour:v1.29.2
5050
imagePullPolicy: IfNotPresent
5151
command:
5252
- contour

examples/contour/03-contour.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ spec:
4545
- --contour-key-file=/certs/tls.key
4646
- --config-path=/config/contour.yaml
4747
command: ["contour"]
48-
image: ghcr.io/projectcontour/contour:v1.29.1
48+
image: ghcr.io/projectcontour/contour:v1.29.2
4949
imagePullPolicy: IfNotPresent
5050
name: contour
5151
ports:

examples/contour/03-envoy.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
args:
3030
- envoy
3131
- shutdown-manager
32-
image: ghcr.io/projectcontour/contour:v1.29.1
32+
image: ghcr.io/projectcontour/contour:v1.29.2
3333
imagePullPolicy: IfNotPresent
3434
lifecycle:
3535
preStop:
@@ -107,7 +107,7 @@ spec:
107107
- --envoy-key-file=/certs/tls.key
108108
command:
109109
- contour
110-
image: ghcr.io/projectcontour/contour:v1.29.1
110+
image: ghcr.io/projectcontour/contour:v1.29.2
111111
imagePullPolicy: IfNotPresent
112112
name: envoy-initconfig
113113
volumeMounts:

examples/deployment/03-envoy-deployment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
args:
4242
- envoy
4343
- shutdown-manager
44-
image: ghcr.io/projectcontour/contour:v1.29.1
44+
image: ghcr.io/projectcontour/contour:v1.29.2
4545
imagePullPolicy: IfNotPresent
4646
lifecycle:
4747
preStop:
@@ -119,7 +119,7 @@ spec:
119119
- --envoy-key-file=/certs/tls.key
120120
command:
121121
- contour
122-
image: ghcr.io/projectcontour/contour:v1.29.1
122+
image: ghcr.io/projectcontour/contour:v1.29.2
123123
imagePullPolicy: IfNotPresent
124124
name: envoy-initconfig
125125
volumeMounts:

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

+1-1
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.29.1
25+
image: ghcr.io/projectcontour/contour:v1.29.2
2626
imagePullPolicy: IfNotPresent
2727
name: contour-gateway-provisioner
2828
resources:

examples/render/contour-deployment.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -8874,7 +8874,7 @@ rules:
88748874
apiVersion: batch/v1
88758875
kind: Job
88768876
metadata:
8877-
name: contour-certgen-v1-29-1
8877+
name: contour-certgen-v1-29-2
88788878
namespace: projectcontour
88798879
spec:
88808880
template:
@@ -8884,7 +8884,7 @@ spec:
88848884
spec:
88858885
containers:
88868886
- name: contour
8887-
image: ghcr.io/projectcontour/contour:v1.29.1
8887+
image: ghcr.io/projectcontour/contour:v1.29.2
88888888
imagePullPolicy: IfNotPresent
88898889
command:
88908890
- contour
@@ -9146,7 +9146,7 @@ spec:
91469146
- --contour-key-file=/certs/tls.key
91479147
- --config-path=/config/contour.yaml
91489148
command: ["contour"]
9149-
image: ghcr.io/projectcontour/contour:v1.29.1
9149+
image: ghcr.io/projectcontour/contour:v1.29.2
91509150
imagePullPolicy: IfNotPresent
91519151
name: contour
91529152
ports:
@@ -9246,7 +9246,7 @@ spec:
92469246
args:
92479247
- envoy
92489248
- shutdown-manager
9249-
image: ghcr.io/projectcontour/contour:v1.29.1
9249+
image: ghcr.io/projectcontour/contour:v1.29.2
92509250
imagePullPolicy: IfNotPresent
92519251
lifecycle:
92529252
preStop:
@@ -9324,7 +9324,7 @@ spec:
93249324
- --envoy-key-file=/certs/tls.key
93259325
command:
93269326
- contour
9327-
image: ghcr.io/projectcontour/contour:v1.29.1
9327+
image: ghcr.io/projectcontour/contour:v1.29.2
93289328
imagePullPolicy: IfNotPresent
93299329
name: envoy-initconfig
93309330
volumeMounts:

examples/render/contour-gateway-provisioner.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20671,7 +20671,7 @@ spec:
2067120671
- --metrics-addr=127.0.0.1:8080
2067220672
- --enable-leader-election
2067320673
command: ["contour"]
20674-
image: ghcr.io/projectcontour/contour:v1.29.1
20674+
image: ghcr.io/projectcontour/contour:v1.29.2
2067520675
imagePullPolicy: IfNotPresent
2067620676
name: contour-gateway-provisioner
2067720677
resources:

examples/render/contour-gateway.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -8690,7 +8690,7 @@ rules:
86908690
apiVersion: batch/v1
86918691
kind: Job
86928692
metadata:
8693-
name: contour-certgen-v1-29-1
8693+
name: contour-certgen-v1-29-2
86948694
namespace: projectcontour
86958695
spec:
86968696
template:
@@ -8700,7 +8700,7 @@ spec:
87008700
spec:
87018701
containers:
87028702
- name: contour
8703-
image: ghcr.io/projectcontour/contour:v1.29.1
8703+
image: ghcr.io/projectcontour/contour:v1.29.2
87048704
imagePullPolicy: IfNotPresent
87058705
command:
87068706
- contour
@@ -8962,7 +8962,7 @@ spec:
89628962
- --contour-key-file=/certs/tls.key
89638963
- --config-path=/config/contour.yaml
89648964
command: ["contour"]
8965-
image: ghcr.io/projectcontour/contour:v1.29.1
8965+
image: ghcr.io/projectcontour/contour:v1.29.2
89668966
imagePullPolicy: IfNotPresent
89678967
name: contour
89688968
ports:
@@ -9050,7 +9050,7 @@ spec:
90509050
args:
90519051
- envoy
90529052
- shutdown-manager
9053-
image: ghcr.io/projectcontour/contour:v1.29.1
9053+
image: ghcr.io/projectcontour/contour:v1.29.2
90549054
imagePullPolicy: IfNotPresent
90559055
lifecycle:
90569056
preStop:
@@ -9128,7 +9128,7 @@ spec:
91289128
- --envoy-key-file=/certs/tls.key
91299129
command:
91309130
- contour
9131-
image: ghcr.io/projectcontour/contour:v1.29.1
9131+
image: ghcr.io/projectcontour/contour:v1.29.2
91329132
imagePullPolicy: IfNotPresent
91339133
name: envoy-initconfig
91349134
volumeMounts:

examples/render/contour.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -8874,7 +8874,7 @@ rules:
88748874
apiVersion: batch/v1
88758875
kind: Job
88768876
metadata:
8877-
name: contour-certgen-v1-29-1
8877+
name: contour-certgen-v1-29-2
88788878
namespace: projectcontour
88798879
spec:
88808880
template:
@@ -8884,7 +8884,7 @@ spec:
88848884
spec:
88858885
containers:
88868886
- name: contour
8887-
image: ghcr.io/projectcontour/contour:v1.29.1
8887+
image: ghcr.io/projectcontour/contour:v1.29.2
88888888
imagePullPolicy: IfNotPresent
88898889
command:
88908890
- contour
@@ -9146,7 +9146,7 @@ spec:
91469146
- --contour-key-file=/certs/tls.key
91479147
- --config-path=/config/contour.yaml
91489148
command: ["contour"]
9149-
image: ghcr.io/projectcontour/contour:v1.29.1
9149+
image: ghcr.io/projectcontour/contour:v1.29.2
91509150
imagePullPolicy: IfNotPresent
91519151
name: contour
91529152
ports:
@@ -9234,7 +9234,7 @@ spec:
92349234
args:
92359235
- envoy
92369236
- shutdown-manager
9237-
image: ghcr.io/projectcontour/contour:v1.29.1
9237+
image: ghcr.io/projectcontour/contour:v1.29.2
92389238
imagePullPolicy: IfNotPresent
92399239
lifecycle:
92409240
preStop:
@@ -9312,7 +9312,7 @@ spec:
93129312
- --envoy-key-file=/certs/tls.key
93139313
command:
93149314
- contour
9315-
image: ghcr.io/projectcontour/contour:v1.29.1
9315+
image: ghcr.io/projectcontour/contour:v1.29.2
93169316
imagePullPolicy: IfNotPresent
93179317
name: envoy-initconfig
93189318
volumeMounts:

0 commit comments

Comments
 (0)