Skip to content

Commit 15584b9

Browse files
committed
new version v1.4.0
Signed-off-by: Aleksandar Stojanov <me@fnd.works>
1 parent 4a234f6 commit 15584b9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/losisin/helm-values-schema-json
3-
rev: v1.3.0
3+
rev: v1.4.0
44
hooks:
55
- id: helm-schema
66
args:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ First [install pre-commit](https://pre-commit.com/#install) and then create or u
5858
```yaml
5959
repos:
6060
- repo: https://github.com/losisin/helm-values-schema-json
61-
rev: v1.3.0
61+
rev: v1.4.0
6262
hooks:
6363
- id: helm-schema
6464
args: ["-input", "values.yaml"]

plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "schema"
2-
version: "1.3.0"
2+
version: "1.4.0"
33
usage: "generate values.schema.json from values yaml"
44
description: "Helm plugin for generating values.schema.json from multiple values files."
55
ignoreFlags: false

0 commit comments

Comments
 (0)