From 2b953d1a127c9a8c82924cde00c6d85323b7de8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gor=20Gevorgyan=20=5BEPAM=C2=A0/=20GCP=5D?= <gor_gevorgyan1@epam.com> Date: Fri, 28 Feb 2025 17:50:23 +0000 Subject: [PATCH] Update: apiVersion of storage virtualservice to v1beta1 --- 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