Skip to content

Commit

Permalink
Add airflow nad bitnami helm charts
Browse files Browse the repository at this point in the history
  • Loading branch information
puehringer authored Feb 5, 2025
1 parent 358f8f6 commit b8217dc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,12 @@ jobs:
git add package.json
- name: Add Helm repository
if: ${{ inputs.is_helm_chart == true }}
run: helm repo add datavisyn https://chartmuseum.app.datavisyn.io --username ${{ env.CHARTMUSEUM_USER }} --password ${{ env.CHARTMUSEUM_PASSWORD }}
run: |
helm repo add datavisyn https://chartmuseum.app.datavisyn.io --username ${{ env.CHARTMUSEUM_USER }} --password ${{ env.CHARTMUSEUM_PASSWORD }}
# required for visynKB as it depends on them.
# TODO: make this an input of the workflow.
helm repo add apache-airflow https://airflow.apache.org
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: change charts and subcharts version
if: ${{ inputs.is_helm_chart == true }}
run: |
Expand Down

0 comments on commit b8217dc

Please sign in to comment.