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

Update: apiVersion of   storage virtualservice to v1beta1

See merge request osdu/platform/system/storage!974

(cherry picked from commit 9a6aebcda7e5d1676ae5470566e8333e51eee9ec)

9683e0a7 Update: apiVersion of  virtualservice to v1
e994d535 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 cba88eecf..d59d17fa5 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 883572566..1d5c8d026 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