From 8c24a8a4aaa4b5ca680776cc068090a58bc3256a Mon Sep 17 00:00:00 2001 From: Mahyar Mirrashed Date: Fri, 18 Apr 2025 16:27:15 -0700 Subject: [PATCH] refactor: use a fixed version of nginx image --- docs/12-smoke-test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/12-smoke-test.md b/docs/12-smoke-test.md index c31ea9b..354cff3 100644 --- a/docs/12-smoke-test.md +++ b/docs/12-smoke-test.md @@ -56,7 +56,7 @@ Create a deployment for the [nginx](https://nginx.org/en/) web server: ```bash kubectl create deployment nginx \ - --image=nginx:latest + --image=nginx:1.27.4 ``` List the pod created by the `nginx` deployment: