Skip to content

Commit

Permalink
CP-22730: package both charts in beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
dmepham committed Nov 21, 2024
1 parent b039ffc commit ab3f3d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-publish-beta-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ jobs:
# Step 4: Package and Commit Chart
- name: Package Chart
run: helm package charts/cloudzero-agent/ --destination .deploy
run: |
helm package charts/cloudzero-agent/ --destination .deploy
helm package charts/cloudzero-insights-controller/ --destination .deploy
- name: Commit updated Chart.yaml
run: |
Expand Down

0 comments on commit ab3f3d5

Please sign in to comment.