Skip to content

Commit

Permalink
Add archived versions of helm charts
Browse files Browse the repository at this point in the history
  • Loading branch information
joecks committed Jun 20, 2024
1 parent 4128cf9 commit 6184dd7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ jobs:
- name: Lint
working-directory: charts
run: helm lint *


- name: Restore archived charts
run: cp archive/*.tgz .

- name: Package
run: helm package charts/*

Expand All @@ -34,4 +37,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: .
publish_dir: .
Binary file added archive/base-otc-0.1.0.tgz
Binary file not shown.

0 comments on commit 6184dd7

Please sign in to comment.