Skip to content
This repository has been archived by the owner on May 12, 2024. It is now read-only.

Commit

Permalink
clean up release and test chart from mastodon
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot committed Nov 29, 2023
1 parent 565e706 commit 59e5af1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
- name: Set up Helm
uses: azure/[email protected]
with:
version: v3.11.1
version: v3.13.2

- name: Add dependency chart repos
run: |
helm dep update charts/mastodon
helm dep update charts/cozy-stack
- name: Run chart-releaser
uses: helm/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: yamllint (only on templates we manage)
run: |
rm -rf rendered-templates/mastodon/charts
rm -rf rendered-templates/cozy-stack/charts
yamllint rendered-templates \
--config-data "{rules: {indentation: {spaces: 2}, line-length: disable}}"

0 comments on commit 59e5af1

Please sign in to comment.