fix: use reasonable defaults for the per node configuration in the values.yaml file#229
Merged
nathanklick merged 34 commits intomainfrom Aug 3, 2023
Merged
fix: use reasonable defaults for the per node configuration in the values.yaml file#229nathanklick merged 34 commits intomainfrom
nathanklick merged 34 commits intomainfrom
Conversation
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
… repeatation Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
nathanklick
reviewed
Aug 2, 2023
Co-authored-by: Nathan Klick <nathan@swirldslabs.com> Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #229 +/- ##
=========================================
Coverage 54.68% 54.68%
Complexity 219 219
=========================================
Files 47 47
Lines 1046 1046
Branches 129 129
=========================================
Hits 572 572
Misses 424 424
Partials 50 50 |
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
nathanklick
reviewed
Aug 2, 2023
Signed-off-by: Nathan Klick <nathan@swirldslabs.com> # Conflicts: # charts/hedera-network/nodes.yaml # dev/Makefile
Signed-off-by: Nathan Klick <nathan@swirldslabs.com>
… default test executor in use Signed-off-by: Nathan Klick <nathan@swirldslabs.com>
nathanklick
approved these changes
Aug 2, 2023
…ersion and set appVersion correctly Signed-off-by: Nathan Klick <nathan@swirldslabs.com>
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
…ging and maintenance Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
jeromy-cannon
approved these changes
Aug 3, 2023
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
Signed-off-by: Nathan Klick <nathan@swirldslabs.com> # Conflicts: # charts/hedera-network/Chart.yaml
Signed-off-by: Nathan Klick <nathan@swirldslabs.com>
Signed-off-by: Nathan Klick <nathan@swirldslabs.com>
Signed-off-by: Nathan Klick <nathan@swirldslabs.com>
|
Kudos, SonarCloud Quality Gate passed! |
swirlds-automation
added a commit
that referenced
this pull request
Aug 4, 2023
## [0.5.0](v0.4.0...v0.5.0) (2023-08-04) ### Features * add CI pipeline tests for network node helm installation ([#228](#228)) ([3e665f3](3e665f3)) * add service locator API initial draft ([#230](#230)) ([1e81f65](1e81f65)) * for the hedera-network Helm chart set the minimum Kubernetes server version ([#231](#231)) ([de9aceb](de9aceb)) ### Bug Fixes * use reasonable defaults for the per node configuration in the values.yaml file ([#229](#229)) ([92032f9](92032f9)) * resolves the issues caused by the environment variable not being passed to the service scripts ([#235](#235)) ([022b03d](022b03d))
Contributor
|
🎉 This PR is included in version 0.5.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Contributor
|
🎉 This PR is included in version 0.5.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.








Description
This pull request changes the following:
Limitations of current approach
hedera.nodessection for that node in thevalues.yamlfile.Related Issues