Skip to content

Commit 71be0d6

Browse files
committed
bump minor version
1 parent 84f03ec commit 71be0d6

4 files changed

+4
-4
lines changed

.pre-commit-config.yaml

+1-1
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: v0.1.6
3+
rev: v0.2.0
44
hooks:
55
- id: helm-schema
66
args:

.pre-commit-hooks.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
description: Helm plugin for generating values.schema.json from single or multiple values files. Works only with Helm3 charts.
44
entry: scripts/git-hook.sh
55
language: script
6-
name: Helm Docs
6+
name: Helm values schema json
77
require_serial: true

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ First [install pre-commit](https://pre-commit.com/#install) and then create or u
5656
```yaml
5757
repos:
5858
- repo: https://github.com/losisin/helm-values-schema-json
59-
rev: v0.1.6
59+
rev: v0.2.0
6060
hooks:
6161
- id: helm-schema
6262
args: ["-input", "values.yaml"]

plugin.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "schema"
2-
version: "0.1.6"
2+
version: "0.2.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)