From c6c873d265e2c0488b945d9b873c4967f07940e0 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Tue, 5 Dec 2023 19:50:03 +0100 Subject: [PATCH] Update charts-test.yaml Signed-off-by: Kjeld Schouten --- .github/workflows/charts-test.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/charts-test.yaml b/.github/workflows/charts-test.yaml index a64b7b30494..1bf4445ad1f 100644 --- a/.github/workflows/charts-test.yaml +++ b/.github/workflows/charts-test.yaml @@ -154,6 +154,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: Add Dependencies