Skip to content

Commit

Permalink
CCD-5273 Update values.yaml point to v15 d/b (#600)
Browse files Browse the repository at this point in the history
* Update values.yaml

* 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
nathan-clark and hmcts-jenkins-a-to-c[bot] authored May 23, 2024
1 parent 0660917 commit 65de0e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/ccd-user-profile-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description: CCD User profile
name: ccd-user-profile-api
apiVersion: v2
home: https://github.com/hmcts/ccd-user-profile-api
version: 1.6.14
version: 1.6.15
maintainers:
- name: HMCTS CCD Dev Team
email: ccd-devops@HMCTS.NET
Expand Down
6 changes: 3 additions & 3 deletions charts/ccd-user-profile-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ java:
environment:
USER_PROFILE_S2S_AUTHORISED_SERVICES: ccd_data,ccd_definition,ccd_admin,rd_professional_api
IDAM_S2S_URL: http://rpe-service-auth-provider-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal
USER_PROFILE_DB_HOST: ccd-user-profile-api-postgres-db-{{ .Values.global.environment }}.postgres.database.azure.com
USER_PROFILE_DB_HOST: ccd-user-profile-api-postgres-db-v15-{{ .Values.global.environment }}.postgres.database.azure.com
USER_PROFILE_DB_PORT: 5432
USER_PROFILE_DB_NAME: ccd_user_profile
USER_PROFILE_DB_OPTIONS: "?stringtype=unspecified&gssEncMode=disable"
Expand All @@ -16,9 +16,9 @@ java:
keyVaults:
ccd:
secrets:
- name: user-profile-api-POSTGRES-USER
- name: user-profile-api-POSTGRES-USER-V15
alias: USER_PROFILE_DB_USERNAME
- name: user-profile-api-POSTGRES-PASS
- name: user-profile-api-POSTGRES-PASS-V15
alias: USER_PROFILE_DB_PASSWORD
- name: app-insights-connection-string
alias: app-insights-connection-string

0 comments on commit 65de0e5

Please sign in to comment.