From 15a69c23cb0b6368903979cffd0bc302d040eeba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 07:00:39 +0000 Subject: [PATCH] chore(deps): update nginx docker tag to v1.27.2 --- kubernetes/nginx-http/nginx-http-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/nginx-http/nginx-http-deploy.yml b/kubernetes/nginx-http/nginx-http-deploy.yml index 4c41ada0..7feca549 100644 --- a/kubernetes/nginx-http/nginx-http-deploy.yml +++ b/kubernetes/nginx-http/nginx-http-deploy.yml @@ -14,7 +14,7 @@ spec: spec: containers: - name: nginx-http - image: nginx:1.14.2 + image: nginx:1.27.2 ports: - name: web containerPort: 80