Skip to content

Commit 0a531fb

Browse files
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 #658 Signed-off-by: Jordi Massaguer Pla <[email protected]>
1 parent 00a91ef commit 0a531fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/helm/MTM.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
replicaCount: 1
1616

1717
image:
18-
repository: registry.gitlab.com/answerdigital/londonai/aide/workflow-manager-images/task-manager
18+
repository: ghcr.io/project-monai/monai-deploy-task-manager
1919
pullPolicy: IfNotPresent
20-
tag: 2022-09-05-01
20+
tag: develop-latest
2121

2222
imagePullSecrets:
2323
- name: gitlab-image-pull

0 commit comments

Comments
 (0)