From af1cb5387bd9c9db419df8f74df63957d9f1a213 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 26 Nov 2024 22:02:20 +0000 Subject: [PATCH] fix(deps): update docker.io/library/nginx docker tag to v1.27.3 --- conduit/values.yaml | 2 +- matrix-synapse/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conduit/values.yaml b/conduit/values.yaml index 2a39fbc..9e45997 100644 --- a/conduit/values.yaml +++ b/conduit/values.yaml @@ -52,7 +52,7 @@ wellknown: registry: docker.io repository: library/nginx pullPolicy: IfNotPresent - tag: "1.27.2" + tag: "1.27.3" replicaCount: 1 podLabels: {} diff --git a/matrix-synapse/values.yaml b/matrix-synapse/values.yaml index 151d7f9..96a88d5 100644 --- a/matrix-synapse/values.yaml +++ b/matrix-synapse/values.yaml @@ -613,7 +613,7 @@ wellknown: image: registry: docker.io repository: library/nginx - tag: 1.27.2 + tag: 1.27.3 pullPolicy: IfNotPresent replicaCount: 1