Skip to content

Commit 6fc4def

Browse files
authored
FACT-2069 changed to 15 to match prod (#3370)
* FACT-2069 changed to 15 to match prod * lease value is duplicated, kept newer one according to git * added postgres 15 lines to aat and preview * 15 to preview
1 parent a16a7f3 commit 6fc4def

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

charts/bulk-scan-processor/values.aat.template.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
java:
22
environment:
33
STORAGE_BLOB_SELECTED_CONTAINER: "ALL"
4-
LEASE_ACQUIRE_DELAY_IN_SECONDS: "15"
54
FLYWAY_NOOP_STRATEGY: "false"
65
QUEUE_ENVELOPE_NAME: "envelopes-staging"
76
QUEUE_PROCESSED_ENVELOPES_NAME: "processed-envelopes-staging"
@@ -80,3 +79,7 @@ java:
8079

8180
postgresql:
8281
enabled: true
82+
image:
83+
registry: hmctspublic.azurecr.io
84+
repository: imported/bitnami/postgresql
85+
tag: '15'

charts/bulk-scan-processor/values.preview.template.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ java:
7979

8080
postgresql:
8181
enabled: true
82+
image:
83+
registry: hmctspublic.azurecr.io
84+
repository: imported/bitnami/postgresql
85+
tag: '15'
8286

8387
servicebus:
8488
enabled: true

docker/database/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM hmctspublic.azurecr.io/imported/postgres:16-alpine
1+
FROM hmctspublic.azurecr.io/imported/postgres:15-alpine
22

33
MAINTAINER "HMCTS BSP <https://github.com/hmcts>"
44
LABEL maintainer = "HMCTS BSP <https://github.com/hmcts>"

0 commit comments

Comments
 (0)