Skip to content

Commit

Permalink
SDT-157: point to v15 DB (#323)
Browse files Browse the repository at this point in the history
* SDT-149: SDT: Timeout error when manually writing to dead letter queue

* SDT-149: SDT: Timeout error when manually writing to dead letter queue

* SDT-168: SDT: Allow database retention period to be specified on an environment basis (#285)

* Update Terraform azurerm to v3.75.0

* Update dependency commons-io:commons-io to v2.14.0

* SDT-168: SDT: Allow database retention period to be specified on an environment basis

* SDT-168: SDT: Allow database retention period to be specified on an environment basis

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* SDT-168: SDT: Allow database retention period to be specified on an environment basis

* SDT-157: SDT: Upgrade Postgres database to v15

* SDT-157: SDT: Upgrade Postgres database to v15

* SDT-157: SDT: Upgrade Postgres database to v15

* SDT-157: SDT: Upgrade Postgres database to v15

* Disable git sync on demo branch

* SDT-157: syn branches with master

* suppress CVE-2023-44487

* SDT-157: point to v15 database

* Bumping chart version/ fixing aliases

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: hmcts-jenkins-a-to-c <62422075+hmcts-jenkins-a-to-c[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 20, 2023
1 parent 1da7bf6 commit a35da17
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/civil-sdt/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 civil-sdt app
name: civil-sdt
home: https://github.com/hmcts/civil-sdt
version: 0.0.18
version: 0.0.19
maintainers:
- name: HMCTS SDT team
dependencies:
Expand Down
4 changes: 0 additions & 4 deletions charts/civil-sdt/values.preview.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ java:
secrets:
- name: civil-sdt-service-s2s-secret
alias: CIVIL_SDT_S2S_KEY
- name: civil-sdt-POSTGRES-USER
alias: SDT_DB_USERNAME
- name: civil-sdt-POSTGRES-PASS
alias: SDT_DB_PASSWORD
- name: civil-sdt-servicebus-connection-string
alias: CIVIL_SDT_SERVICEBUS_CONNECTION_STRING
disabled: true
Expand Down
6 changes: 3 additions & 3 deletions charts/civil-sdt/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ java:
alias: IDAM_SDT_CLIENT_SECRET
- name: civil-sdt-appinsights-connection-string
alias: APPINSIGHTS_CONNECTION_STRING
- name: civil-sdt-POSTGRES-USER
- name: civil-sdt-POSTGRES-USER-V15
alias: SDT_DB_USERNAME
- name: civil-sdt-POSTGRES-PASS
- name: civil-sdt-POSTGRES-PASS-V15
alias: SDT_DB_PASSWORD
- name: civil-sdt-POSTGRES-HOST
- name: civil-sdt-POSTGRES-HOST-V15
alias: SDT_DB_HOST
- name: civil-sdt-servicebus-connection-string
alias: CIVIL_SDT_SERVICEBUS_CONNECTION_STRING
Expand Down

0 comments on commit a35da17

Please sign in to comment.