File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,12 @@ jobs:
140140 git add package.json
141141 - name : Add Helm repository
142142 if : ${{ inputs.is_helm_chart == true }}
143- run : helm repo add datavisyn https://chartmuseum.app.datavisyn.io --username ${{ env.CHARTMUSEUM_USER }} --password ${{ env.CHARTMUSEUM_PASSWORD }}
143+ run : |
144+ helm repo add datavisyn https://chartmuseum.app.datavisyn.io --username ${{ env.CHARTMUSEUM_USER }} --password ${{ env.CHARTMUSEUM_PASSWORD }}
145+ # required for visynKB as it depends on them.
146+ # TODO: make this an input of the workflow.
147+ helm repo add apache-airflow https://airflow.apache.org
148+ helm repo add bitnami https://charts.bitnami.com/bitnami
144149 - name : change charts and subcharts version
145150 if : ${{ inputs.is_helm_chart == true }}
146151 run : |
You can’t perform that action at this time.
0 commit comments