From 3f374acc571f6f507980f46361c1abea7c30ed80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gor=20Gevorgyan=20=5BEPAM=C2=A0/=20GCP=5D?= <gor_gevorgyan1@epam.com> Date: Tue, 11 Mar 2025 13:10:46 +0000 Subject: [PATCH] Update: apiVersion of notification 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 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