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 3683b58 commit c42ed07Copy full SHA for c42ed07
.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.17.0
+ rev: 0.18.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.17.0
+HELM_SCHEMA_VERSION = 0.18.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