From 60812e1d9827d133ec763e289c438bff22658fb2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 04:46:35 +0000 Subject: [PATCH 1/2] chore(deps): update nginx docker tag to v1.30 --- infrastructure/nginx/docker-compose.yml | 2 +- kubernetes/helm-chart/nginx-chart/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/nginx/docker-compose.yml b/infrastructure/nginx/docker-compose.yml index d1a942d..a551261 100644 --- a/infrastructure/nginx/docker-compose.yml +++ b/infrastructure/nginx/docker-compose.yml @@ -1,6 +1,6 @@ services: api-gateway: - image: nginx:1.27-alpine + image: nginx:1.30-alpine container_name: nucleo-api-gateway ports: - '8088:80' diff --git a/kubernetes/helm-chart/nginx-chart/values.yaml b/kubernetes/helm-chart/nginx-chart/values.yaml index e06cb00..8bfd09d 100644 --- a/kubernetes/helm-chart/nginx-chart/values.yaml +++ b/kubernetes/helm-chart/nginx-chart/values.yaml @@ -2,7 +2,7 @@ replicaCount: 1 image: repository: nginx - tag: 1.27-alpine + tag: 1.30-alpine pullPolicy: IfNotPresent containerPort: 80 From 66cc2b9e28e3865d39131f2f02aec84f3d75aef5 Mon Sep 17 00:00:00 2001 From: Danilo Pianini Date: Thu, 16 Apr 2026 17:51:07 +0200 Subject: [PATCH 2/2] feat: broken test PR --- infrastructure/nginx/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/nginx/docker-compose.yml b/infrastructure/nginx/docker-compose.yml index a551261..aa8723b 100644 --- a/infrastructure/nginx/docker-compose.yml +++ b/infrastructure/nginx/docker-compose.yml @@ -10,7 +10,7 @@ services: - 'host.docker.internal:host-gateway' restart: unless-stopped healthcheck: - test: ['CMD', 'wget', '-q', '-O', '/dev/null', 'http://localhost/health'] + test: ['CMD', 'wget', '-q', '-O', '/dev/null', 'http://localhost/plutopaperino'] interval: 30s timeout: 5s retries: 3