From 5931624bdb2a521a633e96b6d557363087917538 Mon Sep 17 00:00:00 2001 From: Jaideep Raghunath Rao Date: Wed, 19 Jan 2022 17:37:09 -0500 Subject: [PATCH] Update values.yaml --- helm-guestbook/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-guestbook/values.yaml b/helm-guestbook/values.yaml index 0e75186..5e5c9ba 100644 --- a/helm-guestbook/values.yaml +++ b/helm-guestbook/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: - repository: docker.io/nginx + repository: nginx tag: 1.21.0 pullPolicy: IfNotPresent