Skip to content

Commit b8217dc

Browse files
authored
Add airflow nad bitnami helm charts
1 parent 358f8f6 commit b8217dc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/release-source.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)