Skip to content

Commit 06fd179

Browse files
Update dependency dadav/helm-schema to v0.17.0 (#2943)
| datasource | package | from | to | | ----------- | ----------------- | ------ | ------ | | github-tags | dadav/helm-schema | 0.16.1 | 0.17.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6fad005 commit 06fd179

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ repos:
8686
args: [-w, -s, -i, "4"]
8787

8888
- repo: https://github.com/dadav/helm-schema
89-
rev: 0.16.1
89+
rev: 0.17.0
9090
hooks:
9191
- id: helm-schema
9292
args:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ NODE_VERSION = 22
3737
# renovate: datasource=docker depName=quay.io/helmpack/chart-testing
3838
CHART_TESTING_VERSION = v3.11.0
3939
# renovate: datasource=github-tags depName=dadav/helm-schema
40-
HELM_SCHEMA_VERSION = 0.16.1
40+
HELM_SCHEMA_VERSION = 0.17.0
4141

4242
# variables that can be overridden by the user
4343
PREFIX ?= nginx-gateway-fabric## The name of the NGF image. For example, nginx-gateway-fabric

0 commit comments

Comments
 (0)