From d7f64eb3cb7f86ecabec98192c51fa3d1e0d8009 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Apr 2023 21:25:49 +0000 Subject: [PATCH] chore(deps): update nginx docker tag to v1.24.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..d81f6604 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.24.0 pullPolicy: IfNotPresent