celestia-node chart as subchart of evm-stack#1403
Merged
quasystaty1 merged 1 commit intomainfrom Aug 28, 2024
Merged
Conversation
joroshiba
approved these changes
Aug 26, 2024
4f5f106 to
8f5b129
Compare
8f5b129 to
3576c67
Compare
steezeburger
added a commit
that referenced
this pull request
Aug 28, 2024
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.
Summary
A change to dependency level in our charts,
celestia-nodewill now be a direct sub chart of theevm-stackBackground
Changes to the way our chart works broke celestia-node chart deployment duo to dependency level issues, this PR aims to fix it.
Changes
Testing
Tested against a local k8 cluster, both with celestia-node enabled and disabled
Breaking changes
Non breaking but as default celestia auth is disabled, in case there is a need for a token with read/write access user with ssh access will have to fetch the key manually for conductor to operate properly.
Related Issues
closes #1362