From a8da18fb128c6bb460d9cba69943d6bcb8980300 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sat, 16 Dec 2023 00:32:15 +0100 Subject: [PATCH] Update charts-test.yaml Signed-off-by: Kjeld Schouten --- .github/workflows/charts-test.yaml | 60 ++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/.github/workflows/charts-test.yaml b/.github/workflows/charts-test.yaml index 5c28083fd6b..f0ce59d8611 100644 --- a/.github/workflows/charts-test.yaml +++ b/.github/workflows/charts-test.yaml @@ -285,6 +285,21 @@ jobs: run: | kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true + - name: Prep Helm + run: | + helm repo add truecharts https://charts.truecharts.org + helm repo add truecharts-deps https://deps.truecharts.org + helm repo add truecharts-library https://library-charts.truecharts.org + helm repo add jetstack https://charts.jetstack.io + helm repo add vmwaretanzu https://vmware-tanzu.github.io/helm-charts + 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 run: | if [[ "${{ matrix.chart }}" == "charts/operators/metallb-config" ]]; then @@ -348,6 +363,21 @@ jobs: run: | kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true + - name: Prep Helm + run: | + helm repo add truecharts https://charts.truecharts.org + helm repo add truecharts-deps https://deps.truecharts.org + helm repo add truecharts-library https://library-charts.truecharts.org + helm repo add jetstack https://charts.jetstack.io + helm repo add vmwaretanzu https://vmware-tanzu.github.io/helm-charts + 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 run: | if [[ "${{ matrix.chart }}" == "charts/operators/metallb-config" ]]; then @@ -411,6 +441,21 @@ jobs: run: | kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true + - name: Prep Helm + run: | + helm repo add truecharts https://charts.truecharts.org + helm repo add truecharts-deps https://deps.truecharts.org + helm repo add truecharts-library https://library-charts.truecharts.org + helm repo add jetstack https://charts.jetstack.io + helm repo add vmwaretanzu https://vmware-tanzu.github.io/helm-charts + 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 run: | if [[ "${{ matrix.chart }}" == "charts/operators/metallb-config" ]]; then @@ -474,6 +519,21 @@ jobs: run: | kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true + - name: Prep Helm + run: | + helm repo add truecharts https://charts.truecharts.org + helm repo add truecharts-deps https://deps.truecharts.org + helm repo add truecharts-library https://library-charts.truecharts.org + helm repo add jetstack https://charts.jetstack.io + helm repo add vmwaretanzu https://vmware-tanzu.github.io/helm-charts + 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 run: | if [[ "${{ matrix.chart }}" == "charts/operators/metallb-config" ]]; then