-
Notifications
You must be signed in to change notification settings - Fork 5
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
Remove deprecations #519
Remove deprecations #519
Conversation
@@ -55,6 +55,8 @@ attributes: | |||
DB_ADMIN_PASS: = @('database.root_pass') | |||
resources: | |||
memory: "2048Mi" | |||
init_memory: "1024Mi" | |||
migrate_memory: "1024Mi" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've done it another way on a project, but ok with this for now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some more work to do for a 1.0.0 milestone but can be merged into a 1.0.0 branch
The base branch was changed.
Helm and docker configurations have changed over time and we've maintained backwards compatibility.
As we prepare for v1.0.0, we should remove the backwards compatibility.