Skip to content

Commit

Permalink
Revert "Upgrade PolicyReport CRD to v1beta1"
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaiducek committed Jul 16, 2024
1 parent 418a5ce commit 9bacc25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/expanders/kyverno.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type KyvernoPolicyExpander struct{}
const (
kyvernoAPIVersion = "kyverno.io/v1"
kyvernoClusterKind = "ClusterPolicy"
kyvernoPolicyReportAPIVersion = "wgpolicyk8s.io/v1beta1"
kyvernoPolicyReportAPIVersion = "wgpolicyk8s.io/v1alpha2"
kyvernoNamespacedKind = "Policy"
)

Expand Down

0 comments on commit 9bacc25

Please sign in to comment.