Skip to content

Commit

Permalink
Generate index
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Sep 14, 2024
1 parent 1390cb4 commit 148a6db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,13 @@ jobs:
mv hypha-server-*.tgz ../dist
helm package redis
mv redis-*.tgz ../dist
helm repo index ./dist --url https://hypha-server.github.io/helm-charts/
- name: Install Hypha Helm chart from packaged .tgz
run: |
helm install redis ./dist/redis-*.tgz --namespace=hypha
helm install hypha-server ./dist/hypha-server-*.tgz --namespace=hypha
- name: Uninstall Hypha Helm chart
run: |
Expand Down

0 comments on commit 148a6db

Please sign in to comment.