Skip to content

Commit

Permalink
Use helm to package chart
Browse files Browse the repository at this point in the history
  • Loading branch information
raffber committed Sep 8, 2024
1 parent 17b04b9 commit 52b9ffb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install Helm
uses: azure/setup-helm@v4

- name: Version Check
run: ci/check-version.sh

Expand Down Expand Up @@ -73,4 +76,4 @@ jobs:
out/comsrv.dll
out/comsrv.dll.lib
out/*.whl
out/chart.tgz
out/*.tgz
2 changes: 1 addition & 1 deletion ci/package-chart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ set -euxo pipefail
cd $(dirname "$0")/..

mkdir -p out
tar -C deploy/helm -czf out/chart.tgz Chart.yaml values.yaml templates/
helm package ./deploy/helm -d out

0 comments on commit 52b9ffb

Please sign in to comment.