From cbfdf382c5893346eb252a9dfa4b191ca1d15e39 Mon Sep 17 00:00:00 2001 From: Arhell Date: Sun, 5 Feb 2023 00:22:23 +0200 Subject: [PATCH] [id] updated nginx version to follow examples correctly --- content/id/examples/application/deployment-scale.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/id/examples/application/deployment-scale.yaml b/content/id/examples/application/deployment-scale.yaml index 84e326eee10..23692a4fe5b 100644 --- a/content/id/examples/application/deployment-scale.yaml +++ b/content/id/examples/application/deployment-scale.yaml @@ -14,6 +14,6 @@ spec: spec: containers: - name: nginx - image: nginx:1.14.2 + image: nginx:1.16.1 ports: - containerPort: 80