Skip to content

Commit 9773f70

Browse files
committed
Update Contour Docker image to v1.28.6.
Signed-off-by: Steve Kriss <[email protected]>
1 parent 05c29f1 commit 9773f70

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.28.5",
38+
contourImage: "ghcr.io/projectcontour/contour:v1.28.6",
3939
envoyImage: "docker.io/envoyproxy/envoy:v1.29.7",
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-28-5
39+
name: contour-certgen-v1-28-6
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.28.5
49+
image: ghcr.io/projectcontour/contour:v1.28.6
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.28.5
48+
image: ghcr.io/projectcontour/contour:v1.28.6
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.28.5
32+
image: ghcr.io/projectcontour/contour:v1.28.6
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.28.5
110+
image: ghcr.io/projectcontour/contour:v1.28.6
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.28.5
44+
image: ghcr.io/projectcontour/contour:v1.28.6
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.28.5
122+
image: ghcr.io/projectcontour/contour:v1.28.6
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.28.5
25+
image: ghcr.io/projectcontour/contour:v1.28.6
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
@@ -8803,7 +8803,7 @@ rules:
88038803
apiVersion: batch/v1
88048804
kind: Job
88058805
metadata:
8806-
name: contour-certgen-v1-28-5
8806+
name: contour-certgen-v1-28-6
88078807
namespace: projectcontour
88088808
spec:
88098809
template:
@@ -8813,7 +8813,7 @@ spec:
88138813
spec:
88148814
containers:
88158815
- name: contour
8816-
image: ghcr.io/projectcontour/contour:v1.28.5
8816+
image: ghcr.io/projectcontour/contour:v1.28.6
88178817
imagePullPolicy: IfNotPresent
88188818
command:
88198819
- contour
@@ -9075,7 +9075,7 @@ spec:
90759075
- --contour-key-file=/certs/tls.key
90769076
- --config-path=/config/contour.yaml
90779077
command: ["contour"]
9078-
image: ghcr.io/projectcontour/contour:v1.28.5
9078+
image: ghcr.io/projectcontour/contour:v1.28.6
90799079
imagePullPolicy: IfNotPresent
90809080
name: contour
90819081
ports:
@@ -9175,7 +9175,7 @@ spec:
91759175
args:
91769176
- envoy
91779177
- shutdown-manager
9178-
image: ghcr.io/projectcontour/contour:v1.28.5
9178+
image: ghcr.io/projectcontour/contour:v1.28.6
91799179
imagePullPolicy: IfNotPresent
91809180
lifecycle:
91819181
preStop:
@@ -9253,7 +9253,7 @@ spec:
92539253
- --envoy-key-file=/certs/tls.key
92549254
command:
92559255
- contour
9256-
image: ghcr.io/projectcontour/contour:v1.28.5
9256+
image: ghcr.io/projectcontour/contour:v1.28.6
92579257
imagePullPolicy: IfNotPresent
92589258
name: envoy-initconfig
92599259
volumeMounts:

examples/render/contour-gateway-provisioner.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20601,7 +20601,7 @@ spec:
2060120601
- --metrics-addr=127.0.0.1:8080
2060220602
- --enable-leader-election
2060320603
command: ["contour"]
20604-
image: ghcr.io/projectcontour/contour:v1.28.5
20604+
image: ghcr.io/projectcontour/contour:v1.28.6
2060520605
imagePullPolicy: IfNotPresent
2060620606
name: contour-gateway-provisioner
2060720607
resources:

examples/render/contour-gateway.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -8806,7 +8806,7 @@ rules:
88068806
apiVersion: batch/v1
88078807
kind: Job
88088808
metadata:
8809-
name: contour-certgen-v1-28-5
8809+
name: contour-certgen-v1-28-6
88108810
namespace: projectcontour
88118811
spec:
88128812
template:
@@ -8816,7 +8816,7 @@ spec:
88168816
spec:
88178817
containers:
88188818
- name: contour
8819-
image: ghcr.io/projectcontour/contour:v1.28.5
8819+
image: ghcr.io/projectcontour/contour:v1.28.6
88208820
imagePullPolicy: IfNotPresent
88218821
command:
88228822
- contour
@@ -9078,7 +9078,7 @@ spec:
90789078
- --contour-key-file=/certs/tls.key
90799079
- --config-path=/config/contour.yaml
90809080
command: ["contour"]
9081-
image: ghcr.io/projectcontour/contour:v1.28.5
9081+
image: ghcr.io/projectcontour/contour:v1.28.6
90829082
imagePullPolicy: IfNotPresent
90839083
name: contour
90849084
ports:
@@ -9166,7 +9166,7 @@ spec:
91669166
args:
91679167
- envoy
91689168
- shutdown-manager
9169-
image: ghcr.io/projectcontour/contour:v1.28.5
9169+
image: ghcr.io/projectcontour/contour:v1.28.6
91709170
imagePullPolicy: IfNotPresent
91719171
lifecycle:
91729172
preStop:
@@ -9244,7 +9244,7 @@ spec:
92449244
- --envoy-key-file=/certs/tls.key
92459245
command:
92469246
- contour
9247-
image: ghcr.io/projectcontour/contour:v1.28.5
9247+
image: ghcr.io/projectcontour/contour:v1.28.6
92489248
imagePullPolicy: IfNotPresent
92499249
name: envoy-initconfig
92509250
volumeMounts:

examples/render/contour.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -8803,7 +8803,7 @@ rules:
88038803
apiVersion: batch/v1
88048804
kind: Job
88058805
metadata:
8806-
name: contour-certgen-v1-28-5
8806+
name: contour-certgen-v1-28-6
88078807
namespace: projectcontour
88088808
spec:
88098809
template:
@@ -8813,7 +8813,7 @@ spec:
88138813
spec:
88148814
containers:
88158815
- name: contour
8816-
image: ghcr.io/projectcontour/contour:v1.28.5
8816+
image: ghcr.io/projectcontour/contour:v1.28.6
88178817
imagePullPolicy: IfNotPresent
88188818
command:
88198819
- contour
@@ -9075,7 +9075,7 @@ spec:
90759075
- --contour-key-file=/certs/tls.key
90769076
- --config-path=/config/contour.yaml
90779077
command: ["contour"]
9078-
image: ghcr.io/projectcontour/contour:v1.28.5
9078+
image: ghcr.io/projectcontour/contour:v1.28.6
90799079
imagePullPolicy: IfNotPresent
90809080
name: contour
90819081
ports:
@@ -9163,7 +9163,7 @@ spec:
91639163
args:
91649164
- envoy
91659165
- shutdown-manager
9166-
image: ghcr.io/projectcontour/contour:v1.28.5
9166+
image: ghcr.io/projectcontour/contour:v1.28.6
91679167
imagePullPolicy: IfNotPresent
91689168
lifecycle:
91699169
preStop:
@@ -9241,7 +9241,7 @@ spec:
92419241
- --envoy-key-file=/certs/tls.key
92429242
command:
92439243
- contour
9244-
image: ghcr.io/projectcontour/contour:v1.28.5
9244+
image: ghcr.io/projectcontour/contour:v1.28.6
92459245
imagePullPolicy: IfNotPresent
92469246
name: envoy-initconfig
92479247
volumeMounts:

0 commit comments

Comments
 (0)