Skip to content

Commit

Permalink
CIV-10543 pointing to v15 (#2819)
Browse files Browse the repository at this point in the history
* CIV-10543 pointing to v15

* Bumping chart version/ fixing aliases
---------

Co-authored-by: hmcts-jenkins-a-to-c <62422075+hmcts-jenkins-a-to-c[bot]@users.noreply.github.com>
  • Loading branch information
asthamalviya and hmcts-jenkins-a-to-c[bot] authored Jan 16, 2024
1 parent b206891 commit f4d1fba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/cmc-claim-store/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: cmc-claim-store
home: https://github.com/hmcts/cmc-claim-store
version: 4.1.52
version: 4.1.53
description: Helm chart for the HMCTS CMC Claim-Store service
# be aware when bumping version that it is used elsewhere, e.g.:
# chart-cmc - demo: https://github.com/hmcts/chart-cmc/tree/master/cmc
Expand Down
3 changes: 1 addition & 2 deletions charts/cmc-claim-store/values.aat.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ java:
CLAIM_STAYED_SCHEDULE: "0 0 16 ? * MON-FRI *"
SCHEDULE_TRANSFER_CLAIMS: '0 0 12 1 * ?'
OIDC_ISSUER: https://forgerock-am.service.core-compute-idam-aat2.internal:8443/openam/oauth2/realms/root/realms/hmcts
CMC_DB_USERNAME: cmc@cmc-db-v11-aat
CMC_DB_HOST: cmc-db-v11-aat.postgres.database.azure.com

6 changes: 5 additions & 1 deletion charts/cmc-claim-store/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,12 @@ java:
alias: CLAIM_STORE_DB_PASSWORD
- name: AppInsightsInstrumentationKey
alias: azure.application-insights.instrumentation-key
- name: cmc-db-password-v11
- name: cmc-db-password-v15
alias: CMC_DB_PASSWORD
- name: cmc-db-username-v15
alias: CMC_DB_USERNAME
- name: cmc-db-host-v15
alias: CMC_DB_HOST
- name: citizen-oauth-client-secret
alias: oauth2.client.secret
- name: claim-store-s2s-secret
Expand Down

0 comments on commit f4d1fba

Please sign in to comment.