-
Notifications
You must be signed in to change notification settings - Fork 12
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
Support Atlas migration as init container #56
Comments
shreyasHpandya
added a commit
to shreyasHpandya/helm-charts
that referenced
this issue
Nov 20, 2024
shreyasHpandya
added a commit
to shreyasHpandya/helm-charts
that referenced
this issue
Nov 20, 2024
shreyasHpandya
added a commit
to shreyasHpandya/helm-charts
that referenced
this issue
Nov 20, 2024
Signed-off-by: Shreyas <[email protected]>
shreyasHpandya
added a commit
to shreyasHpandya/helm-charts
that referenced
this issue
Nov 21, 2024
Signed-off-by: Amit Singh <[email protected]>
semmet95
pushed a commit
to shreyasHpandya/helm-charts
that referenced
this issue
Dec 12, 2024
* adds atlas init container to graphql-server deployment * updates readme docs * updates guac version * updates chart version Signed-off-by: Amit Singh <[email protected]> Signed-off-by: Ayush Shyam Kumar <[email protected]> Signed-off-by: Anirudh Edpuganti <[email protected]>
semmet95
pushed a commit
to shreyasHpandya/helm-charts
that referenced
this issue
Dec 12, 2024
* adds atlas init container to graphql-server deployment * updates readme docs * updates guac version * updates chart version Signed-off-by: Amit Singh <[email protected]> Signed-off-by: Ayush Shyam Kumar <[email protected]> Signed-off-by: Anirudh Edpuganti <[email protected]> Signed-off-by: Shreyas Pandya <[email protected]>
sunnyyip
pushed a commit
that referenced
this issue
Jan 21, 2025
* feat: adds atlas migration migration, issueref #56 * adds atlas init container to graphql-server deployment * updates readme docs * updates guac version * updates chart version Signed-off-by: Amit Singh <[email protected]> Signed-off-by: Ayush Shyam Kumar <[email protected]> Signed-off-by: Anirudh Edpuganti <[email protected]> Signed-off-by: Shreyas Pandya <[email protected]> * feat: adds atlas migration subsection Signed-off-by: Amit Singh <[email protected]> * chore: removes invalid field Signed-off-by: Amit Singh <[email protected]> * adds s3 path fix Signed-off-by: Amit Singh <[email protected]> * chore: updates guac version to latest Signed-off-by: Amit Singh <[email protected]> * feat: uses atlas-migration image repository --- Co-authored-by: Paul Joseph <[email protected]> Signed-off-by: Prakash V <[email protected]> --------- Signed-off-by: Amit Singh <[email protected]> Signed-off-by: Ayush Shyam Kumar <[email protected]> Signed-off-by: Anirudh Edpuganti <[email protected]> Signed-off-by: Shreyas Pandya <[email protected]> Signed-off-by: Prakash V <[email protected]> Co-authored-by: Anirudh Edpuganti <[email protected]> Co-authored-by: Amit Singh <[email protected]> Co-authored-by: Prakash V <[email protected]> Co-authored-by: Paul Joseph <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Support adding atlas migration as an init container to the graphql-server deployment
In production-ready deployments, one would want to run the explicit
atlas
migrations instead of the default auto-migrations which are run whengraphql-server
is started.This can be added by optionally allowing an
initContainer
to run as part of thegraphql-server
deploymentThe text was updated successfully, but these errors were encountered: