diff --git a/.github/workflows/charts-lint.yaml b/.github/workflows/charts-lint.yaml index 8f1ad980ae9..fc4aeb4e83c 100644 --- a/.github/workflows/charts-lint.yaml +++ b/.github/workflows/charts-lint.yaml @@ -62,6 +62,9 @@ jobs: helm repo add cnpg https://cloudnative-pg.github.io/charts helm repo add metallb https://metallb.github.io/metallb helm repo add prometheus-community https://prometheus-community.github.io/helm-charts + helm repo add openebs https://openebs.github.io/charts + helm repo add csi-driver-smb https://raw.githubusercontent.com/kubernetes-csi/csi-driver-smb/master/charts + helm repo add csi-driver-nfs https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/charts helm repo update - name: Collect changes (branch-based)