From 25ffd7679e9126a5adf830f94207f1a7934d9640 Mon Sep 17 00:00:00 2001 From: "Huang, Zhaoquan" Date: Sun, 5 Apr 2020 23:16:16 +0800 Subject: [PATCH] Update run-stateless-application-deployment.md Updated the version number to match the file in the example: https://k8s.io/examples/application/deployment-update.yaml --- .../run-application/run-stateless-application-deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/run-application/run-stateless-application-deployment.md b/content/en/docs/tasks/run-application/run-stateless-application-deployment.md index c9e0aebd51..bebcd3cc70 100644 --- a/content/en/docs/tasks/run-application/run-stateless-application-deployment.md +++ b/content/en/docs/tasks/run-application/run-stateless-application-deployment.md @@ -97,7 +97,7 @@ a Deployment that runs the nginx:1.14.2 Docker image: ## Updating the deployment You can update the deployment by applying a new YAML file. This YAML file -specifies that the deployment should be updated to use nginx 1.8. +specifies that the deployment should be updated to use nginx 1.16.1. {{< codenew file="application/deployment-update.yaml" >}}