Update charts-test.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
@@ -222,6 +222,21 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true
|
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
|
- name: Add Dependencies
|
||||||
run: |
|
run: |
|
||||||
if [[ "${{ matrix.chart }}" == "charts/operators/metallb-config" ]]; then
|
if [[ "${{ matrix.chart }}" == "charts/operators/metallb-config" ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user