fix: update log file paths and bump image tags to v2.0.0#53
Merged
Conversation
…ns; bump image tags to v2.0.0
Member
Author
|
this pr fixes: |
Closed
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR corrects log file paths and permissions in deployment configurations while updating all component image tags from v1.0.0 to v2.0.0. The changes address inconsistencies in directory structure and improve the Docker build configuration.
- Updates image tags to v2.0.0 across all services (backend, frontend, admin-backend, admin-frontend, extractor, mcp)
- Corrects log file paths from
/app/{service}/log/to/app/services/{service}/log/to match actual directory structure - Improves Docker build configuration by adding infrastructure directory to ignore patterns and fixing live update sync paths
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| infrastructure/rag/values.yaml | Updates all service image tags from v1.0.0 to v2.0.0 |
| infrastructure/rag/templates/extractor/deployment.yaml | Corrects log file paths for document-extractor service |
| infrastructure/rag/templates/backend/deployment.yaml | Corrects log file paths for rag-backend and mcp-server services |
| infrastructure/rag/templates/admin-backend/deployment.yaml | Corrects log file paths for admin-backend service |
| Tiltfile | Adds infrastructure directory to ignore patterns and fixes frontend live update sync paths |
Comments suppressed due to low confidence (1)
Tiltfile:282
- This line removes the sync for rag-core-lib which appears to be intentional based on the diff, but this could break the document extractor if it depends on this library. Verify that the document-extractor service doesn't require rag-core-lib or ensure it's included through another mechanism.
sync(core_library_context +"/extractor-api-lib", "/app/libs/extractor-api-lib"),
MelvinKl
approved these changes
Jul 16, 2025
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.
Correct log file paths and permissions in deployment configurations while updating all relevant image tags to version 2.0.0.