-
Notifications
You must be signed in to change notification settings - Fork 0
Release/v0.10.0 into main #117
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
Merged
Merged
Conversation
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
7649d3e to
d081dc6
Compare
Related to #90
…ivePG plus other clean up (#110) A few changes: If the Cloudnative PG operator is installed on the cluster, then either the chart can install a postgres cluster, or if the user has already installed a cluster, then Studio can connect to it. The only settings that you need to change are studio.cloudnativepg.enabled and studio.cloudnativepg.create_new, no need to set passwords for Postgres. If a Minio cluster is installed via the Minio operator, and named "minio-fedn", then no changes to the values file are required, and the user no longer needs to then create a secret manually (assuming that the name of the user secret is the default one set by Minio and not changed by the user). If postgres and the Minio cluster is set up as above then backups will be stored in a bucket in that Minio instance. Can be configured to be a different Minio store. Removed mediavol. Added environment variables to Studio deployment that are needed for doing log aggregation of FEDn logs in Studio.
…ngodb configured that way (#112) Updated so that fedn will connect to replicaset if mongodb is set up as such.
d081dc6 to
6851cc0
Compare
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.
Long due. Once merged, the auto commit (to bump tag) in studio workflow should be updated to fetch charts main branch.