Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test PR for civ16631 #5457

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from
3 changes: 3 additions & 0 deletions ccd-definition/CaseEvent/User/QueryManagement-nonprod.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
"PreConditionState(s)": "*",
"PostConditionState": "*",
"SecurityClassification": "Public",
"CallBackURLAboutToStartEvent": "${CCD_DEF_CASE_SERVICE_BASE_URL}/cases/callbacks/about-to-start",
"CallBackURLAboutToSubmitEvent": "${CCD_DEF_CASE_SERVICE_BASE_URL}/cases/callbacks/about-to-submit",
"CallBackURLSubmittedEvent": "${CCD_DEF_CASE_SERVICE_BASE_URL}/cases/callbacks/submitted",
"ShowSummary": "N",
"ShowEventNotes": "N",
"Publish": "Y",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,19 @@
"CategoryLabel": "Query documents",
"DisplayOrder": "13",
"ParentCategoryID": ""
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CategoryID": "ClaimantQueryDocuments",
"CategoryLabel": "Claimant",
"DisplayOrder": "1",
"ParentCategoryID": "QueryDocuments"
},
{
"CaseTypeID": "CIVIL${CCD_DEF_VERSION}",
"CategoryID": "DefendantQueryDocuments",
"CategoryLabel": "Defendant",
"DisplayOrder": "2",
"ParentCategoryID": "QueryDocuments"
}
]
6 changes: 3 additions & 3 deletions charts/civil-ccd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
description: A Helm chart for civil-ccd App
name: civil-ccd
home: https://github.com/hmcts/civil-ccd-definition
version: 0.0.51
version: 0.0.52
maintainers:
- name: HMCTS Civil team

Expand Down Expand Up @@ -39,8 +39,8 @@ dependencies:
repository: 'https://hmctspublic.azurecr.io/helm/v1/repo/'
condition: camunda-bpm.enabled
- name: servicebus
version: 1.0.7
repository: 'https://hmctspublic.azurecr.io/helm/v1/repo/'
version: 1.1.0
repository: 'oci://hmctspublic.azurecr.io/helm'
condition: servicebus.enabled
# WA
- name: wa
Expand Down
2 changes: 1 addition & 1 deletion charts/civil-ccd/values.preview.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ civil-wa:

civil-service:
java:
image: 'hmctspublic.azurecr.io/civil/service:latest'
image: 'hmctspublic.azurecr.io/civil/service:pr-6182'
keyVaults:
civil:
resourceGroup: civil
Expand Down
Loading