feat: update nginx version to 2.1.5 and enhance downloads configuration(MAPCO-10121)#75
Merged
Merged
Conversation
CL-SHLOMIKONCHA
approved these changes
Apr 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the NGINX configuration and Helm chart to improve downloads handling, update dependencies, and add support for Prometheus monitoring. The main changes are a migration from a server-based downloads configuration to a location-based configuration, dependency and image updates, and new configuration options for NGINX extensions and monitoring.
NGINX downloads configuration refactor:
downloads.confwith a newdownloads-location.confthat configures downloads handling using location blocks for both FS and S3 providers, streamlining the configuration and improving maintainability. (helm/config/downloads-location.conf,helm/config/downloads.conf,helm/templates/nginx/nginx-configmap.yaml) [1] [2] [3]downloads-location.conffile and places it in anextensionsdirectory, reflecting the new configuration structure. (helm/templates/nginx/nginx-configmap.yaml,helm/values.yaml) [1] [2]Helm values and dependency updates:
2.1.1to2.1.5for both the chart and the container image, ensuring the latest bug fixes and features. (helm/Chart.yaml,helm/values.yaml) [1] [2]helm/values.yaml)Prometheus monitoring support:
helm/values.yaml)