Skip to content

Commit

Permalink
Merge pull request #42 from losisin/bump-version
Browse files Browse the repository at this point in the history
bump version to v1.2.0
  • Loading branch information
losisin committed Feb 26, 2024
2 parents db20edd + c7d3a3b commit 0469046
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.1.0
rev: v1.2.0
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.1.0
rev: v1.2.0
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.1.0"
version: "1.2.0"
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 0469046

Please sign in to comment.