Skip to content

Commit

Permalink
Merge pull request #50 from losisin/bump-version
Browse files Browse the repository at this point in the history
bump to version 1.2.2
  • Loading branch information
losisin committed Mar 11, 2024
2 parents 3c5f905 + 59d8b5b commit ab9b2e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/losisin/helm-values-schema-json
rev: v1.2.1
rev: v1.2.2
hooks:
- id: helm-schema
args:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.1
rev: v1.2.2
hooks:
- id: helm-schema
args: ["-input", "values.yaml"]
Expand Down
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "schema"
version: "1.2.1"
version: "1.2.2"
usage: "generate values.schema.json from values yaml"
description: "Helm plugin for generating values.schema.json from multiple values files."
ignoreFlags: false
Expand Down

0 comments on commit ab9b2e7

Please sign in to comment.