From d60350fd38a7553649b8e9e6bd2e73c2f8c31c9c Mon Sep 17 00:00:00 2001 From: Dawid Strozak Date: Tue, 2 Sep 2025 17:06:40 +0100 Subject: [PATCH 1/2] Testing graceful shutdown fixes --- java/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/Chart.yaml b/java/Chart.yaml index 45889a5..5a937c0 100644 --- a/java/Chart.yaml +++ b/java/Chart.yaml @@ -16,7 +16,7 @@ keywords: dependencies: - name: library - version: 2.2.2 + version: 2.2.4-alpha repository: oci://hmctspublic.azurecr.io/helm - name: postgresql version: 15.2.4 From c276a92805ebe6cb0f13a5cf18e98f5c8a04e1bc Mon Sep 17 00:00:00 2001 From: Dawid Strozak Date: Tue, 2 Sep 2025 17:19:34 +0100 Subject: [PATCH 2/2] Bump tpl ver --- java/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/templates/deployment.yaml b/java/templates/deployment.yaml index 8a599f0..b4cabd9 100644 --- a/java/templates/deployment.yaml +++ b/java/templates/deployment.yaml @@ -1 +1 @@ -{{- template "hmcts.deployment.v5.tpl" . -}} +{{- template "hmcts.deployment.v6.tpl" . -}}