Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[search, floors, traffic] Update nginx version 1.25.4 -> 1.25.5 #570

Merged
merged 1 commit into from
Jan 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/floors-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion charts/floors-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/search-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |

Expand Down
2 changes: 1 addition & 1 deletion charts/search-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/traffic-proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion charts/traffic-proxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ proxy:

image:
repository: 2gis-on-premise/nginx
tag: 1.25.4
tag: 1.25.5
pullPolicy: IfNotPresent


Expand Down
Loading