Skip to content

Commit

Permalink
PO-148: Update charts (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabahirfan authored Jan 8, 2024
1 parent 846d5e2 commit d1e90f1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/opal-fines-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 opal-fines-service app
name: opal-fines-service
home: https://github.com/hmcts/opal-fines-service
version: 0.0.20
version: 0.0.21
maintainers:
- name: HMCTS Opal Team
dependencies:
Expand Down
1 change: 1 addition & 0 deletions charts/opal-fines-service/values.dev.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ java:
OPAL_FINES_DB_OPTIONS: "?stringtype=unspecified"
OPAL_FINES_DB_PORT: 5432
RUN_DB_MIGRATION_ON_STARTUP: true
OPAL_FRONTEND_URL: https://opal-frontend.staging.platform.hmcts.net
postgresql:
enabled: true
2 changes: 2 additions & 0 deletions charts/opal-fines-service/values.stg.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
java:
image: ${IMAGE_NAME}
ingressHost: ${SERVICE_FQDN}
environment:
OPAL_FRONTEND_URL: https://opal-frontend.staging.platform.hmcts.net
1 change: 1 addition & 0 deletions charts/opal-fines-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ java:
alias: AAD_CLIENT_SECRET
environment:
RUN_DB_MIGRATION_ON_STARTUP: true
OPAL_FRONTEND_URL: https://opal-frontend.{{ .Values.global.environment }}.platform.hmcts.net

0 comments on commit d1e90f1

Please sign in to comment.