Skip to content

Commit 33278ce

Browse files
committed
Update Contour Docker image to v1.33.3.
Signed-off-by: Tero Saarni <tero.saarni@est.tech>
1 parent 8678cda commit 33278ce

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.33.2",
38+
contourImage: "ghcr.io/projectcontour/contour:v1.33.3",
3939
envoyImage: "docker.io/envoyproxy/envoy:distroless-v1.35.9",
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-33-2
39+
name: contour-certgen-v1-33-3
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.33.2
49+
image: ghcr.io/projectcontour/contour:v1.33.3
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.33.2
45+
image: ghcr.io/projectcontour/contour:v1.33.3
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.33.2
28+
image: ghcr.io/projectcontour/contour:v1.33.3
2929
imagePullPolicy: IfNotPresent
3030
lifecycle:
3131
preStop:
@@ -106,7 +106,7 @@ spec:
106106
- --envoy-key-file=/certs/tls.key
107107
command:
108108
- contour
109-
image: ghcr.io/projectcontour/contour:v1.33.2
109+
image: ghcr.io/projectcontour/contour:v1.33.3
110110
imagePullPolicy: IfNotPresent
111111
name: envoy-initconfig
112112
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.33.2
40+
image: ghcr.io/projectcontour/contour:v1.33.3
4141
imagePullPolicy: IfNotPresent
4242
lifecycle:
4343
preStop:
@@ -118,7 +118,7 @@ spec:
118118
- --envoy-key-file=/certs/tls.key
119119
command:
120120
- contour
121-
image: ghcr.io/projectcontour/contour:v1.33.2
121+
image: ghcr.io/projectcontour/contour:v1.33.3
122122
imagePullPolicy: IfNotPresent
123123
name: envoy-initconfig
124124
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.33.2
25+
image: ghcr.io/projectcontour/contour:v1.33.3
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
@@ -9139,7 +9139,7 @@ rules:
91399139
apiVersion: batch/v1
91409140
kind: Job
91419141
metadata:
9142-
name: contour-certgen-v1-33-2
9142+
name: contour-certgen-v1-33-3
91439143
namespace: projectcontour
91449144
spec:
91459145
template:
@@ -9149,7 +9149,7 @@ spec:
91499149
spec:
91509150
containers:
91519151
- name: contour
9152-
image: ghcr.io/projectcontour/contour:v1.33.2
9152+
image: ghcr.io/projectcontour/contour:v1.33.3
91539153
imagePullPolicy: IfNotPresent
91549154
command:
91559155
- contour
@@ -9407,7 +9407,7 @@ spec:
94079407
- --contour-key-file=/certs/tls.key
94089408
- --config-path=/config/contour.yaml
94099409
command: ["contour"]
9410-
image: ghcr.io/projectcontour/contour:v1.33.2
9410+
image: ghcr.io/projectcontour/contour:v1.33.3
94119411
imagePullPolicy: IfNotPresent
94129412
name: contour
94139413
ports:
@@ -9503,7 +9503,7 @@ spec:
95039503
args:
95049504
- envoy
95059505
- shutdown-manager
9506-
image: ghcr.io/projectcontour/contour:v1.33.2
9506+
image: ghcr.io/projectcontour/contour:v1.33.3
95079507
imagePullPolicy: IfNotPresent
95089508
lifecycle:
95099509
preStop:
@@ -9584,7 +9584,7 @@ spec:
95849584
- --envoy-key-file=/certs/tls.key
95859585
command:
95869586
- contour
9587-
image: ghcr.io/projectcontour/contour:v1.33.2
9587+
image: ghcr.io/projectcontour/contour:v1.33.3
95889588
imagePullPolicy: IfNotPresent
95899589
name: envoy-initconfig
95909590
volumeMounts:

examples/render/contour-gateway-provisioner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26394,7 +26394,7 @@ spec:
2639426394
- --metrics-addr=127.0.0.1:8080
2639526395
- --enable-leader-election
2639626396
command: ["contour"]
26397-
image: ghcr.io/projectcontour/contour:v1.33.2
26397+
image: ghcr.io/projectcontour/contour:v1.33.3
2639826398
imagePullPolicy: IfNotPresent
2639926399
name: contour-gateway-provisioner
2640026400
resources:

examples/render/contour-gateway.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8956,7 +8956,7 @@ rules:
89568956
apiVersion: batch/v1
89578957
kind: Job
89588958
metadata:
8959-
name: contour-certgen-v1-33-2
8959+
name: contour-certgen-v1-33-3
89608960
namespace: projectcontour
89618961
spec:
89628962
template:
@@ -8966,7 +8966,7 @@ spec:
89668966
spec:
89678967
containers:
89688968
- name: contour
8969-
image: ghcr.io/projectcontour/contour:v1.33.2
8969+
image: ghcr.io/projectcontour/contour:v1.33.3
89708970
imagePullPolicy: IfNotPresent
89718971
command:
89728972
- contour
@@ -9224,7 +9224,7 @@ spec:
92249224
- --contour-key-file=/certs/tls.key
92259225
- --config-path=/config/contour.yaml
92269226
command: ["contour"]
9227-
image: ghcr.io/projectcontour/contour:v1.33.2
9227+
image: ghcr.io/projectcontour/contour:v1.33.3
92289228
imagePullPolicy: IfNotPresent
92299229
name: contour
92309230
ports:
@@ -9308,7 +9308,7 @@ spec:
93089308
args:
93099309
- envoy
93109310
- shutdown-manager
9311-
image: ghcr.io/projectcontour/contour:v1.33.2
9311+
image: ghcr.io/projectcontour/contour:v1.33.3
93129312
imagePullPolicy: IfNotPresent
93139313
lifecycle:
93149314
preStop:
@@ -9389,7 +9389,7 @@ spec:
93899389
- --envoy-key-file=/certs/tls.key
93909390
command:
93919391
- contour
9392-
image: ghcr.io/projectcontour/contour:v1.33.2
9392+
image: ghcr.io/projectcontour/contour:v1.33.3
93939393
imagePullPolicy: IfNotPresent
93949394
name: envoy-initconfig
93959395
volumeMounts:

examples/render/contour.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9139,7 +9139,7 @@ rules:
91399139
apiVersion: batch/v1
91409140
kind: Job
91419141
metadata:
9142-
name: contour-certgen-v1-33-2
9142+
name: contour-certgen-v1-33-3
91439143
namespace: projectcontour
91449144
spec:
91459145
template:
@@ -9149,7 +9149,7 @@ spec:
91499149
spec:
91509150
containers:
91519151
- name: contour
9152-
image: ghcr.io/projectcontour/contour:v1.33.2
9152+
image: ghcr.io/projectcontour/contour:v1.33.3
91539153
imagePullPolicy: IfNotPresent
91549154
command:
91559155
- contour
@@ -9407,7 +9407,7 @@ spec:
94079407
- --contour-key-file=/certs/tls.key
94089408
- --config-path=/config/contour.yaml
94099409
command: ["contour"]
9410-
image: ghcr.io/projectcontour/contour:v1.33.2
9410+
image: ghcr.io/projectcontour/contour:v1.33.3
94119411
imagePullPolicy: IfNotPresent
94129412
name: contour
94139413
ports:
@@ -9491,7 +9491,7 @@ spec:
94919491
args:
94929492
- envoy
94939493
- shutdown-manager
9494-
image: ghcr.io/projectcontour/contour:v1.33.2
9494+
image: ghcr.io/projectcontour/contour:v1.33.3
94959495
imagePullPolicy: IfNotPresent
94969496
lifecycle:
94979497
preStop:
@@ -9572,7 +9572,7 @@ spec:
95729572
- --envoy-key-file=/certs/tls.key
95739573
command:
95749574
- contour
9575-
image: ghcr.io/projectcontour/contour:v1.33.2
9575+
image: ghcr.io/projectcontour/contour:v1.33.3
95769576
imagePullPolicy: IfNotPresent
95779577
name: envoy-initconfig
95789578
volumeMounts:

0 commit comments

Comments
 (0)