Skip to content

Commit 80f1a88

Browse files
Update dependency dadav/helm-schema to v0.21.2 (nginx#4798)
| datasource | package | from | to | | ----------- | ----------------- | ------ | ------ | | github-tags | dadav/helm-schema | 0.21.1 | 0.21.2 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 343fd76 commit 80f1a88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ repos:
8585
args: [-w, -s, -i, "4"]
8686

8787
- repo: https://github.com/dadav/helm-schema
88-
rev: 0.21.1
88+
rev: 0.21.2
8989
hooks:
9090
- id: helm-schema
9191
args:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ NODE_VERSION = 24
3838
# renovate: datasource=docker depName=quay.io/helmpack/chart-testing
3939
CHART_TESTING_VERSION = v3.14.0
4040
# renovate: datasource=github-tags depName=dadav/helm-schema
41-
HELM_SCHEMA_VERSION = 0.21.1
41+
HELM_SCHEMA_VERSION = 0.21.2
4242

4343
# variables that can be overridden by the user
4444
PREFIX ?= nginx-gateway-fabric## The name of the NGF image. For example, nginx-gateway-fabric

0 commit comments

Comments
 (0)