From 80c52e2a482bf9d262e2e807e811a111e1fff0d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 23:54:43 +0000 Subject: [PATCH] chore(deps): update nginx docker tag to v1.25.0 --- 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..9f360139 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.25.0 pullPolicy: IfNotPresent