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 1/2] 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 From d8f34f25178c2299fedda224138908f214d03a30 Mon Sep 17 00:00:00 2001 From: junaidiqbalmoj Date: Thu, 12 Dec 2024 09:34:26 +0000 Subject: [PATCH 2/2] update image --- apps/pip/frontend/test.yaml | 2 +- apps/pip/subscription-management/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/pip/frontend/test.yaml b/apps/pip/frontend/test.yaml index 4cdb155a2ab..406f3374645 100644 --- a/apps/pip/frontend/test.yaml +++ b/apps/pip/frontend/test.yaml @@ -8,7 +8,7 @@ spec: nodejs: replicas: 2 ingressHost: pip-frontend.test.platform.hmcts.net - image: sdshmctspublic.azurecr.io/pip/frontend:pr-1383-a8c8d74-20241206135146 + image: sdshmctspublic.azurecr.io/pip/frontend:pr-1383-98c5e1c-20241209112606 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 d5842edc9dc..f581b3f5439 100644 --- a/apps/pip/subscription-management/test.yaml +++ b/apps/pip/subscription-management/test.yaml @@ -9,7 +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 + image: sdshmctspublic.azurecr.io/pip/subscription-management:pr-367-77f683a-20241206104252 environment: DATA_MANAGEMENT_URL: https://pip-data-management.test.platform.hmcts.net ACCOUNT_MANAGEMENT_URL: https://pip-account-management.test.platform.hmcts.net