Skip to content

Commit d424366

Browse files
committed
Update Contour Docker image to v1.24.6.
Signed-off-by: Sunjay Bhatia <[email protected]>
1 parent f42977a commit d424366

10 files changed

+25
-25
lines changed

cmd/contour/gatewayprovisioner.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func registerGatewayProvisioner(app *kingpin.Application) (*kingpin.CmdClause, *
3333
cmd := app.Command("gateway-provisioner", "Run contour gateway provisioner.")
3434

3535
provisionerConfig := &gatewayProvisionerConfig{
36-
contourImage: "ghcr.io/projectcontour/contour:v1.24.5",
36+
contourImage: "ghcr.io/projectcontour/contour:v1.24.6",
3737
envoyImage: "docker.io/envoyproxy/envoy:v1.25.11",
3838
metricsBindAddress: ":8080",
3939
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.24.5
39+
name: contour-certgen-v1.24.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.24.5
49+
image: ghcr.io/projectcontour/contour:v1.24.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.24.5
48+
image: ghcr.io/projectcontour/contour:v1.24.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.24.5
32+
image: ghcr.io/projectcontour/contour:v1.24.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.24.5
110+
image: ghcr.io/projectcontour/contour:v1.24.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
@@ -42,7 +42,7 @@ spec:
4242
args:
4343
- envoy
4444
- shutdown-manager
45-
image: ghcr.io/projectcontour/contour:v1.24.5
45+
image: ghcr.io/projectcontour/contour:v1.24.6
4646
imagePullPolicy: IfNotPresent
4747
lifecycle:
4848
preStop:
@@ -120,7 +120,7 @@ spec:
120120
- --envoy-key-file=/certs/tls.key
121121
command:
122122
- contour
123-
image: ghcr.io/projectcontour/contour:v1.24.5
123+
image: ghcr.io/projectcontour/contour:v1.24.6
124124
imagePullPolicy: IfNotPresent
125125
name: envoy-initconfig
126126
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.24.5
25+
image: ghcr.io/projectcontour/contour:v1.24.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
@@ -7080,7 +7080,7 @@ rules:
70807080
apiVersion: batch/v1
70817081
kind: Job
70827082
metadata:
7083-
name: contour-certgen-v1.24.5
7083+
name: contour-certgen-v1.24.6
70847084
namespace: projectcontour
70857085
spec:
70867086
template:
@@ -7090,7 +7090,7 @@ spec:
70907090
spec:
70917091
containers:
70927092
- name: contour
7093-
image: ghcr.io/projectcontour/contour:v1.24.5
7093+
image: ghcr.io/projectcontour/contour:v1.24.6
70947094
imagePullPolicy: IfNotPresent
70957095
command:
70967096
- contour
@@ -7337,7 +7337,7 @@ spec:
73377337
- --contour-key-file=/certs/tls.key
73387338
- --config-path=/config/contour.yaml
73397339
command: ["contour"]
7340-
image: ghcr.io/projectcontour/contour:v1.24.5
7340+
image: ghcr.io/projectcontour/contour:v1.24.6
73417341
imagePullPolicy: IfNotPresent
73427342
name: contour
73437343
ports:
@@ -7439,7 +7439,7 @@ spec:
74397439
args:
74407440
- envoy
74417441
- shutdown-manager
7442-
image: ghcr.io/projectcontour/contour:v1.24.5
7442+
image: ghcr.io/projectcontour/contour:v1.24.6
74437443
imagePullPolicy: IfNotPresent
74447444
lifecycle:
74457445
preStop:
@@ -7517,7 +7517,7 @@ spec:
75177517
- --envoy-key-file=/certs/tls.key
75187518
command:
75197519
- contour
7520-
image: ghcr.io/projectcontour/contour:v1.24.5
7520+
image: ghcr.io/projectcontour/contour:v1.24.6
75217521
imagePullPolicy: IfNotPresent
75227522
name: envoy-initconfig
75237523
volumeMounts:

examples/render/contour-gateway-provisioner.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16338,7 +16338,7 @@ spec:
1633816338
- --metrics-addr=127.0.0.1:8080
1633916339
- --enable-leader-election
1634016340
command: ["contour"]
16341-
image: ghcr.io/projectcontour/contour:v1.24.5
16341+
image: ghcr.io/projectcontour/contour:v1.24.6
1634216342
imagePullPolicy: IfNotPresent
1634316343
name: contour-gateway-provisioner
1634416344
resources:

examples/render/contour-gateway.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -7086,7 +7086,7 @@ rules:
70867086
apiVersion: batch/v1
70877087
kind: Job
70887088
metadata:
7089-
name: contour-certgen-v1.24.5
7089+
name: contour-certgen-v1.24.6
70907090
namespace: projectcontour
70917091
spec:
70927092
template:
@@ -7096,7 +7096,7 @@ spec:
70967096
spec:
70977097
containers:
70987098
- name: contour
7099-
image: ghcr.io/projectcontour/contour:v1.24.5
7099+
image: ghcr.io/projectcontour/contour:v1.24.6
71007100
imagePullPolicy: IfNotPresent
71017101
command:
71027102
- contour
@@ -7343,7 +7343,7 @@ spec:
73437343
- --contour-key-file=/certs/tls.key
73447344
- --config-path=/config/contour.yaml
73457345
command: ["contour"]
7346-
image: ghcr.io/projectcontour/contour:v1.24.5
7346+
image: ghcr.io/projectcontour/contour:v1.24.6
73477347
imagePullPolicy: IfNotPresent
73487348
name: contour
73497349
ports:
@@ -7432,7 +7432,7 @@ spec:
74327432
args:
74337433
- envoy
74347434
- shutdown-manager
7435-
image: ghcr.io/projectcontour/contour:v1.24.5
7435+
image: ghcr.io/projectcontour/contour:v1.24.6
74367436
imagePullPolicy: IfNotPresent
74377437
lifecycle:
74387438
preStop:
@@ -7510,7 +7510,7 @@ spec:
75107510
- --envoy-key-file=/certs/tls.key
75117511
command:
75127512
- contour
7513-
image: ghcr.io/projectcontour/contour:v1.24.5
7513+
image: ghcr.io/projectcontour/contour:v1.24.6
75147514
imagePullPolicy: IfNotPresent
75157515
name: envoy-initconfig
75167516
volumeMounts:

examples/render/contour.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -7080,7 +7080,7 @@ rules:
70807080
apiVersion: batch/v1
70817081
kind: Job
70827082
metadata:
7083-
name: contour-certgen-v1.24.5
7083+
name: contour-certgen-v1.24.6
70847084
namespace: projectcontour
70857085
spec:
70867086
template:
@@ -7090,7 +7090,7 @@ spec:
70907090
spec:
70917091
containers:
70927092
- name: contour
7093-
image: ghcr.io/projectcontour/contour:v1.24.5
7093+
image: ghcr.io/projectcontour/contour:v1.24.6
70947094
imagePullPolicy: IfNotPresent
70957095
command:
70967096
- contour
@@ -7337,7 +7337,7 @@ spec:
73377337
- --contour-key-file=/certs/tls.key
73387338
- --config-path=/config/contour.yaml
73397339
command: ["contour"]
7340-
image: ghcr.io/projectcontour/contour:v1.24.5
7340+
image: ghcr.io/projectcontour/contour:v1.24.6
73417341
imagePullPolicy: IfNotPresent
73427342
name: contour
73437343
ports:
@@ -7426,7 +7426,7 @@ spec:
74267426
args:
74277427
- envoy
74287428
- shutdown-manager
7429-
image: ghcr.io/projectcontour/contour:v1.24.5
7429+
image: ghcr.io/projectcontour/contour:v1.24.6
74307430
imagePullPolicy: IfNotPresent
74317431
lifecycle:
74327432
preStop:
@@ -7504,7 +7504,7 @@ spec:
75047504
- --envoy-key-file=/certs/tls.key
75057505
command:
75067506
- contour
7507-
image: ghcr.io/projectcontour/contour:v1.24.5
7507+
image: ghcr.io/projectcontour/contour:v1.24.6
75087508
imagePullPolicy: IfNotPresent
75097509
name: envoy-initconfig
75107510
volumeMounts:

0 commit comments

Comments
 (0)