From 057be9996a7848db103548f9b38016fcd74f2f9a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gor=20Gevorgyan=20=5BEPAM=C2=A0/=20GCP=5D?=
 <gor_gevorgyan1@epam.com>
Date: Tue, 24 Dec 2024 13:18:20 +0000
Subject: [PATCH] switched to beta

---
 devops/core-plus/deploy/templates/virtual-service.yaml | 2 +-
 devops/gc/deploy/templates/virtual-service.yaml        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/devops/core-plus/deploy/templates/virtual-service.yaml b/devops/core-plus/deploy/templates/virtual-service.yaml
index 30ccfa80f..3979a1e88 100644
--- a/devops/core-plus/deploy/templates/virtual-service.yaml
+++ b/devops/core-plus/deploy/templates/virtual-service.yaml
@@ -1,4 +1,4 @@
-apiVersion: networking.istio.io/v1
+apiVersion: networking.istio.io/v1beta1
 kind: VirtualService
 metadata:
   name: {{ .Values.conf.appName | quote }}
diff --git a/devops/gc/deploy/templates/virtual-service.yaml b/devops/gc/deploy/templates/virtual-service.yaml
index affe9e65d..bb9e6c9e2 100644
--- a/devops/gc/deploy/templates/virtual-service.yaml
+++ b/devops/gc/deploy/templates/virtual-service.yaml
@@ -1,4 +1,4 @@
-apiVersion: networking.istio.io/v1
+apiVersion: networking.istio.io/v1beta1
 kind: VirtualService
 metadata:
   name: {{ .Values.conf.appName | quote }}
-- 
GitLab