Add a metallb app (#1305)

* Add a metallb app

* add metallb repo
This commit is contained in:
Kjeld Schouten-Lebbing
2021-11-10 17:35:49 +01:00
committed by GitHub
parent 57829d0e17
commit 023eb2f4cd
8 changed files with 229 additions and 0 deletions
+1
View File
@@ -111,6 +111,7 @@ jobs:
run: |
helm repo add truecharts https://truecharts.org
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add metallb https://metallb.github.io/metallb
helm repo update
- uses: actions/setup-python@v2
+2
View File
@@ -38,6 +38,7 @@ jobs:
run: |
helm repo add truecharts https://truecharts.org
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add metallb https://metallb.github.io/metallb
helm repo update
- name: Run chart-testing (lint)
@@ -76,6 +77,7 @@ jobs:
run: |
helm repo add truecharts https://truecharts.org
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add metallb https://metallb.github.io/metallb
helm repo update
- uses: actions/setup-python@v2