From d89ef07a031e576528063083ad9cfbe4a6410070 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 06:52:18 +0000 Subject: [PATCH] chore(deps): update nginx docker tag to v1.29 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 e364fbc1..da4b1c68 100644 --- a/README.md +++ b/README.md @@ -455,7 +455,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.27` | | +| nginx.​image.​tag | float | `1.29` | | | 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 5ef363bf..a53c4c5f 100644 --- a/values.yaml +++ b/values.yaml @@ -1248,7 +1248,7 @@ nginx: override_push_endpoint: "" image: repository: nginx - tag: 1.27 + tag: 1.29 pullPolicy: IfNotPresent service: