From ffe8e0bf56f5a4ae45873b5bfc742b9e6f7e1612 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 7 Jan 2026 15:46:01 +0000 Subject: [PATCH] Revert "chore(demo-nginx): Update image to main-83" This reverts commit ab4ed7651ebcb3441be8d56b9e5bb0eacbd50028. --- apps/demo-nginx/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/demo-nginx/deployment.yaml b/apps/demo-nginx/deployment.yaml index cacd921..ff770a2 100644 --- a/apps/demo-nginx/deployment.yaml +++ b/apps/demo-nginx/deployment.yaml @@ -20,7 +20,7 @@ spec: spec: containers: - name: nginx - image: docker.io/vladcrypto/demo-nginx:main-83 + image: docker.io/vladcrypto/demo-nginx:main-82 ports: - containerPort: 80 name: http