From 2a67b14d9216c7d2f87f3380b693ff6606106b15 Mon Sep 17 00:00:00 2001 From: Jordi Massaguer Pla Date: Mon, 30 Jan 2023 11:41:23 +0100 Subject: [PATCH] Use develop image in MWM helm values Hi, Shouldn't we use the latest development image inside the MWM helm chart? I tried using the one from answerdigital but I did not have permissions to do so. See "discussion" in https://github.com/Project-MONAI/monai-deploy-workflow-manager/discussions/658 Signed-off-by: Jordi Massaguer Pla --- deploy/helm/MWM.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/helm/MWM.yaml b/deploy/helm/MWM.yaml index f7dabd782..71cc8c094 100644 --- a/deploy/helm/MWM.yaml +++ b/deploy/helm/MWM.yaml @@ -15,9 +15,9 @@ replicaCount: 1 image: - repository: registry.gitlab.com/answerdigital/londonai/aide/workflow-manager-images/workflow-manager + repository: ghcr.io/project-monai/monai-deploy-workflow-manager pullPolicy: IfNotPresent - tag: 2022-07-27-02 + tag: develop-latest imagePullSecrets: - name: gitlab-image-pull