From 3c190975c8bcca6b83bcfda0a46107aa5592289f Mon Sep 17 00:00:00 2001 From: Matthew Yacobucci Date: Wed, 19 Oct 2022 18:38:18 -0600 Subject: [PATCH] Update container image to pull latest patch An important patch released, while early in development we will prefer to pull the latest patch release from the MAJOR.MINOR Nginx tag. --- deploy/manifests/nginx-gateway.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/manifests/nginx-gateway.yaml b/deploy/manifests/nginx-gateway.yaml index 3d707f1ff7..a944dd77d8 100644 --- a/deploy/manifests/nginx-gateway.yaml +++ b/deploy/manifests/nginx-gateway.yaml @@ -107,7 +107,7 @@ spec: args: - --gateway-ctlr-name=k8s-gateway.nginx.org/nginx-gateway-controller - --gatewayclass=nginx - - image: nginx:1.23.1 + - image: nginx:1.23 imagePullPolicy: IfNotPresent name: nginx ports: