-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: move to charts directory (#6)
- Loading branch information
Showing
15 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.