From edbb3293b7c4f7f445d73ab3294bfc4450228167 Mon Sep 17 00:00:00 2001 From: Jordi Massaguer Pla Date: Mon, 30 Jan 2023 11:55:02 +0100 Subject: [PATCH] Use latest image in Gateway helm values 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 --- deploy/helm/Gateway-local.yaml | 4 ++-- deploy/helm/Gateway.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/helm/Gateway-local.yaml b/deploy/helm/Gateway-local.yaml index 1c055354c..c6ec41c55 100644 --- a/deploy/helm/Gateway-local.yaml +++ b/deploy/helm/Gateway-local.yaml @@ -14,9 +14,9 @@ replicaCount: 1 image: - repository: registry.gitlab.com/answerdigital/londonai/aide/workflow-manager-images/infomatics-gateway + repository: ghcr.io/project-monai/monai-deploy-informatics-gateway pullPolicy: IfNotPresent - tag: 2022-08-01 + tag: latest enviromentVariables: InformaticsGateway__messaging__publisherSettings__endpoint: "rabbitmq-monai" diff --git a/deploy/helm/Gateway.yaml b/deploy/helm/Gateway.yaml index 7f3634f65..ba23544a3 100644 --- a/deploy/helm/Gateway.yaml +++ b/deploy/helm/Gateway.yaml @@ -14,9 +14,9 @@ replicaCount: 1 image: - repository: registry.gitlab.com/answerdigital/londonai/aide/workflow-manager-images/infomatics-gateway + repository: ghcr.io/project-monai/monai-deploy-informatics-gateway pullPolicy: IfNotPresent - tag: 2022-08-30-01 + tag: latest imagePullSecrets: - name: gitlab-image-pull