From 408ad74f85a418954e9b1ffe148f00611ba83689 Mon Sep 17 00:00:00 2001
From: "Danylo Vanin (EPAM)" <danylo_vanin@epam.com>
Date: Tue, 11 Mar 2025 13:16:45 +0000
Subject: [PATCH] Merge branch 'vs-version' into 'master'

Update: apiVersion of notification virtualservice to v1beta1

See merge request osdu/platform/system/notification!547

(cherry picked from commit 46d1fba962a4919c5b165be8dd2169e7bb786cf6)

66b1b853 Update: apiVersion of legal virtualservice to v1
d9e7e6e5 switched to beta

Co-authored-by: Oleksandr Kosse (EPAM) <oleksandr_kosse@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 a3ab7951a..1115191f9 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 27f51e34f..1c9cfd4cc 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