From 17ac3fa286cf50be7e20dde1d36cb137ae66ba3c Mon Sep 17 00:00:00 2001 From: benedwards Date: Mon, 9 Mar 2026 11:42:14 +0000 Subject: [PATCH 1/4] Updated ingress host to apps.hmcts.net instead of platform.hmcts.net --- Jenkinsfile_CNP | 2 +- Jenkinsfile_nightly | 2 +- charts/opal-frontend/values.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile_CNP b/Jenkinsfile_CNP index e9ce0f6f5c..784f118ee2 100644 --- a/Jenkinsfile_CNP +++ b/Jenkinsfile_CNP @@ -249,7 +249,7 @@ void determineDevEnvironmentDeployment() { if (label ==~ /enable_opal_fines_service.*/) { env.DEV_ENABLE_OPAL_FINES_SERVICE = true env.DEV_OPAL_FINES_SERVICE_URL = - "https://opal-frontend-pr-${env.CHANGE_ID}-fines-service.dev.platform.hmcts.net" + "https://opal-frontend-pr-${env.CHANGE_ID}-fines-service.dev.apps.hmcts.net" if (label ==~ /enable_opal_fines_service:pr-.*/) { env.DEV_OPAL_FINES_SERVICE_IMAGE_SUFFIX = label.replace('enable_opal_fines_service:', '') } diff --git a/Jenkinsfile_nightly b/Jenkinsfile_nightly index 294fb6f0a2..1a8d6efe87 100644 --- a/Jenkinsfile_nightly +++ b/Jenkinsfile_nightly @@ -106,7 +106,7 @@ def setupTestSpecifications() { withNightlyPipeline(type, product, component) { loadVaultSecrets(secrets) - env.TEST_URL = 'https://opal-frontend.staging.platform.hmcts.net/' + env.TEST_URL = 'https://opal-frontend.staging.apps.hmcts.net/' before('akschartsinstall') { onPR { diff --git a/charts/opal-frontend/values.yaml b/charts/opal-frontend/values.yaml index 144c827fa1..afc74c637e 100644 --- a/charts/opal-frontend/values.yaml +++ b/charts/opal-frontend/values.yaml @@ -1,7 +1,7 @@ nodejs: applicationPort: 4000 aadIdentityName: opal - ingressHost: opal-frontend.{{ .Values.global.environment }}.platform.hmcts.net + ingressHost: opal-frontend.{{ .Values.global.environment }}.apps.hmcts.net image: 'sdshmctspublic.azurecr.io/opal/frontend:latest' keyVaults: opal: @@ -21,7 +21,7 @@ nodejs: OPAL_API_URL: https://opal-fines-service.{{ .Values.global.environment }}.platform.hmcts.net OPAL_FINES_SERVICE_API_URL: https://opal-fines-service.{{ .Values.global.environment }}.platform.hmcts.net OPAL_USER_SERVICE_API_URL: https://opal-user-service.staging.platform.hmcts.net - FRONTEND_HOSTNAME: https://opal-frontend.{{ .Values.global.environment }}.platform.hmcts.net + FRONTEND_HOSTNAME: https://opal-frontend.{{ .Values.global.environment }}.apps.hmcts.net SESSION_SECURE_ENABLED: true CSRF_SECURE_ENABLED: true FEATURES_HELMET_ENABLED: true From e4bf3897177f94c075998c15b57fa7534275d13d Mon Sep 17 00:00:00 2001 From: hmcts-jenkins-cnp <60659747+hmcts-jenkins-cnp[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 11:43:41 +0000 Subject: [PATCH 2/4] Bumping chart version/ fixing aliases --- charts/opal-frontend/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/opal-frontend/Chart.yaml b/charts/opal-frontend/Chart.yaml index 5d6f34cf5b..9ea209993b 100644 --- a/charts/opal-frontend/Chart.yaml +++ b/charts/opal-frontend/Chart.yaml @@ -3,7 +3,7 @@ appVersion: '1.0' description: A Helm chart for opal-frontend name: opal-frontend home: https://github.com/hmcts/opal-frontend/ -version: 0.0.302 +version: 0.0.303 maintainers: - name: HMCTS Opal team dependencies: From 0ffcd4d90b83af162d48f8f674b74c766f70c728 Mon Sep 17 00:00:00 2001 From: benedwards Date: Mon, 9 Mar 2026 11:46:28 +0000 Subject: [PATCH 3/4] Updated ingress host to apps.hmcts.net instead of platform.hmcts.net --- charts/opal-frontend/values.dev.template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/opal-frontend/values.dev.template.yaml b/charts/opal-frontend/values.dev.template.yaml index 3fc7cfb66a..a273662c7e 100644 --- a/charts/opal-frontend/values.dev.template.yaml +++ b/charts/opal-frontend/values.dev.template.yaml @@ -22,7 +22,7 @@ opal-fines-service: java: releaseNameOverride: ${SERVICE_NAME}-fines-service image: 'sdshmctspublic.azurecr.io/opal/fines-service:${DEV_OPAL_FINES_SERVICE_IMAGE_SUFFIX}' - ingressHost: "opal-frontend-pr-${CHANGE_ID}-fines-service.dev.platform.hmcts.net" + ingressHost: "opal-frontend-pr-${CHANGE_ID}-fines-service.dev.apps.hmcts.net" imagePullPolicy: Always devmemoryRequests: "1Gi" devcpuRequests: "250m" From 3213b5c20de6899148babca60b3478a0d90c05a4 Mon Sep 17 00:00:00 2001 From: hmcts-jenkins-cnp <60659747+hmcts-jenkins-cnp[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 09:44:15 +0000 Subject: [PATCH 4/4] Bumping chart version/ fixing aliases --- charts/opal-frontend/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/opal-frontend/Chart.yaml b/charts/opal-frontend/Chart.yaml index b2e93aca8c..b8584dc7a8 100644 --- a/charts/opal-frontend/Chart.yaml +++ b/charts/opal-frontend/Chart.yaml @@ -3,7 +3,7 @@ appVersion: '1.0' description: A Helm chart for opal-frontend name: opal-frontend home: https://github.com/hmcts/opal-frontend/ -version: 0.0.303 +version: 0.0.304 maintainers: - name: HMCTS Opal team dependencies: