From 94fe4dea17f707e505e5701561b165801672faeb Mon Sep 17 00:00:00 2001 From: Dave Thompson Date: Thu, 27 Feb 2025 15:23:21 +0000 Subject: [PATCH] Updating helm charts (#2655) Co-authored-by: hmcts-jenkins-cnp <60659747+hmcts-jenkins-cnp[bot]@users.noreply.github.com> --- charts/darts-api/Chart.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/darts-api/Chart.yaml b/charts/darts-api/Chart.yaml index 9298f8f9df..0d0ede37b4 100644 --- a/charts/darts-api/Chart.yaml +++ b/charts/darts-api/Chart.yaml @@ -4,22 +4,22 @@ appVersion: "1.0" description: A Helm chart for darts-api App name: darts-api home: https://github.com/hmcts/darts-api -version: 0.0.99 +version: 0.0.100 maintainers: - name: HMCTS darts team dependencies: - name: java - version: 5.2.1 - repository: 'https://hmctspublic.azurecr.io/helm/v1/repo/' + version: 5.3.0 + repository: 'oci://hmctspublic.azurecr.io/helm' - name: function - version: 2.5.3 - repository: 'https://hmctspublic.azurecr.io/helm/v1/repo' + version: 2.6.0 + repository: 'oci://hmctspublic.azurecr.io/helm' - name: postgresql - version: 1.0.2 - repository: 'https://hmctspublic.azurecr.io/helm/v1/repo/' + version: 1.1.0 + repository: 'oci://hmctspublic.azurecr.io/helm' condition: postgresql.enabled - name: darts-portal - version: ~0.0.27 - repository: 'https://sdshmctspublic.azurecr.io/helm/v1/repo/' + version: ~0.0.28 + repository: 'oci://sdshmctspublic.azurecr.io/helm' condition: darts-portal.enabled