Skip to content

Commit 2dc617e

Browse files
committed
Update container image to pull latest patch (nginx#275)
An important patch released, while early in development we will prefer to pull the latest patch release from the MAJOR.MINOR Nginx tag.
1 parent 1255f42 commit 2dc617e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/manifests/nginx-gateway.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ spec:
107107
args:
108108
- --gateway-ctlr-name=k8s-gateway.nginx.org/nginx-gateway-controller
109109
- --gatewayclass=nginx
110-
- image: nginx:1.23.1
110+
- image: nginx:1.23
111111
imagePullPolicy: IfNotPresent
112112
name: nginx
113113
ports:

0 commit comments

Comments
 (0)