From 787be3dfcf93c068b689b4e828935803b7ba479d Mon Sep 17 00:00:00 2001 From: junaidiqbalmoj <84805836+junaidiqbalmoj@users.noreply.github.com> Date: Wed, 11 Dec 2024 15:33:35 +0000 Subject: [PATCH] PUB-2682 deploy list type subscription (#5864) * Deploy list type subscription * change image * remove env variables * Deploy List Subscription Changes on TEST Env * update image * revert the changes * revert the changes * Deploy to test environment * deploy to test environment * Implement latest changes to TEST * add test image * Revert Deployed Image on Test env --- apps/pip/frontend/test.yaml | 1 - apps/pip/subscription-management/test.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/apps/pip/frontend/test.yaml b/apps/pip/frontend/test.yaml index 4cdb155a2ab..4b9dcf9a5fe 100644 --- a/apps/pip/frontend/test.yaml +++ b/apps/pip/frontend/test.yaml @@ -8,7 +8,6 @@ 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 d5842edc9dc..754839de6d0 100644 --- a/apps/pip/subscription-management/test.yaml +++ b/apps/pip/subscription-management/test.yaml @@ -9,7 +9,6 @@ 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