From 6ff2fe2e2660bffe940f86d67867e6253b0df73f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Jun 2023 17:52:02 +0000 Subject: [PATCH] chore(deps): update nginx docker tag to v1.25 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 1184911e..84ce324c 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.25` | | | 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..9b12ea3b 100644 --- a/values.yaml +++ b/values.yaml @@ -1214,7 +1214,7 @@ nginx: verboseLogging: true image: repository: nginx - tag: 1.23 + tag: 1.25 pullPolicy: IfNotPresent service: