Compare commits

...

2 Commits

Author SHA1 Message Date
063c597fea chore(deps): update helm/chart-testing-action action to v2.8.0 2026-03-15 21:57:13 +00:00
b9c9797ee3 feat: add and update pre-commit
All checks were successful
renovate / renovate (push) Successful in 39s
2026-03-15 16:56:41 -05:00
2 changed files with 9 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ jobs:
python-version: '3.14'
- name: Set up Chart Testing
uses: helm/chart-testing-action@v2.7.0
uses: helm/chart-testing-action@v2.8.0
with:
yamale_version: "6.0.0"

View File

@@ -1,14 +1,16 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
rev: v6.0.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- id: check-added-large-files
- id: check-yaml
exclude: 'charts/'
exclude: '^charts/.*/templates/.*$'
args:
- --multi
- id: check-added-large-files
- id: check-merge-conflict
- repo: https://github.com/norwoodj/helm-docs
rev: v1.14.2
hooks:
@@ -17,3 +19,7 @@ repos:
- --chart-search-root=charts
- --template-files=./_templates.gotmpl
- --template-files=README.md.gotmpl
- repo: https://github.com/gruntwork-io/pre-commit
rev: v0.1.30
hooks:
- id: helmlint