From be36c91335834d740ff17a0ca2de98ed668eb2b7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 24 Apr 2024 03:02:40 +0000 Subject: [PATCH] fix(nginx): update nginx docker tag to v1.26 --- conduit/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conduit/values.yaml b/conduit/values.yaml index c5e8d6b..85db98d 100644 --- a/conduit/values.yaml +++ b/conduit/values.yaml @@ -46,7 +46,7 @@ wellknown: image: repository: nginx pullPolicy: IfNotPresent - tag: "1.25" + tag: "1.26" replicaCount: 1 podLabels: {}