-
Notifications
You must be signed in to change notification settings - Fork 3
Use latest image in Gateway helm values #663
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
Use latest image in Gateway helm values #663
Conversation
Use the latest image from https://github.com/Project-MONAI/monai-deploy-informatics-gateway/pkgs/container/monai-deploy-informatics-gateway/62967058?tag=latest instead of the one from answerdigital, which can not be publicly pulled. Signed-off-by: Jordi Massaguer Pla <[email protected]>
I got this error when using this image:
Thus, I am converting this PR to Draft... |
@woodheadio @neildsouth can you please help with this? I know we are working on v2 of the Helm charts. |
I see the image does not have the /database directory and I see that inside /opt/monai/ig/appsettings.json has this setting for the sqlite:
How could we change this settings? |
🤔 I also need to change the rabitmq settings ... I was thinking on using ConfigMaps but I am not sure if there is a simpler way... is there? thanks in advance for this awesome project! |
I would hold on for a bit. Most of the values for v1 of the Helm charts are internal to how Answer Digital is building a platform (AIDE) based on MONAI Deploy. v2 is when they will make them independent of their environment and generic so others can use OOTB. |
This has been "superseded" by #666 . |
Description
Use the latest image from
https://github.com/Project-MONAI/monai-deploy-informatics-gateway/pkgs/container/monai-deploy-informatics-gateway/62967058?tag=latest instead of the one from answerdigital, which can not be publicly pulled.
I did not find any "develop-latest" tag, so I used the "latest" tag... however in https://github.com/Project-MONAI/monai-deploy-workflow-manager/pull/662/commits and in #661 I proposed to use the "develop-latest". You may want to consider to request the monai-deploy-informatics-gateway developers to have such a tag.
See discussion #658
thanks
Status
Ready
Types of changes