From a920244eb1023dac7504cd7fe5058c06d42004d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 00:52:10 +0000 Subject: [PATCH 1/2] Update nginx Docker tag to v1.31 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- README.md | 2 +- values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6535001f..3d71fb0c 100644 --- a/README.md +++ b/README.md @@ -494,7 +494,7 @@ Kubernetes: `^1.19.0-0` | nginx.​http_listen_port | int | `80` | | | nginx.​image.​pullPolicy | string | `"IfNotPresent"` | | | nginx.​image.​repository | string | `"nginx"` | | -| nginx.​image.​tag | float | `1.29` | | +| nginx.​image.​tag | float | `1.31` | | | nginx.​initContainers | list | `[]` | | | nginx.​livenessProbe.​httpGet.​path | string | `"/healthz"` | | | nginx.​livenessProbe.​httpGet.​port | string | `"http-metrics"` | | diff --git a/values.yaml b/values.yaml index 1c9e0c19..28d6f4d0 100644 --- a/values.yaml +++ b/values.yaml @@ -1359,7 +1359,7 @@ nginx: override_push_endpoint: "" image: repository: nginx - tag: 1.29 + tag: 1.31 pullPolicy: IfNotPresent service: From f1ca8cd48a35eece72cee526163a54fde49d077c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 21 May 2026 00:55:57 +0000 Subject: [PATCH 2/2] Add changelog entry for nginx v1.31 update PR Agent-Logs-Url: https://github.com/cortexproject/cortex-helm-chart/sessions/30fb5ed8-6e9a-4cb3-9389-a3e57639e552 Co-authored-by: kd7lxl <194108+kd7lxl@users.noreply.github.com> --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2fba287..444aa17b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## master / unreleased +* [DEPENDENCY] update nginx docker tag to v1.31 #629 * [DEPENDENCY] update memcached docker tag to v1.6.42 #631 ## 3.3.0 / 2026-04-27