From 0efa984ce21d19bfa51790f34943579c6c223352 Mon Sep 17 00:00:00 2001 From: JJ Asghar Date: Wed, 3 Oct 2018 19:27:36 -0500 Subject: [PATCH] Update nginx-deployment.yaml (#10442) Updated the `nginx` version docker container. --- content/en/examples/controllers/nginx-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/examples/controllers/nginx-deployment.yaml b/content/en/examples/controllers/nginx-deployment.yaml index f7f95deebb..5dd80da371 100644 --- a/content/en/examples/controllers/nginx-deployment.yaml +++ b/content/en/examples/controllers/nginx-deployment.yaml @@ -16,6 +16,6 @@ spec: spec: containers: - name: nginx - image: nginx:1.7.9 + image: nginx:1.15.4 ports: - containerPort: 80