Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies and rework all charts #10

Merged
merged 23 commits into from
Oct 20, 2024
Prev Previous commit
Next Next commit
update
asbiin committed Oct 18, 2024
commit a84d5fd5c2424d3437bfa9bc77f11ce044b1606c
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ jobs:
uses: helm/chart-testing-action@v2

- name: Run chart-testing (lint)
run: ct lint --target-branch ${{ github.event.repository.default_branch }}
run: ct lint --config ct.yaml

helm-tests:
runs-on: ubuntu-latest
@@ -54,7 +54,7 @@ jobs:
- name: Run chart-testing (list-changed)
id: list-changed
run: |
changed=$(ct list-changed --target-branch ${{ github.event.repository.default_branch }})
changed=$(ct list-changed --config ct.yaml)
if [[ -n "$changed" ]]; then
echo "changed=true" >> $GITHUB_OUTPUT
fi
@@ -64,4 +64,4 @@ jobs:
if: steps.list-changed.outputs.changed == 'true'

- name: Run chart-testing (install)
run: ct install --target-branch ${{ github.event.repository.default_branch }}
run: ct install --config ct.yaml