Skip to content

Commit

Permalink
feat: upgrade kyverno pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
m0wer committed Nov 19, 2024
1 parent 23155ef commit 25f03f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
/helm/*/charts/
**/__pycache__/

# kyverno test files
helm/**/.kyverno/kyverno-test.yaml
helm/**/.kyverno/manifest.yaml
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ repos:
# - "https://git.knut.univention.de"

- repo: "https://git.knut.univention.de/univention/customers/dataport/upx/kyverno-test-pre-commit"
rev: "v0.1.0"
rev: "v0.2.0"
hooks:
- id: "kyverno-test"

Expand Down

0 comments on commit 25f03f1

Please sign in to comment.