From 8c1cd0bdd4d1c2f12c234131eb88957c6d01e776 Mon Sep 17 00:00:00 2001 From: Jaideep Raghunath Rao Date: Wed, 19 Jan 2022 10:37:11 -0500 Subject: [PATCH] use non-latest nginx image --- helm-guestbook/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-guestbook/values.yaml b/helm-guestbook/values.yaml index 3666712..0e75186 100644 --- a/helm-guestbook/values.yaml +++ b/helm-guestbook/values.yaml @@ -5,8 +5,8 @@ replicaCount: 1 image: - repository: gcr.io/heptio-images/ks-guestbook-demo - tag: 0.1 + repository: docker.io/nginx + tag: 1.21.0 pullPolicy: IfNotPresent service: