Skip to content

Commit c42ed07

Browse files
Update dependency dadav/helm-schema to v0.18.1 (#2952)
| datasource | package | from | to | | ----------- | ----------------- | ------ | ------ | | github-tags | dadav/helm-schema | 0.17.0 | 0.18.1 | 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 3683b58 commit c42ed07

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.17.0
89+
rev: 0.18.1
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.17.0
40+
HELM_SCHEMA_VERSION = 0.18.1
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)