From f24d0c34980194a7b676d79a496439f4c1d38905 Mon Sep 17 00:00:00 2001 From: Adeniyi Stephen Oluwatola <41240528+adeniyistephen@users.noreply.github.com> Date: Tue, 31 May 2022 11:36:46 +0100 Subject: [PATCH] Changed latest tag to stable tag. --- content/en/docs/concepts/services-networking/service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/services-networking/service.md b/content/en/docs/concepts/services-networking/service.md index 2eb13beb68..c1c68e40ea 100644 --- a/content/en/docs/concepts/services-networking/service.md +++ b/content/en/docs/concepts/services-networking/service.md @@ -122,7 +122,7 @@ metadata: spec: containers: - name: nginx - image: nginx:latest + image: nginx:stable ports: - containerPort: 80 name: http-web-svc