Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/kyverno-traefik-policy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
apiVersion: v1
description: A Helm chart for kyverno Traefik policies.
name: kyverno-traefik-policy
version: 25.2.0
version: 25.2.1
appVersion: "25.2.0"
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
any:
- resources:
kinds:
- traefik.containo.us/v1alpha1/IngressRoute
- IngressRouteList
validate:
message: "An IngressRoute must include the 'validate-jwt' middleware."
pattern:
Expand Down Expand Up @@ -48,7 +48,7 @@ spec:
any:
- resources:
kinds:
- traefik.containo.us/v1alpha1/IngressRoute
- IngressRouteList
validate:
message: "An IngressRoute must include a middleware."
pattern:
Expand Down
Loading