Added: dep repos

This commit is contained in:
Valeriano Manassero 2023-03-10 15:29:34 +01:00
parent 9dfbf6f3b1
commit 12388b0c86

View File

@ -34,6 +34,10 @@ jobs:
node_image: kindest/node:${{ matrix.k8s }}
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.3.1
- name: Add bitnami repo
run: helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Add elastic repo
run: helm repo add elastic https://helm.elastic.co
- name: Run chart-testing (list-changed)
id: list-changed
run: |