diff --git a/helm/metallb/Chart.yaml b/helm/metallb/Chart.yaml index 442b907..0ee93b2 100644 --- a/helm/metallb/Chart.yaml +++ b/helm/metallb/Chart.yaml @@ -8,3 +8,7 @@ type: application kubeVersion: ">= 1.19.0-0" version: 0.0.0 appVersion: v0.15.2 +dependencies: + - name: metallb + version: ">=0.10.2" + repository: "https://metallb.github.io/metallb"