From e2e8fb58b8bef84b6540b34645468e2d54a23c94 Mon Sep 17 00:00:00 2001 From: Justin Nauman Date: Sat, 22 Sep 2018 03:48:21 -0500 Subject: [PATCH] Update overview.md (#10364) small change to adjust formatting to properly block notes independently --- content/en/docs/concepts/configuration/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/configuration/overview.md b/content/en/docs/concepts/configuration/overview.md index 6abdca175a7..932e0a93eb7 100644 --- a/content/en/docs/concepts/configuration/overview.md +++ b/content/en/docs/concepts/configuration/overview.md @@ -85,7 +85,7 @@ The [imagePullPolicy](/docs/concepts/containers/images/#updating-images) and the {{< note >}} **Note:** To make sure the container always uses the same version of the image, you can specify its [digest](https://docs.docker.com/engine/reference/commandline/pull/#pull-an-image-by-digest-immutable-identifier), for example `sha256:45b23dee08af5e43a7fea6c4cf9c25ccf269ee113168c19722f87876677c5cb2`. The digest uniquely identifies a specific version of the image, so it is never updated by Kubernetes unless you change the digest value. -{{ }} +{{< /note >}} {{< note >}} **Note:** You should avoid using the `:latest` tag when deploying containers in production as it is harder to track which version of the image is running and more difficult to roll back properly.