From 0a531fbe4930aed2906d8aff4a985ea6a9237bfd Mon Sep 17 00:00:00 2001 From: Jordi Massaguer Pla Date: Mon, 30 Jan 2023 11:43:17 +0100 Subject: [PATCH] se 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/MTM.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/helm/MTM.yaml b/deploy/helm/MTM.yaml index 90139f703..881b71ff4 100644 --- a/deploy/helm/MTM.yaml +++ b/deploy/helm/MTM.yaml @@ -15,9 +15,9 @@ replicaCount: 1 image: - repository: registry.gitlab.com/answerdigital/londonai/aide/workflow-manager-images/task-manager + repository: ghcr.io/project-monai/monai-deploy-task-manager pullPolicy: IfNotPresent - tag: 2022-09-05-01 + tag: develop-latest imagePullSecrets: - name: gitlab-image-pull