Skip to content

Commit

Permalink
Update .pre-commit-hooks.yaml
Browse files Browse the repository at this point in the history
Add pre-commit-hook that uses the Container Image
  • Loading branch information
christianhuth authored Jan 9, 2025
1 parent 6f2eeb3 commit 52317dd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,11 @@
language: golang
name: Generate jsonschema
require_serial: true
- id: helm-schema-container
args: []
description: Uses the container image of 'helm-schema' to create schema from the Helm chart's 'values.yaml' file, and inserts the result into a corresponding 'values.schema.json' file.
entry: ghcr.io/dadav/helm-schema:latest
files: values.yaml
language: docker_image
name: Helm Schema Container
require_serial: true

0 comments on commit 52317dd

Please sign in to comment.