From 4bf9a5923b1834467909ce088cda8e1f438f17ab Mon Sep 17 00:00:00 2001 From: Rees Pozzi Date: Thu, 14 Aug 2025 14:10:15 +0100 Subject: [PATCH 1/2] Update to use OCI endpoint --- java/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/Chart.yaml b/java/Chart.yaml index 45889a5..4e7cefe 100644 --- a/java/Chart.yaml +++ b/java/Chart.yaml @@ -20,5 +20,5 @@ dependencies: repository: oci://hmctspublic.azurecr.io/helm - name: postgresql version: 15.2.4 - repository: https://charts.bitnami.com/bitnami + repository: oci://registry-1.docker.io/bitnamicharts condition: postgresql.enabled From 0b9d2861e241c803115a5e3f0d63b7616bf3d5d4 Mon Sep 17 00:00:00 2001 From: Rees Pozzi Date: Fri, 15 Aug 2025 16:01:58 +0100 Subject: [PATCH 2/2] Update image references --- java/values.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/java/values.yaml b/java/values.yaml index a65d2dc..74e1c47 100644 --- a/java/values.yaml +++ b/java/values.yaml @@ -64,6 +64,18 @@ postgresql: primary: persistence: enabled: false + ## Override metrics image for postgresql-exporter + metrics: + image: + registry: hmctspublic.azurecr.io + repository: imported/bitnami/postgres-exporter + tag: '0.15.0-debian-12-r16' + ## Override volume permissions image for os-shell + volumePermissions: + image: + registry: hmctspublic.azurecr.io + repository: imported/bitnami/os-shell + tag: '12-debian-12-r18' global: enableKeyVaults: false