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