-
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 minio tenant helm chart conditionally #239
Merged
Merged
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]>
deepak-swirlds
commented
Aug 3, 2023
nathanklick
reviewed
Aug 3, 2023
Signed-off-by: Deepak Mishra <[email protected]>
It appears my recent changes caused conflicts in this branch. Pls let me know if you need help with resolving conflicts. |
Signed-off-by: Deepak Mishra <[email protected]>
Signed-off-by: Deepak Mishra <[email protected]>
leninmehedy
reviewed
Aug 9, 2023
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]>
nathanklick
reviewed
Aug 17, 2023
charts/hedera-network/templates/sidecars/_account-balance-uploader.tpl
Outdated
Show resolved
Hide resolved
charts/hedera-network/templates/sidecars/_record-stream-uploader.tpl
Outdated
Show resolved
Hide resolved
…tized name for s3 endpoint url Signed-off-by: Deepak Mishra <[email protected]>
nathanklick
reviewed
Aug 21, 2023
Signed-off-by: Nathan Klick <[email protected]>
Kudos, SonarCloud Quality Gate passed! |
nathanklick
approved these changes
Aug 21, 2023
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:
Related Issues