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
This commit is contained in:
Huang, Zhaoquan
2020-04-05 23:16:16 +08:00
committed by bryan
parent c93bf4c94c
commit 37e36f5cce
@@ -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" >}}