Skip to content

Commit 6a5021d

Browse files
committed
Update Contour Docker image to v1.30.2.
Signed-off-by: Sunjay Bhatia <[email protected]>
1 parent 952e90a commit 6a5021d

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.30.1",
38+
contourImage: "ghcr.io/projectcontour/contour:v1.30.2",
3939
envoyImage: "docker.io/envoyproxy/envoy:v1.31.5",
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-30-1
39+
name: contour-certgen-v1-30-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.30.1
49+
image: ghcr.io/projectcontour/contour:v1.30.2
5050
imagePullPolicy: IfNotPresent
5151
command:
5252
- contour

examples/contour/03-contour.yaml

+1-1
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.30.1
45+
image: ghcr.io/projectcontour/contour:v1.30.2
4646
imagePullPolicy: IfNotPresent
4747
name: contour
4848
ports:

examples/contour/03-envoy.yaml

+2-2
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.30.1
28+
image: ghcr.io/projectcontour/contour:v1.30.2
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.30.1
110+
image: ghcr.io/projectcontour/contour:v1.30.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
@@ -37,7 +37,7 @@ spec:
3737
args:
3838
- envoy
3939
- shutdown-manager
40-
image: ghcr.io/projectcontour/contour:v1.30.1
40+
image: ghcr.io/projectcontour/contour:v1.30.2
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.30.1
122+
image: ghcr.io/projectcontour/contour:v1.30.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.30.1
25+
image: ghcr.io/projectcontour/contour:v1.30.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
@@ -8923,7 +8923,7 @@ rules:
89238923
apiVersion: batch/v1
89248924
kind: Job
89258925
metadata:
8926-
name: contour-certgen-v1-30-1
8926+
name: contour-certgen-v1-30-2
89278927
namespace: projectcontour
89288928
spec:
89298929
template:
@@ -8933,7 +8933,7 @@ spec:
89338933
spec:
89348934
containers:
89358935
- name: contour
8936-
image: ghcr.io/projectcontour/contour:v1.30.1
8936+
image: ghcr.io/projectcontour/contour:v1.30.2
89378937
imagePullPolicy: IfNotPresent
89388938
command:
89398939
- contour
@@ -9192,7 +9192,7 @@ spec:
91929192
- --contour-key-file=/certs/tls.key
91939193
- --config-path=/config/contour.yaml
91949194
command: ["contour"]
9195-
image: ghcr.io/projectcontour/contour:v1.30.1
9195+
image: ghcr.io/projectcontour/contour:v1.30.2
91969196
imagePullPolicy: IfNotPresent
91979197
name: contour
91989198
ports:
@@ -9288,7 +9288,7 @@ spec:
92889288
args:
92899289
- envoy
92909290
- shutdown-manager
9291-
image: ghcr.io/projectcontour/contour:v1.30.1
9291+
image: ghcr.io/projectcontour/contour:v1.30.2
92929292
imagePullPolicy: IfNotPresent
92939293
lifecycle:
92949294
preStop:
@@ -9370,7 +9370,7 @@ spec:
93709370
- --envoy-key-file=/certs/tls.key
93719371
command:
93729372
- contour
9373-
image: ghcr.io/projectcontour/contour:v1.30.1
9373+
image: ghcr.io/projectcontour/contour:v1.30.2
93749374
imagePullPolicy: IfNotPresent
93759375
name: envoy-initconfig
93769376
volumeMounts:

examples/render/contour-gateway-provisioner.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25513,7 +25513,7 @@ spec:
2551325513
- --metrics-addr=127.0.0.1:8080
2551425514
- --enable-leader-election
2551525515
command: ["contour"]
25516-
image: ghcr.io/projectcontour/contour:v1.30.1
25516+
image: ghcr.io/projectcontour/contour:v1.30.2
2551725517
imagePullPolicy: IfNotPresent
2551825518
name: contour-gateway-provisioner
2551925519
resources:

examples/render/contour-gateway.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -8739,7 +8739,7 @@ rules:
87398739
apiVersion: batch/v1
87408740
kind: Job
87418741
metadata:
8742-
name: contour-certgen-v1-30-1
8742+
name: contour-certgen-v1-30-2
87438743
namespace: projectcontour
87448744
spec:
87458745
template:
@@ -8749,7 +8749,7 @@ spec:
87498749
spec:
87508750
containers:
87518751
- name: contour
8752-
image: ghcr.io/projectcontour/contour:v1.30.1
8752+
image: ghcr.io/projectcontour/contour:v1.30.2
87538753
imagePullPolicy: IfNotPresent
87548754
command:
87558755
- contour
@@ -9008,7 +9008,7 @@ spec:
90089008
- --contour-key-file=/certs/tls.key
90099009
- --config-path=/config/contour.yaml
90109010
command: ["contour"]
9011-
image: ghcr.io/projectcontour/contour:v1.30.1
9011+
image: ghcr.io/projectcontour/contour:v1.30.2
90129012
imagePullPolicy: IfNotPresent
90139013
name: contour
90149014
ports:
@@ -9092,7 +9092,7 @@ spec:
90929092
args:
90939093
- envoy
90949094
- shutdown-manager
9095-
image: ghcr.io/projectcontour/contour:v1.30.1
9095+
image: ghcr.io/projectcontour/contour:v1.30.2
90969096
imagePullPolicy: IfNotPresent
90979097
lifecycle:
90989098
preStop:
@@ -9174,7 +9174,7 @@ spec:
91749174
- --envoy-key-file=/certs/tls.key
91759175
command:
91769176
- contour
9177-
image: ghcr.io/projectcontour/contour:v1.30.1
9177+
image: ghcr.io/projectcontour/contour:v1.30.2
91789178
imagePullPolicy: IfNotPresent
91799179
name: envoy-initconfig
91809180
volumeMounts:

examples/render/contour.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -8923,7 +8923,7 @@ rules:
89238923
apiVersion: batch/v1
89248924
kind: Job
89258925
metadata:
8926-
name: contour-certgen-v1-30-1
8926+
name: contour-certgen-v1-30-2
89278927
namespace: projectcontour
89288928
spec:
89298929
template:
@@ -8933,7 +8933,7 @@ spec:
89338933
spec:
89348934
containers:
89358935
- name: contour
8936-
image: ghcr.io/projectcontour/contour:v1.30.1
8936+
image: ghcr.io/projectcontour/contour:v1.30.2
89378937
imagePullPolicy: IfNotPresent
89388938
command:
89398939
- contour
@@ -9192,7 +9192,7 @@ spec:
91929192
- --contour-key-file=/certs/tls.key
91939193
- --config-path=/config/contour.yaml
91949194
command: ["contour"]
9195-
image: ghcr.io/projectcontour/contour:v1.30.1
9195+
image: ghcr.io/projectcontour/contour:v1.30.2
91969196
imagePullPolicy: IfNotPresent
91979197
name: contour
91989198
ports:
@@ -9276,7 +9276,7 @@ spec:
92769276
args:
92779277
- envoy
92789278
- shutdown-manager
9279-
image: ghcr.io/projectcontour/contour:v1.30.1
9279+
image: ghcr.io/projectcontour/contour:v1.30.2
92809280
imagePullPolicy: IfNotPresent
92819281
lifecycle:
92829282
preStop:
@@ -9358,7 +9358,7 @@ spec:
93589358
- --envoy-key-file=/certs/tls.key
93599359
command:
93609360
- contour
9361-
image: ghcr.io/projectcontour/contour:v1.30.1
9361+
image: ghcr.io/projectcontour/contour:v1.30.2
93629362
imagePullPolicy: IfNotPresent
93639363
name: envoy-initconfig
93649364
volumeMounts:

0 commit comments

Comments
 (0)