diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 34778fd67f..1bc9ca0509 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -85,7 +85,7 @@ repos: args: [-w, -s, -i, "4"] - repo: https://github.com/dadav/helm-schema - rev: 0.23.0 + rev: 0.23.1 hooks: - id: helm-schema args: diff --git a/Makefile b/Makefile index 49ca6b6c25..43e6c0e8f1 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ NODE_VERSION = 24 # renovate: datasource=docker depName=quay.io/helmpack/chart-testing CHART_TESTING_VERSION = v3.14.0 # renovate: datasource=github-tags depName=dadav/helm-schema -HELM_SCHEMA_VERSION = 0.23.0 +HELM_SCHEMA_VERSION = 0.23.1 # variables that can be overridden by the user PREFIX ?= nginx-gateway-fabric## The name of the NGF image. For example, nginx-gateway-fabric