Skip to content

Commit

Permalink
use ubuntu 22, run helm lint
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhuth committed Dec 17, 2024
1 parent d361510 commit ebe24c7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 16 deletions.
3 changes: 0 additions & 3 deletions .git-hooks/helm-dependency-update.sh

This file was deleted.

7 changes: 5 additions & 2 deletions .github/workflows/chart-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: ah lint

helm-lint:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: checkout git repository
uses: actions/checkout@v4
Expand All @@ -43,9 +43,12 @@ jobs:
- name: Set up chart-testing
uses: helm/[email protected]

- name: helm lint on changed charts
- name: helm dependency update on changed charts
run : ct list-changed --config .github/config/chart-testing.yaml | xargs -d '\n' -I {} helm dependency update {}

- name: helm lint on changed charts
run : ct list-changed --config .github/config/chart-testing.yaml | xargs -d '\n' -I {} helm lint {}

chart-testing:
runs-on: ubuntu-22.04
steps:
Expand Down
11 changes: 0 additions & 11 deletions .pre-commit-hooks.yaml

This file was deleted.

0 comments on commit ebe24c7

Please sign in to comment.