diff --git a/.gitignore b/.gitignore index d730de0..7f1ee05 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,6 @@ /helm/*/charts/ **/__pycache__/ + +# kyverno test files +helm/**/.kyverno/kyverno-test.yaml +helm/**/.kyverno/manifest.yaml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b4e9345..07ceebf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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"