diff --git a/README.md b/README.md index d52ebad7..566c1831 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 d0311391..a1408a74 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: