From a8f029e5d31e7487926ed4e82e3b093e8d7b4582 Mon Sep 17 00:00:00 2001
From: "Aliaksandr Ramanovich (EPAM)" <aliaksandr_ramanovich1@epam.com>
Date: Fri, 28 Feb 2025 23:52:10 +0000
Subject: [PATCH] Merge branch 'vs-version' into 'master'

Update: apiVersion of indexer virtualservice to v1beta1

See merge request osdu/platform/system/indexer-service!853

(cherry picked from commit 8003001fca0a070cb45e8235454333b3d13235f8)

12461735 Update: apiVersion of legal virtualservice to v1
e0045d56 switched to beta

Co-authored-by: Aliaksandr Ramanovich (EPAM) <aliaksandr_ramanovich1@epam.com>
---
 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 3347571e0..23c3bdda5 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/v1alpha3
+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 208361f46..2a8102da2 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/v1alpha3
+apiVersion: networking.istio.io/v1beta1
 kind: VirtualService
 metadata:
   name: {{ .Values.conf.appName | quote }}
-- 
GitLab