Skip to content

Commit

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

* Bumping chart version/ fixing aliases

* Bumping chart version/ fixing aliases

* 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 5d7a194 commit 748a065
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/am-org-role-mapping-service/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 Organisation Role Mapping Service
name: am-org-role-mapping-service
home: https://github.com/hmcts/am-org-role-mapping-service
version: 0.0.61
version: 0.0.62
maintainers:
- name: Access Management Team
dependencies:
Expand Down
8 changes: 5 additions & 3 deletions charts/am-org-role-mapping-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@ java:
alias: ORG_ROLE_MAPPING_IDAM_ADMIN_PASSWORD
- name: caseworker-topic-primary-send-listen-shared-access-key
alias: AMQP_CRD_SHARED_ACCESS_KEY_VALUE
- 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
- name: judicial-topic-primary-send-listen-shared-access-key
alias: AMQP_JRD_SHARED_ACCESS_KEY_VALUE
environment:
Expand All @@ -49,8 +53,6 @@ java:
ORG_ROLE_MAPPING_IDAM_ADMIN_USERID: orm.admin@hmcts.NET
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"
REFRESH_JOB:
TESTING_SUPPORT_ENABLED: false
Expand Down

0 comments on commit 748a065

Please sign in to comment.