Skip to content

chore(deps): update nginx docker tag to v1.27 #532

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

Merged
merged 2 commits into from
Apr 18, 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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## master / unreleased

* [DEPENDENCY] Update dependency nginx to v1.27 #532
* [DEPENDENCY] Update quay.io/cortexproject/cortex Docker tag to v1.19.0 #521
* [ENHANCEMENT] Add `nginx.config.override_push_endpoint` field to override push endpoint in the nginx configuration #522

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,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.27` | |
| nginx.​initContainers | list | `[]` | |
| nginx.​livenessProbe.​httpGet.​path | string | `"/healthz"` | |
| nginx.​livenessProbe.​httpGet.​port | string | `"http-metrics"` | |
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1245,7 +1245,7 @@ nginx:
override_push_endpoint: ""
image:
repository: nginx
tag: 1.23
tag: 1.27
pullPolicy: IfNotPresent

service:
Expand Down