We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a4b432 commit 0cbb726Copy full SHA for 0cbb726
.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.15.0
+ rev: 0.16.1
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.15.0
+HELM_SCHEMA_VERSION = 0.16.1
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