diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 13f49d3..aa0d28e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,7 +2,7 @@ name: ci on: pull_request: branches: - - master + - main concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c094cca..abe5305 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: v0.1.6 + rev: v0.2.0 hooks: - id: helm-schema args: diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 614173c..9022642 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -3,5 +3,5 @@ description: Helm plugin for generating values.schema.json from single or multiple values files. Works only with Helm3 charts. entry: scripts/git-hook.sh language: script - name: Helm Docs + name: Helm values schema json require_serial: true diff --git a/README.md b/README.md index 46a258e..7014925 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,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: v0.1.6 + rev: v0.2.0 hooks: - id: helm-schema args: ["-input", "values.yaml"] diff --git a/plugin.yaml b/plugin.yaml index 6bdf86a..6580bb6 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,5 +1,5 @@ name: "schema" -version: "0.1.6" +version: "0.2.0" usage: "generate values.schema.json from values yaml" description: "Helm plugin for generating values.schema.json from multiple values files." ignoreFlags: false