Skip to content

Commit 429147b

Browse files
committed
deploy: update to Contour v1.1.0 images
Signed-off-by: James Peach <[email protected]>
1 parent d4b3c89 commit 429147b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

examples/contour/03-contour.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ spec:
4848
- --contour-key-file=/certs/tls.key
4949
- --config-path=/config/contour.yaml
5050
command: ["contour"]
51-
image: docker.io/projectcontour/contour:master
51+
image: docker.io/projectcontour/contour:v1.1.0
5252
imagePullPolicy: Always
5353
name: contour
5454
ports:

examples/contour/03-envoy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ spec:
9090
- --envoy-key-file=/certs/tls.key
9191
command:
9292
- contour
93-
image: docker.io/projectcontour/contour:master
93+
image: docker.io/projectcontour/contour:v1.1.0
9494
imagePullPolicy: Always
9595
name: envoy-initconfig
9696
volumeMounts:

examples/render/contour.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1489,7 +1489,7 @@ spec:
14891489
- --contour-key-file=/certs/tls.key
14901490
- --config-path=/config/contour.yaml
14911491
command: ["contour"]
1492-
image: docker.io/projectcontour/contour:master
1492+
image: docker.io/projectcontour/contour:v1.1.0
14931493
imagePullPolicy: IfNotPresent
14941494
name: contour
14951495
ports:
@@ -1636,7 +1636,7 @@ spec:
16361636
- --envoy-key-file=/certs/tls.key
16371637
command:
16381638
- contour
1639-
image: docker.io/projectcontour/contour:master
1639+
image: docker.io/projectcontour/contour:v1.1.0
16401640
imagePullPolicy: IfNotPresent
16411641
name: envoy-initconfig
16421642
volumeMounts:

0 commit comments

Comments
 (0)