Skip to content

Commit

Permalink
Fix helm package release. (#1209)
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
  • Loading branch information
AndrienkoAleksandr committed Dec 1, 2021
1 parent 8a0221b commit dfdd4f9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-helm-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,11 @@ jobs:
helm version
cp -rf "${GITHUB_WORKSPACE}"/helmcharts/stable /tmp/charts
git checkout gh-pages
mkdir -p charts
mkdir -p charts/stable
mkdir -p charts/next
cp -rf /tmp/charts "${GITHUB_WORKSPACE}"/charts/new
helm package ./charts/new
mv *.tgz charts/stable
mv *.tgz charts/stable/
rm -rf ./charts/new
# Generate index.yaml with list Helm packages
Expand Down

0 comments on commit dfdd4f9

Please sign in to comment.