Skip to content

Commit

Permalink
add back missing packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
dmepham committed Jan 9, 2025
1 parent 0c27505 commit 782c3b8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build-and-publish-beta-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ jobs:
fi
# Step 4: Package and Commit Chart
- name: Package Chart
run: |
helm package charts/cloudzero-agent/ --destination .deploy
- name: Commit updated Chart.yaml
run: |
git add .
Expand All @@ -94,6 +98,11 @@ jobs:
run: |
git checkout -f gh-pages
- name: Move release Tarball
run: |
cp .deploy/cloudzero-agent-${{ env.NEW_VERSION }}.tgz ./beta/
rm -fr .deploy
- name: Update Index
run: helm repo index --url https://cloudzero.github.io/cloudzero-charts/beta ./beta/

Expand Down

0 comments on commit 782c3b8

Please sign in to comment.