Skip to content

Commit

Permalink
bump to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dadav committed Mar 30, 2024
1 parent 9b1aca2 commit b0dd96e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
repos:
- repo: https://github.com/dadav/helm-schema
rev: 0.10.0
rev: 0.10.1
hooks:
- id: helm-schema
# for all available options: helm-schema -h
args:
# directory to search recursively within for charts
- "--chart-search-root=."
- --chart-search-root=.

# don't analyze dependencies
- "--no-dependencies"
- --no-dependencies

# list of fields to skip from being created by default
# e.g. generate a relatively permissive schema
Expand Down

0 comments on commit b0dd96e

Please sign in to comment.