From 764151f30781c976cc1b9f7a723d3e4caf5c0dec 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 18:27:59 +0000 Subject: [PATCH] Update: apiVersion of register virtualservice to v1beta1 --- devops/core-plus/deploy/templates/register-virtual-service.yml | 2 +- devops/gc/deploy/templates/virtual-service.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/devops/core-plus/deploy/templates/register-virtual-service.yml b/devops/core-plus/deploy/templates/register-virtual-service.yml index 756ac77bc..b9455de14 100644 --- a/devops/core-plus/deploy/templates/register-virtual-service.yml +++ b/devops/core-plus/deploy/templates/register-virtual-service.yml @@ -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 7b939a38e..f9313e53f 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