From bad41f24c295612a821c12708a1aa085fd55f3ee Mon Sep 17 00:00:00 2001 From: junaidiqbalmoj <84805836+junaidiqbalmoj@users.noreply.github.com> Date: Thu, 12 Dec 2024 09:27:24 +0000 Subject: [PATCH] Revert "PUB-2682 deploy list type subscription (#5864)" This reverts commit 787be3dfcf93c068b689b4e828935803b7ba479d. --- apps/pip/frontend/test.yaml | 1 + apps/pip/subscription-management/test.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/apps/pip/frontend/test.yaml b/apps/pip/frontend/test.yaml index 4b9dcf9a5fe..4cdb155a2ab 100644 --- a/apps/pip/frontend/test.yaml +++ b/apps/pip/frontend/test.yaml @@ -8,6 +8,7 @@ spec: nodejs: replicas: 2 ingressHost: pip-frontend.test.platform.hmcts.net + image: sdshmctspublic.azurecr.io/pip/frontend:pr-1383-a8c8d74-20241206135146 environment: DATA_MANAGEMENT_URL: https://pip-data-management.test.platform.hmcts.net ACCOUNT_MANAGEMENT_URL: https://pip-account-management.test.platform.hmcts.net diff --git a/apps/pip/subscription-management/test.yaml b/apps/pip/subscription-management/test.yaml index 754839de6d0..d5842edc9dc 100644 --- a/apps/pip/subscription-management/test.yaml +++ b/apps/pip/subscription-management/test.yaml @@ -9,6 +9,7 @@ spec: java: replicas: 2 ingressHost: pip-subscription-management.test.platform.hmcts.net + image: sdshmctspublic.azurecr.io/pip/subscription-management:pr-367-9a175c0-20241205133941 environment: DATA_MANAGEMENT_URL: https://pip-data-management.test.platform.hmcts.net ACCOUNT_MANAGEMENT_URL: https://pip-account-management.test.platform.hmcts.net