Skip to content

Commit

Permalink
examples: update image version to v1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Cheney <dave@cheney.net>
  • Loading branch information
davecheney committed Nov 1, 2019
1 parent 0001d9f commit 2790d17
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/contour/02-job-certgen.yaml
Expand Up @@ -51,7 +51,7 @@ spec:
spec:
containers:
- name: contour
image: docker.io/projectcontour/contour:v1.0.0-rc.2
image: docker.io/projectcontour/contour:v1.0.0
imagePullPolicy: Always
command:
- contour
Expand Down
2 changes: 1 addition & 1 deletion examples/contour/03-contour.yaml
Expand Up @@ -48,7 +48,7 @@ spec:
- --contour-key-file=/certs/tls.key
- --config-path=/config/contour.yaml
command: ["contour"]
image: docker.io/projectcontour/contour:v1.0.0-rc.2
image: docker.io/projectcontour/contour:v1.0.0
imagePullPolicy: Always
name: contour
ports:
Expand Down
2 changes: 1 addition & 1 deletion examples/contour/03-envoy.yaml
Expand Up @@ -90,7 +90,7 @@ spec:
- --envoy-key-file=/certs/tls.key
command:
- contour
image: docker.io/projectcontour/contour:v1.0.0-rc.2
image: docker.io/projectcontour/contour:v1.0.0
imagePullPolicy: Always
name: envoy-initconfig
volumeMounts:
Expand Down
6 changes: 3 additions & 3 deletions examples/render/contour.yaml
Expand Up @@ -1031,7 +1031,7 @@ spec:
spec:
containers:
- name: contour
image: docker.io/projectcontour/contour:v1.0.0-rc.2
image: docker.io/projectcontour/contour:v1.0.0
imagePullPolicy: IfNotPresent
command:
- contour
Expand Down Expand Up @@ -1251,7 +1251,7 @@ spec:
- --contour-key-file=/certs/tls.key
- --config-path=/config/contour.yaml
command: ["contour"]
image: docker.io/projectcontour/contour:v1.0.0-rc.2
image: docker.io/projectcontour/contour:v1.0.0
imagePullPolicy: IfNotPresent
name: contour
ports:
Expand Down Expand Up @@ -1394,7 +1394,7 @@ spec:
- --envoy-key-file=/certs/tls.key
command:
- contour
image: docker.io/projectcontour/contour:v1.0.0-rc.2
image: docker.io/projectcontour/contour:v1.0.0
imagePullPolicy: IfNotPresent
name: envoy-initconfig
volumeMounts:
Expand Down

0 comments on commit 2790d17

Please sign in to comment.