-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: add extra container for sidecar uploader #926
Conversation
…upload-sidear Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #926 +/- ##
=========================================
Coverage 67.17% 67.17%
Complexity 339 339
=========================================
Files 64 64
Lines 1319 1319
Branches 157 157
=========================================
Hits 886 886
Misses 370 370
Partials 63 63 |
charts/fullstack-deployment/templates/network-node-statefulset.yaml
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Can you also add one more change to fullstack-deployment/values.yaml
: Set this value hedera.mirror.importer.parser.record.sidecar.enabled=true
. This will enable the importing of sidecar records to the mirror node.
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
Quality Gate passedIssues Measures |
🎉 This PR is included in version 0.29.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Description
This pull request changes the following:
Related Issues