diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fe06bbe..55f63cc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/losisin/helm-values-schema-json - rev: v1.5.4 + rev: v1.6.0 hooks: - id: helm-schema args: diff --git a/plugin.yaml b/plugin.yaml index fb4b1c5..b56fc4c 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,5 +1,5 @@ name: "schema" -version: "1.5.4" +version: "1.6.0" usage: "generate values.schema.json from values yaml" description: "Helm plugin for generating values.schema.json from multiple values files." ignoreFlags: false