Skip to content

Commit

Permalink
Merge pull request Kuadrant#569 from azgabur/move_to_v1
Browse files Browse the repository at this point in the history
Move DNS/TLSPolicy to v1
  • Loading branch information
jsmolar authored Nov 5, 2024
2 parents 89c3a7a + 719a8c0 commit f074442
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion testsuite/kuadrant/policy/dns.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def create_instance(
"""Creates new instance of DNSPolicy"""

model: dict = {
"apiVersion": "kuadrant.io/v1alpha1",
"apiVersion": "kuadrant.io/v1",
"kind": "DNSPolicy",
"metadata": {"name": name, "labels": labels},
"spec": {
Expand Down
2 changes: 1 addition & 1 deletion testsuite/kuadrant/policy/tls.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def create_instance(
"""Creates new instance of TLSPolicy"""

model = {
"apiVersion": "kuadrant.io/v1alpha1",
"apiVersion": "kuadrant.io/v1",
"kind": "TLSPolicy",
"metadata": {"name": name, "labels": labels},
"spec": {
Expand Down

0 comments on commit f074442

Please sign in to comment.