From 0d38a4d87c6f5d77646ecc26b502ff051b827852 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 24 Apr 2025 16:36:08 +0000 Subject: [PATCH] fix(deps): update docker.io/library/nginx docker tag to v1.28.0 --- 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 5ed96e1..c749012 100644 --- a/conduit/values.yaml +++ b/conduit/values.yaml @@ -70,7 +70,7 @@ wellknown: pullPolicy: IfNotPresent # -- image tag # @section -- well known - tag: "1.27.5" + tag: "1.28.0" # -- replicas # @section -- well known diff --git a/matrix-synapse/values.yaml b/matrix-synapse/values.yaml index 7777a17..a571bee 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.5 + tag: 1.28.0 pullPolicy: IfNotPresent replicaCount: 1