diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f32a3d1..1b44877 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.3.0 + rev: v1.4.0 hooks: - id: helm-schema args: diff --git a/README.md b/README.md index bd581dd..0e0e99d 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ First [install pre-commit](https://pre-commit.com/#install) and then create or u ```yaml repos: - repo: https://github.com/losisin/helm-values-schema-json - rev: v1.3.0 + rev: v1.4.0 hooks: - id: helm-schema args: ["-input", "values.yaml"] diff --git a/plugin.yaml b/plugin.yaml index 881c6a0..e6da5af 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,5 +1,5 @@ name: "schema" -version: "1.3.0" +version: "1.4.0" usage: "generate values.schema.json from values yaml" description: "Helm plugin for generating values.schema.json from multiple values files." ignoreFlags: false