From 8a0984bcd96b6a170c3270696e5f230178faadc2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 May 2023 11:35:03 +0000 Subject: [PATCH] Update nginx Docker tag to v1.24 Signed-off-by: Renovate Bot --- README.md | 2 +- values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 18aa5260..0f2b1c25 100644 --- a/README.md +++ b/README.md @@ -451,7 +451,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.23` | | +| nginx.​image.​tag | float | `1.24` | | | 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 eca4b012..a0c0c70b 100644 --- a/values.yaml +++ b/values.yaml @@ -1214,7 +1214,7 @@ nginx: verboseLogging: true image: repository: nginx - tag: 1.23 + tag: 1.24 pullPolicy: IfNotPresent service: