Skip to content

Commit 25ffd76

Browse files
authored
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
1 parent caf5a0d commit 25ffd76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/run-application/run-stateless-application-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ a Deployment that runs the nginx:1.14.2 Docker image:
9797
## Updating the deployment
9898

9999
You can update the deployment by applying a new YAML file. This YAML file
100-
specifies that the deployment should be updated to use nginx 1.8.
100+
specifies that the deployment should be updated to use nginx 1.16.1.
101101

102102
{{< codenew file="application/deployment-update.yaml" >}}
103103

0 commit comments

Comments
 (0)