Skip to content
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

Database migrations #22

Merged
merged 17 commits into from
Oct 21, 2023
Merged

Database migrations #22

merged 17 commits into from
Oct 21, 2023

Conversation

bryopsida
Copy link
Owner

Closes #12

@pixeebot
Copy link

pixeebot bot commented Aug 23, 2023

We found no opportunities for hardening in your pull request. Good work!
Powered by: pixeebot | feedback

@bryopsida bryopsida changed the title Liquibase Database migrations Aug 26, 2023
@bryopsida
Copy link
Owner Author

@pixeebot re-check

@bryopsida
Copy link
Owner Author

bryopsida commented Aug 27, 2023

  • create init container that can take json changeset/changelog and syncs the migrations, for simplicity will not deal with a hook running it as this introduces complexity about dependency availability (has to be available on install so now the dependency content needs to be deployed in a hook).
  • add postgresql chart dependency

@bryopsida
Copy link
Owner Author

bryopsida commented Aug 29, 2023

Need some changes/fixes introduced into jkube.

  1. Conditions and Alias support on helm dependencies (pr in flight should land in 0.14)
  2. Apiversion needs to be set to v2 when conditions/dependencies are used
  3. Preservation of case on helm parameters (not started yet)

@bryopsida
Copy link
Owner Author

bryopsida commented Sep 2, 2023

@bryopsida bryopsida merged commit 2bc86b1 into main Oct 21, 2023
6 of 9 checks passed
@bryopsida bryopsida deleted the add-liquibase branch October 21, 2023 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Database Migrations
1 participant