From 2d27384e3e53023e85cd9e514815b818e07df54f Mon Sep 17 00:00:00 2001 From: JJ Asghar Date: Wed, 3 Oct 2018 19:30:09 -0500 Subject: [PATCH] Update deployment.md (#10443) Update to `1.15.4` works in tandem with https://github.com/kubernetes/website/pull/10442 --- content/en/docs/concepts/workloads/controllers/deployment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/concepts/workloads/controllers/deployment.md b/content/en/docs/concepts/workloads/controllers/deployment.md index eefe7895ef..2df08abb36 100644 --- a/content/en/docs/concepts/workloads/controllers/deployment.md +++ b/content/en/docs/concepts/workloads/controllers/deployment.md @@ -66,9 +66,9 @@ In this example: * The Pods are labeled `app: nginx`using the `labels` field. * The Pod template's specification, or `.template.spec` field, indicates that the Pods run one container, `nginx`, which runs the `nginx` - [Docker Hub](https://hub.docker.com/) image at version 1.7.9. + [Docker Hub](https://hub.docker.com/) image at version 1.15.4. * Create one container and name it `nginx` using the `name` field. - * Run the `nginx` image at version `1.7.9`. + * Run the `nginx` image at version `1.15.4`. * Open port `80` so that the container can send and accept traffic. To create this Deployment, run the following command: