Skip to content

Commit

Permalink
AM-3042 Connect to v15 Prod (#651)
Browse files Browse the repository at this point in the history
* AM-3042 Connect to v15 Prod - ORM password user and host taken from keyvault, user and host env vars removed

* Bumping chart version/ fixing aliases

* 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
mikebrownccd and hmcts-jenkins-a-to-c[bot] authored May 2, 2024
1 parent 2d8b83f commit 460097b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/am-role-assignment-refresh-batch/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: "1.0"
description: A Helm chart for AM Role Assignment refresh batch
name: am-role-assignment-refresh-batch
home: https://github.com/hmcts/am-role-assignment-refresh-batch
version: 0.1.12
version: 0.1.13
maintainers:
- name: Access Management Team
dependencies:
Expand Down
8 changes: 5 additions & 3 deletions charts/am-role-assignment-refresh-batch/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@ job:
alias: AM_ROLE_ASSIGNMENT_REFRESH_BATCH_SECRET
- name: role-assignment-service-LD-SDK-KEY
alias: LD_SDK_KEY
- name: org-role-mapping-service-POSTGRES-PASS
- name: org-role-mapping-service-POSTGRES-PASS-V15
alias: ORG_ROLE_MAPPING_DB_PASSWORD
- name: org-role-mapping-service-POSTGRES-USER-V15
alias: ORG_ROLE_MAPPING_DB_USERNAME
- name: org-role-mapping-service-POSTGRES-HOST-V15
alias: ORG_ROLE_MAPPING_DB_HOST
environment:
IDAM_S2S_URL: http://rpe-service-auth-provider-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal
IDAM_USER_URL: https://idam-api.{{ .Values.global.environment }}.platform.hmcts.net
Expand All @@ -33,8 +37,6 @@ job:
LAUNCH_DARKLY_ENV: "{{ .Values.global.environment }}"
ORG_ROLE_MAPPING_DB_PORT: 5432
ORG_ROLE_MAPPING_DB_NAME: org_role_mapping
ORG_ROLE_MAPPING_DB_HOST: am-org-role-mapping-service-postgres-db-v11-{{ .Values.global.environment }}.postgres.database.azure.com
ORG_ROLE_MAPPING_DB_USERNAME: am@am-org-role-mapping-service-postgres-db-v11-{{ .Values.global.environment }}
ORG_ROLE_MAPPING_DB_OPTIONS: "?stringtype=unspecified&sslmode=require"
AM_ORM_URL: http://am-org-role-mapping-service-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal
AM_RAS_URL: http://am-role-assignment-service-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal

0 comments on commit 460097b

Please sign in to comment.