From 16ae93c331f9dd1dbf45a88e13378b770f8b122c Mon Sep 17 00:00:00 2001 From: Devesh Sharma Date: Tue, 27 Aug 2024 15:25:38 +0530 Subject: [PATCH] Added subchart info in chart.yaml Signed-off-by: Devesh Sharma --- argocd-helm-charts/capi-cluster/Chart.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/argocd-helm-charts/capi-cluster/Chart.yaml b/argocd-helm-charts/capi-cluster/Chart.yaml index 9166f59e7..0404483a3 100644 --- a/argocd-helm-charts/capi-cluster/Chart.yaml +++ b/argocd-helm-charts/capi-cluster/Chart.yaml @@ -12,3 +12,7 @@ dependencies: version: 1.0.0 repository: 'file://charts/aws' condition: provider.aws + - name: azure + version: 1.0.0 + repository: 'file://charts/azure' + condition: provider.azure