Skip to content

Commit

Permalink
add 3rd party dependencies (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
wajihyassine authored Oct 26, 2023
1 parent 893b3df commit dfc1feb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v3

- name: Add Helm Dependencies
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add opensearch https://opensearch-project.github.io/helm-charts/
- name: Run chart-releaser
uses: helm/[email protected]
Expand Down

0 comments on commit dfc1feb

Please sign in to comment.