From 21f58aa97386ff4d5667e5f4869f3fbec244d63b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 14:01:07 +0000 Subject: [PATCH] chore(deps): update docker.io/nginx docker tag to v1.31 --- ci/common/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/common/values.yaml b/ci/common/values.yaml index fa49526..257d084 100644 --- a/ci/common/values.yaml +++ b/ci/common/values.yaml @@ -7,7 +7,7 @@ namespaceOverride: "" image: registry: docker.io repository: nginx - tag: "1.25" + tag: "1.31" pullPolicy: IfNotPresent pullSecrets: []