We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fad005 commit 06fd179Copy full SHA for 06fd179
.pre-commit-config.yaml
@@ -86,7 +86,7 @@ repos:
86
args: [-w, -s, -i, "4"]
87
88
- repo: https://github.com/dadav/helm-schema
89
- rev: 0.16.1
+ rev: 0.17.0
90
hooks:
91
- id: helm-schema
92
args:
Makefile
@@ -37,7 +37,7 @@ NODE_VERSION = 22
37
# renovate: datasource=docker depName=quay.io/helmpack/chart-testing
38
CHART_TESTING_VERSION = v3.11.0
39
# renovate: datasource=github-tags depName=dadav/helm-schema
40
-HELM_SCHEMA_VERSION = 0.16.1
+HELM_SCHEMA_VERSION = 0.17.0
41
42
# variables that can be overridden by the user
43
PREFIX ?= nginx-gateway-fabric## The name of the NGF image. For example, nginx-gateway-fabric
0 commit comments