From e66e30eaeb63d7781cd1bf69fc5e4b11b2c5a1d9 Mon Sep 17 00:00:00 2001 From: Aleksandar Stojanov Date: Thu, 24 Oct 2024 18:08:28 +0200 Subject: [PATCH] update version Signed-off-by: Aleksandar Stojanov --- .pre-commit-config.yaml | 2 +- README.md | 2 +- plugin.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 55f63cc..12ca362 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.6.0 + rev: v1.6.1 hooks: - id: helm-schema args: diff --git a/README.md b/README.md index 569c8c0..4005d9b 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.5.4 + rev: v1.6.1 hooks: - id: helm-schema args: ["-input", "values.yaml"] diff --git a/plugin.yaml b/plugin.yaml index b56fc4c..9ed3d40 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,5 +1,5 @@ name: "schema" -version: "1.6.0" +version: "1.6.1" usage: "generate values.schema.json from values yaml" description: "Helm plugin for generating values.schema.json from multiple values files." ignoreFlags: false