Skip to content

Commit

Permalink
Update dependency dadav/helm-schema to v0.17.0 (#2943)
Browse files Browse the repository at this point in the history
| datasource  | package           | from   | to     |
| ----------- | ----------------- | ------ | ------ |
| github-tags | dadav/helm-schema | 0.16.1 | 0.17.0 |

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 26, 2024
1 parent 6fad005 commit 06fd179
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ repos:
args: [-w, -s, -i, "4"]

- repo: https://github.com/dadav/helm-schema
rev: 0.16.1
rev: 0.17.0
hooks:
- id: helm-schema
args:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.16.1
HELM_SCHEMA_VERSION = 0.17.0

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

0 comments on commit 06fd179

Please sign in to comment.