Skip to content

Commit 049e7eb

Browse files
committed
Update Contour Docker image to v1.30.4.
Signed-off-by: Sunjay Bhatia <[email protected]>
1 parent 676ebc1 commit 049e7eb

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.30.3",
38+
contourImage: "ghcr.io/projectcontour/contour:v1.30.4",
3939
envoyImage: "docker.io/envoyproxy/envoy:v1.31.8",
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-30-3
39+
name: contour-certgen-v1-30-4
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.3
49+
image: ghcr.io/projectcontour/contour:v1.30.4
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.30.3
45+
image: ghcr.io/projectcontour/contour:v1.30.4
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.30.3
28+
image: ghcr.io/projectcontour/contour:v1.30.4
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.3
110+
image: ghcr.io/projectcontour/contour:v1.30.4
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.30.3
40+
image: ghcr.io/projectcontour/contour:v1.30.4
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.3
122+
image: ghcr.io/projectcontour/contour:v1.30.4
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.30.3
25+
image: ghcr.io/projectcontour/contour:v1.30.4
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
@@ -8976,7 +8976,7 @@ rules:
89768976
apiVersion: batch/v1
89778977
kind: Job
89788978
metadata:
8979-
name: contour-certgen-v1-30-3
8979+
name: contour-certgen-v1-30-4
89808980
namespace: projectcontour
89818981
spec:
89828982
template:
@@ -8986,7 +8986,7 @@ spec:
89868986
spec:
89878987
containers:
89888988
- name: contour
8989-
image: ghcr.io/projectcontour/contour:v1.30.3
8989+
image: ghcr.io/projectcontour/contour:v1.30.4
89908990
imagePullPolicy: IfNotPresent
89918991
command:
89928992
- contour
@@ -9245,7 +9245,7 @@ spec:
92459245
- --contour-key-file=/certs/tls.key
92469246
- --config-path=/config/contour.yaml
92479247
command: ["contour"]
9248-
image: ghcr.io/projectcontour/contour:v1.30.3
9248+
image: ghcr.io/projectcontour/contour:v1.30.4
92499249
imagePullPolicy: IfNotPresent
92509250
name: contour
92519251
ports:
@@ -9341,7 +9341,7 @@ spec:
93419341
args:
93429342
- envoy
93439343
- shutdown-manager
9344-
image: ghcr.io/projectcontour/contour:v1.30.3
9344+
image: ghcr.io/projectcontour/contour:v1.30.4
93459345
imagePullPolicy: IfNotPresent
93469346
lifecycle:
93479347
preStop:
@@ -9423,7 +9423,7 @@ spec:
94239423
- --envoy-key-file=/certs/tls.key
94249424
command:
94259425
- contour
9426-
image: ghcr.io/projectcontour/contour:v1.30.3
9426+
image: ghcr.io/projectcontour/contour:v1.30.4
94279427
imagePullPolicy: IfNotPresent
94289428
name: envoy-initconfig
94299429
volumeMounts:

examples/render/contour-gateway-provisioner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25540,7 +25540,7 @@ spec:
2554025540
- --metrics-addr=127.0.0.1:8080
2554125541
- --enable-leader-election
2554225542
command: ["contour"]
25543-
image: ghcr.io/projectcontour/contour:v1.30.3
25543+
image: ghcr.io/projectcontour/contour:v1.30.4
2554425544
imagePullPolicy: IfNotPresent
2554525545
name: contour-gateway-provisioner
2554625546
resources:

examples/render/contour-gateway.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8792,7 +8792,7 @@ rules:
87928792
apiVersion: batch/v1
87938793
kind: Job
87948794
metadata:
8795-
name: contour-certgen-v1-30-3
8795+
name: contour-certgen-v1-30-4
87968796
namespace: projectcontour
87978797
spec:
87988798
template:
@@ -8802,7 +8802,7 @@ spec:
88028802
spec:
88038803
containers:
88048804
- name: contour
8805-
image: ghcr.io/projectcontour/contour:v1.30.3
8805+
image: ghcr.io/projectcontour/contour:v1.30.4
88068806
imagePullPolicy: IfNotPresent
88078807
command:
88088808
- contour
@@ -9061,7 +9061,7 @@ spec:
90619061
- --contour-key-file=/certs/tls.key
90629062
- --config-path=/config/contour.yaml
90639063
command: ["contour"]
9064-
image: ghcr.io/projectcontour/contour:v1.30.3
9064+
image: ghcr.io/projectcontour/contour:v1.30.4
90659065
imagePullPolicy: IfNotPresent
90669066
name: contour
90679067
ports:
@@ -9145,7 +9145,7 @@ spec:
91459145
args:
91469146
- envoy
91479147
- shutdown-manager
9148-
image: ghcr.io/projectcontour/contour:v1.30.3
9148+
image: ghcr.io/projectcontour/contour:v1.30.4
91499149
imagePullPolicy: IfNotPresent
91509150
lifecycle:
91519151
preStop:
@@ -9227,7 +9227,7 @@ spec:
92279227
- --envoy-key-file=/certs/tls.key
92289228
command:
92299229
- contour
9230-
image: ghcr.io/projectcontour/contour:v1.30.3
9230+
image: ghcr.io/projectcontour/contour:v1.30.4
92319231
imagePullPolicy: IfNotPresent
92329232
name: envoy-initconfig
92339233
volumeMounts:

examples/render/contour.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8976,7 +8976,7 @@ rules:
89768976
apiVersion: batch/v1
89778977
kind: Job
89788978
metadata:
8979-
name: contour-certgen-v1-30-3
8979+
name: contour-certgen-v1-30-4
89808980
namespace: projectcontour
89818981
spec:
89828982
template:
@@ -8986,7 +8986,7 @@ spec:
89868986
spec:
89878987
containers:
89888988
- name: contour
8989-
image: ghcr.io/projectcontour/contour:v1.30.3
8989+
image: ghcr.io/projectcontour/contour:v1.30.4
89908990
imagePullPolicy: IfNotPresent
89918991
command:
89928992
- contour
@@ -9245,7 +9245,7 @@ spec:
92459245
- --contour-key-file=/certs/tls.key
92469246
- --config-path=/config/contour.yaml
92479247
command: ["contour"]
9248-
image: ghcr.io/projectcontour/contour:v1.30.3
9248+
image: ghcr.io/projectcontour/contour:v1.30.4
92499249
imagePullPolicy: IfNotPresent
92509250
name: contour
92519251
ports:
@@ -9329,7 +9329,7 @@ spec:
93299329
args:
93309330
- envoy
93319331
- shutdown-manager
9332-
image: ghcr.io/projectcontour/contour:v1.30.3
9332+
image: ghcr.io/projectcontour/contour:v1.30.4
93339333
imagePullPolicy: IfNotPresent
93349334
lifecycle:
93359335
preStop:
@@ -9411,7 +9411,7 @@ spec:
94119411
- --envoy-key-file=/certs/tls.key
94129412
command:
94139413
- contour
9414-
image: ghcr.io/projectcontour/contour:v1.30.3
9414+
image: ghcr.io/projectcontour/contour:v1.30.4
94159415
imagePullPolicy: IfNotPresent
94169416
name: envoy-initconfig
94179417
volumeMounts:

0 commit comments

Comments
 (0)