From 719a8c06c8b1bd3277d5ab90d103c4b8df47d700 Mon Sep 17 00:00:00 2001 From: Alex Zgabur Date: Mon, 4 Nov 2024 16:11:14 +0100 Subject: [PATCH] Move DNS/TLSPolicy to v1 Signed-off-by: Alex Zgabur --- testsuite/kuadrant/policy/dns.py | 2 +- testsuite/kuadrant/policy/tls.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/testsuite/kuadrant/policy/dns.py b/testsuite/kuadrant/policy/dns.py index 55059596..721f762e 100644 --- a/testsuite/kuadrant/policy/dns.py +++ b/testsuite/kuadrant/policy/dns.py @@ -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": { diff --git a/testsuite/kuadrant/policy/tls.py b/testsuite/kuadrant/policy/tls.py index 2a381c70..0fe0d296 100644 --- a/testsuite/kuadrant/policy/tls.py +++ b/testsuite/kuadrant/policy/tls.py @@ -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": {