From 206a14264f531a7195bcf08fa0e999b0a4af356d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Mar 2023 23:17:07 +0000 Subject: [PATCH] chore(deps): update nginx docker tag to v1.23.4 --- charts/default-chart/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/default-chart/values.yaml b/charts/default-chart/values.yaml index b4228ba5..62d6dc2a 100644 --- a/charts/default-chart/values.yaml +++ b/charts/default-chart/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: nginx - tag: 1.23.2 + tag: 1.23.4 pullPolicy: IfNotPresent