diff --git a/charts/probate-frontend/Chart.yaml b/charts/probate-frontend/Chart.yaml index 619ca7c81a..a7f64f4008 100644 --- a/charts/probate-frontend/Chart.yaml +++ b/charts/probate-frontend/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.0" description: A Helm chart for the HMCTS probate product name: probate-frontend home: https://github.com/hmcts/probate-frontend -version: 2.3.34 +version: 2.3.35 dependencies: - name: nodejs version: 3.1.1 diff --git a/charts/probate-frontend/values.yaml b/charts/probate-frontend/values.yaml index 96c6b11daa..4697f1f3f5 100644 --- a/charts/probate-frontend/values.yaml +++ b/charts/probate-frontend/values.yaml @@ -21,7 +21,7 @@ nodejs: IDAM_S2S_URL: http://rpe-service-auth-provider-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal PAYMENT_API_URL: http://payment-api-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal VALIDATION_SERVICE_URL: http://probate-business-service-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal/validate - ORCHESTRATOR_SERVICE_URL: http://probate-orchestrator-service-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal + ORCHESTRATOR_SERVICE_URL : http://probate-orchestrator-service-pr-1078-java FEES_REGISTRY_URL: http://fees-register-api-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal/fees-register REFORM_ENVIRONMENT : '{{ .Values.global.environment }}' REDIS_HOST: probate-frontend-redis-cache-{{ .Values.global.environment }}.redis.cache.windows.net