-
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: mirror node as a conditional subchart #272
Merged
nathanklick
merged 38 commits into
main
from
208-add-mirror-node-as-a-conditional-subchart
Aug 22, 2023
Merged
feat: mirror node as a conditional subchart #272
nathanklick
merged 38 commits into
main
from
208-add-mirror-node-as-a-conditional-subchart
Aug 22, 2023
Conversation
This file contains 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
Signed-off-by: Deepak Mishra <[email protected]>
Signed-off-by: Deepak Mishra <[email protected]>
Signed-off-by: Deepak Mishra <[email protected]>
Signed-off-by: Deepak Mishra <[email protected]>
Signed-off-by: Lenin Mehedy <[email protected]>
Signed-off-by: Deepak Mishra <[email protected]>
Signed-off-by: Deepak Mishra <[email protected]>
….com/hashgraph/full-stack-testing into 177-mirror-uploader-streams-to-minio Signed-off-by: Deepak Mishra <[email protected]>
Signed-off-by: Deepak Mishra <[email protected]>
Signed-off-by: Deepak Mishra <[email protected]>
…m-dependencies] Signed-off-by: Deepak Mishra <[email protected]>
Signed-off-by: Deepak Mishra <[email protected]>
Signed-off-by: Deepak Mishra <[email protected]>
…or-node-as-a-conditional-subchart Signed-off-by: Deepak Mishra <[email protected]>
Signed-off-by: Deepak Mishra <[email protected]>
renamed myminio -> minio Signed-off-by: Deepak Mishra <[email protected]>
…s-a-conditional-subchart
…://github.com/hashgraph/full-stack-testing into 208-add-mirror-node-as-a-conditional-subchart
Signed-off-by: Deepak Mishra <[email protected]>
Signed-off-by: Deepak Mishra <[email protected]>
deepak-swirlds
requested review from
leninmehedy,
nathanklick and
jeromy-cannon
August 18, 2023 19:16
…tized name for s3 endpoint url Signed-off-by: Deepak Mishra <[email protected]>
…or-node-as-a-conditional-subchart Signed-off-by: Deepak Mishra <[email protected]>
Signed-off-by: Deepak Mishra <[email protected]>
Signed-off-by: Deepak Mishra <[email protected]>
Signed-off-by: Deepak Mishra <[email protected]>
Signed-off-by: Deepak Mishra <[email protected]>
Signed-off-by: Nathan Klick <[email protected]>
…inio' into 208-add-mirror-node-as-a-conditional-subchart
…s-a-conditional-subchart Signed-off-by: Deepak Mishra <[email protected]>
Signed-off-by: Deepak Mishra <[email protected]>
Signed-off-by: Deepak Mishra <[email protected]>
and used variable for minio_url Signed-off-by: Deepak Mishra <[email protected]>
Signed-off-by: Deepak Mishra <[email protected]>
Kudos, SonarCloud Quality Gate passed! |
nathanklick
approved these changes
Aug 22, 2023
leninmehedy
added a commit
that referenced
this pull request
Aug 25, 2023
Signed-off-by: Deepak Mishra <[email protected]> Signed-off-by: Lenin Mehedy <[email protected]> Signed-off-by: Deepak Mishra <[email protected]> Signed-off-by: Nathan Klick <[email protected]> Co-authored-by: Lenin Mehedy <[email protected]> Co-authored-by: Nathan Klick <[email protected]> Signed-off-by: Lenin Mehedy <[email protected]>
swirlds-automation
added a commit
that referenced
this pull request
Aug 25, 2023
## [0.7.0](v0.6.0...v0.7.0) (2023-08-25) ### Features * add minio tenant helm chart conditionally ([#239](#239)) ([99b2527](99b2527)) * add service definitions for HAProxy and Envoy with support for both ClusterIP and LoadBalancer configurations ([#268](#268)) ([8563e16](8563e16)) * add support for rendering an optional PrometheusOperator ServiceMonitor resource definition ([#271](#271)) ([84cbbed](84cbbed)) * create mock junit annotations ([#104](#104)) ([752b2df](752b2df)) * enable helm template substitutions on Open Collector config map ([#274](#274)) ([1fa684b](1fa684b)) * mirror node as a conditional subchart ([#272](#272)) ([8842aa0](8842aa0)) ### Bug Fixes * update envoy cluster name in the config ([#276](#276)) ([5fef59f](5fef59f))
🎉 This PR is included in version 0.7.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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:
Related Issues