Skip to content

Commit

Permalink
Fix Release
Browse files Browse the repository at this point in the history
  • Loading branch information
spjmurray committed Jun 17, 2024
1 parent b3fbc37 commit 79cfd77
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ jobs:
uses: azure/setup-helm@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Add Repos
run: |
helm repo add unikorn-core https://unikorn-cloud.github.io/core
helm repo add unikorn-identity https://unikorn-cloud.github.io/identity
helm repo add unikorn-region https://unikorn-cloud.github.io/region
helm repo add unikorn-kubernetes https://unikorn-cloud.github.io/kubernetes
helm repo add unikorn-ui https://unikorn-cloud.github.io/ui
- name: Release
uses: helm/[email protected]
env:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/charts/unikorn-stack/charts/
Binary file removed charts/unikorn-stack/charts/core-v0.1.49.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed charts/unikorn-stack/charts/unikorn-ui-v0.2.4.tgz
Binary file not shown.

0 comments on commit 79cfd77

Please sign in to comment.