From ce869ada7b2da9244d37200caf0cd980de941ee2 Mon Sep 17 00:00:00 2001 From: dbelyaev-nsk Date: Thu, 9 Jan 2025 16:44:16 +0700 Subject: [PATCH] upd nginx version --- charts/floors-api/README.md | 2 +- charts/floors-api/values.yaml | 2 +- charts/search-api/README.md | 2 +- charts/search-api/values.yaml | 2 +- charts/traffic-proxy/README.md | 2 +- charts/traffic-proxy/values.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/floors-api/README.md b/charts/floors-api/README.md index 8863fc3f..2a0464b9 100644 --- a/charts/floors-api/README.md +++ b/charts/floors-api/README.md @@ -21,7 +21,7 @@ Read more about the On-Premise solution [here](https://docs.2gis.com/en/on-premi | `nodejs.image.tag` | Floors backend image tag. | `1.1.0` | | `nginx.image.repository` | Floors nginx image repository. | `2gis-on-premise/nginx` | | `nginx.image.pullPolicy` | Floors nginx pull policy. | `IfNotPresent` | -| `nginx.image.tag` | Floors nginx image tag. | `1.25.4` | +| `nginx.image.tag` | Floors nginx image tag. | `1.25.5` | ### Deployment Artifacts Storage settings diff --git a/charts/floors-api/values.yaml b/charts/floors-api/values.yaml index 45927450..1f9a66cf 100644 --- a/charts/floors-api/values.yaml +++ b/charts/floors-api/values.yaml @@ -144,7 +144,7 @@ nginx: httpPort: 8080 image: repository: 2gis-on-premise/nginx - tag: 1.25.4 + tag: 1.25.5 pullPolicy: IfNotPresent resources: requests: diff --git a/charts/search-api/README.md b/charts/search-api/README.md index e1f5cd4b..643a01d3 100644 --- a/charts/search-api/README.md +++ b/charts/search-api/README.md @@ -77,7 +77,7 @@ See the [documentation](https://docs.2gis.com/en/on-premise/search) to learn abo | Name | Description | Value | | ------------------------ | --------------------------------------------------------------------------------------------- | ----------------------- | | `nginx.image.repository` | Docker Repository | `2gis-on-premise/nginx` | -| `nginx.image.tag` | Docker image tag | `1.25.4` | +| `nginx.image.tag` | Docker image tag | `1.25.5` | | `nginx.image.pullPolicy` | Image [pull policy](https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy) | `IfNotPresent` | | `nginx.httpPort` | HTTP port on which NGINX will be listening | `8080` | diff --git a/charts/search-api/values.yaml b/charts/search-api/values.yaml index 3444d6f7..efa6dc08 100644 --- a/charts/search-api/values.yaml +++ b/charts/search-api/values.yaml @@ -92,7 +92,7 @@ api: nginx: image: repository: 2gis-on-premise/nginx - tag: 1.25.4 + tag: 1.25.5 pullPolicy: IfNotPresent resources: {} httpPort: 8080 diff --git a/charts/traffic-proxy/README.md b/charts/traffic-proxy/README.md index 10c2ba15..34b8b96a 100644 --- a/charts/traffic-proxy/README.md +++ b/charts/traffic-proxy/README.md @@ -68,7 +68,7 @@ See the [documentation](https://docs.2gis.com/en/on-premise/traffic-proxy) to le | ------------------ | ----------- | ----------------------- | | `image.repository` | Repository | `2gis-on-premise/nginx` | | `image.pullPolicy` | Pull Policy | `IfNotPresent` | -| `image.tag` | Tag | `1.25.4` | +| `image.tag` | Tag | `1.25.5` | ### Strategy settings diff --git a/charts/traffic-proxy/values.yaml b/charts/traffic-proxy/values.yaml index 0f187265..9c2031eb 100644 --- a/charts/traffic-proxy/values.yaml +++ b/charts/traffic-proxy/values.yaml @@ -109,7 +109,7 @@ proxy: image: repository: 2gis-on-premise/nginx - tag: 1.25.4 + tag: 1.25.5 pullPolicy: IfNotPresent