Skip to content

Commit

Permalink
DTSAM-484 ORM Update Preview Chart after JBS LD Decommission (#2064)
Browse files Browse the repository at this point in the history
* DTSAM-484 ORM Update Preview Chart after JBS LD Decommission

* 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 Aug 28, 2024
1 parent 5b497c9 commit 68d5224
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions 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.68
version: 0.0.69
maintainers:
- name: Access Management Team
dependencies:
Expand All @@ -19,6 +19,6 @@ dependencies:
repository: 'https://hmctspublic.azurecr.io/helm/v1/repo/'
condition: orm.ras.enabled
- name: am-judicial-booking-service
version: 0.0.62
version: 0.0.63
repository: 'https://hmctspublic.azurecr.io/helm/v1/repo/'
condition: orm.jbs.enabled
Original file line number Diff line number Diff line change
Expand Up @@ -132,18 +132,14 @@ am-judicial-booking-service:
alias: JUDICIAL_BOOKING_IDAM_CLIENT_SECRET
- name: judicial-booking-service-IDAM-ADMIN-SECRET
alias: JUDICIAL_BOOKING_IDAM_ADMIN_PASSWORD
- name: role-assignment-service-LD-SDK-KEY
alias: LD_SDK_KEY

environment:
JUDICIAL_BOOKING_SERVICE_POSTGRES_HOST: "{{ .Release.Name }}-postgresql"
JUDICIAL_BOOKING_SERVICE_POSTGRES_USER: "{{ .Values.postgresql.auth.username}}"
JUDICIAL_BOOKING_SERVICE_POSTGRES_PASS: "{{ .Values.postgresql.auth.password}}"
JUDICIAL_BOOKING_SERVICE_DB_OPTIONS: "?stringtype=unspecified"
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
LAUNCH_DARKLY_ENV: pr
RUN_LD_ON_STARTUP: true
JBS_ENV: pr

servicebus:
releaseNameOverride: ${SERVICE_NAME}-asb
Expand Down

0 comments on commit 68d5224

Please sign in to comment.