-
Notifications
You must be signed in to change notification settings - Fork 11
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: support atlas migration, issueref #56 #57
base: main
Are you sure you want to change the base?
Conversation
b6c1c91
to
ec04c2a
Compare
Thanks for the PR, @shreyasHpandya, @semmet95 @ANIRUDH-333! May I ask you to help me documenting the new features?
|
* 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]>
Hi @sunnyyip . Thank you for sharing the instructions on how to update the PR. |
Fixes: #56 |
Signed-off-by: Amit Singh <[email protected]>
Signed-off-by: Amit Singh <[email protected]>
Signed-off-by: Amit Singh <[email protected]>
Signed-off-by: Amit Singh <[email protected]>
Hi @sunnyyip
|
Thanks @semmet95! Let's rebase to pick up the blobstore addr update to get pass the tests? |
Hey @sunnyyip Regarding atlas migration's image, I'm not sure which specific point you are referring to. Please let us know if we missed adding some doc or explanation. |
@semmet95 please have a look at my comment at https://github.com/kusaridev/helm-charts/pull/57/files/62579f2f11f8d213307e6b9d0ade4c3adf5c475a We should only be using the atlas image because the guac image (default/fallback right now) won't work for running atlas. This applies to both digest/image tag. |
Hey @sunnyyip |
sorry about the link...I mentioned you in the comment. Let me know if you see it. Thanks |
Hi @sunnyyip |
value: '{{ index .Values.guac.backend.ent "db-address" }}' | ||
{{- end }} | ||
{{- if .Values.atlas.image.digest }} | ||
image: "{{ .Values.image.repository | default .Values.guac.guacImage.repository }}@{{ .Values.atlas.image.digest }}" |
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.
Should the image always be .Values.atlas.image.repository and not have a default?
The guac image won't have the bins for running migration.
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.
@semmet95 this is what I was referring to about image repo for atlas
No description provided.