Skip to content

Commit

Permalink
chore: move to charts directory (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
corite authored Jan 1, 2024
1 parent 033d106 commit 40af627
Show file tree
Hide file tree
Showing 15 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ jobs:
- uses: helm/[email protected]
- name: unit tests
run: |
helm unittest .
helm unittest charts/gotosocial
- name: template tests
run: |
for file in test-values/*; do
echo "############## template $file ###############"
helm template --debug --validate gts-test . -f $file
helm template --debug --validate gts-test charts/gotosocial -f $file
echo "#############################################"
done
- name: integration tests
run: |
for file in test-values/*; do
echo "############## install $file ################"
helm install --wait gts-test . -f $file
helm install --wait gts-test charts/gotosocial -f $file
helm uninstall --wait gts-test
echo "#############################################"
done
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
git config user.email "[email protected]"
- name: Install Helm
uses: azure/setup-helm@v3
with:
token: "${{ secrets.GITHUB_TOKEN }}"
- name: Run chart-releaser
uses: helm/[email protected]
with:
charts_dir: .
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 40af627

Please sign in to comment.