diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 899e04f..91720ee 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/dadav/helm-schema - rev: 0.15.0 + rev: 0.16.0 hooks: - id: helm-schema # for all available options: helm-schema -h diff --git a/cmd/helm-schema/version.go b/cmd/helm-schema/version.go index 4d64371..bfda160 100644 --- a/cmd/helm-schema/version.go +++ b/cmd/helm-schema/version.go @@ -1,3 +1,3 @@ package main -var version string = "0.15.0" +var version string = "0.16.0" diff --git a/plugin.yaml b/plugin.yaml index a390fce..c4778dc 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,6 +1,6 @@ --- name: "schema" -version: "0.15.0" +version: "0.16.0" usage: "generate jsonschemas for your helm charts" description: "generate jsonschemas for your helm charts" command: "$HELM_PLUGIN_DIR/bin/helm-schema"