Skip to content

Commit

Permalink
AuthPolicy version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Hesko <[email protected]>
  • Loading branch information
martinhesko committed Oct 22, 2024
1 parent 40f933c commit f2b7561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/kuadrant/policy/authorization/auth_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def create_instance(
):
"""Creates base instance"""
model: Dict = {
"apiVersion": "kuadrant.io/v1beta2",
"apiVersion": "kuadrant.io/v1beta3",
"kind": "AuthPolicy",
"metadata": {"name": name, "namespace": cluster.project, "labels": labels},
"spec": {
Expand Down

0 comments on commit f2b7561

Please sign in to comment.