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