Skip to content

Commit f1c48b2

Browse files
committed
examples: update release version to 1.0.1
Signed-off-by: Dave Cheney <[email protected]>
1 parent ae109b1 commit f1c48b2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

examples/contour/02-job-certgen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ spec:
5151
spec:
5252
containers:
5353
- name: contour
54-
image: docker.io/projectcontour/contour:v1.0.0
54+
image: docker.io/projectcontour/contour:v1.0.1
5555
imagePullPolicy: Always
5656
command:
5757
- contour

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:v1.0.0
51+
image: docker.io/projectcontour/contour:v1.0.1
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:v1.0.0
93+
image: docker.io/projectcontour/contour:v1.0.1
9494
imagePullPolicy: Always
9595
name: envoy-initconfig
9696
volumeMounts:

examples/render/contour.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,7 @@ spec:
10311031
spec:
10321032
containers:
10331033
- name: contour
1034-
image: docker.io/projectcontour/contour:v1.0.0
1034+
image: docker.io/projectcontour/contour:v1.0.1
10351035
imagePullPolicy: IfNotPresent
10361036
command:
10371037
- contour
@@ -1251,7 +1251,7 @@ spec:
12511251
- --contour-key-file=/certs/tls.key
12521252
- --config-path=/config/contour.yaml
12531253
command: ["contour"]
1254-
image: docker.io/projectcontour/contour:v1.0.0
1254+
image: docker.io/projectcontour/contour:v1.0.1
12551255
imagePullPolicy: IfNotPresent
12561256
name: contour
12571257
ports:
@@ -1394,7 +1394,7 @@ spec:
13941394
- --envoy-key-file=/certs/tls.key
13951395
command:
13961396
- contour
1397-
image: docker.io/projectcontour/contour:v1.0.0
1397+
image: docker.io/projectcontour/contour:v1.0.1
13981398
imagePullPolicy: IfNotPresent
13991399
name: envoy-initconfig
14001400
volumeMounts:

0 commit comments

Comments
 (0)