From 42547fda7846877ba1c6ccdf9a477c6db79aafbe Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 16 Nov 2025 00:02:00 +0000 Subject: [PATCH] Update nginx Docker tag to v1.29.3 --- nginx-testing/base/nginx-testing-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx-testing/base/nginx-testing-deployment.yaml b/nginx-testing/base/nginx-testing-deployment.yaml index b64cd33..c8b4c9b 100644 --- a/nginx-testing/base/nginx-testing-deployment.yaml +++ b/nginx-testing/base/nginx-testing-deployment.yaml @@ -14,7 +14,7 @@ spec: app: nginx-testing spec: containers: - - image: nginx:1.27.3 + - image: nginx:1.29.3 name: nginx-testing ports: - name: web -- 2.49.1