From 20819cc3c84295443d9faf34daf61c7a8eec5aad Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 17 Apr 2025 23:31:54 +0000 Subject: [PATCH] fix(deps): update docker.io/library/nginx docker tag to v1.27.5 --- 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 28a721f..5ed96e1 100644 --- a/conduit/values.yaml +++ b/conduit/values.yaml @@ -70,7 +70,7 @@ wellknown: pullPolicy: IfNotPresent # -- image tag # @section -- well known - tag: "1.27.4" + tag: "1.27.5" # -- replicas # @section -- well known diff --git a/matrix-synapse/values.yaml b/matrix-synapse/values.yaml index dd18f85..7777a17 100644 --- a/matrix-synapse/values.yaml +++ b/matrix-synapse/values.yaml @@ -615,7 +615,7 @@ wellknown: image: registry: docker.io repository: library/nginx - tag: 1.27.4 + tag: 1.27.5 pullPolicy: IfNotPresent replicaCount: 1