From c42ed07d8194f3264680b31de8a45d6806ce037c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 02:38:28 +0000 Subject: [PATCH] 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> --- .pre-commit-config.yaml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a7d54e2d77..889b3e1b53 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -86,7 +86,7 @@ repos: args: [-w, -s, -i, "4"] - repo: https://github.com/dadav/helm-schema - rev: 0.17.0 + rev: 0.18.1 hooks: - id: helm-schema args: diff --git a/Makefile b/Makefile index 0ce7fece97..ba4e4f1cac 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ NODE_VERSION = 22 # renovate: datasource=docker depName=quay.io/helmpack/chart-testing CHART_TESTING_VERSION = v3.11.0 # renovate: datasource=github-tags depName=dadav/helm-schema -HELM_SCHEMA_VERSION = 0.17.0 +HELM_SCHEMA_VERSION = 0.18.1 # variables that can be overridden by the user PREFIX ?= nginx-gateway-fabric## The name of the NGF image. For example, nginx-gateway-fabric