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

increase ELASTIC_SEARCH_CASE_INDEX_MAPPING_FIELDS_LIMIT to unblock IAC #1516

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/ccd-definition-store-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description: Helm chart for the HMCTS CCD Definition Store
name: ccd-definition-store-api
apiVersion: v2
home: https://github.com/hmcts/ccd-definition-store-api
version: 1.6.18
version: 1.6.19
maintainers:
- name: HMCTS CCD Dev Team
email: ccd-devops@HMCTS.NET
Expand Down
2 changes: 1 addition & 1 deletion charts/ccd-definition-store-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ java:
ELASTIC_SEARCH_FAIL_ON_IMPORT: true
ELASTIC_SEARCH_DYNAMIC: true
ELASTIC_SEARCH_CASE_INDEX_NAME_FORMAT: '%s_cases'
ELASTIC_SEARCH_CASE_INDEX_MAPPING_FIELDS_LIMIT: 10000
ELASTIC_SEARCH_CASE_INDEX_MAPPING_FIELDS_LIMIT: 12000

WELSH_TRANSLATION_ENABLED: true
ENABLE_CASE_GROUP_ACCESS: true
Expand Down