diff --git a/devops/core-plus/deploy/templates/virtual-service.yaml b/devops/core-plus/deploy/templates/virtual-service.yaml
index cba88eecfaac258a1e564bd55793d1111942979b..d59d17fa5f3e7c96739f3a6e10f27318aeb5a643 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 883572566fb7b84b8e4f2ee51f1ad6e2e48c7d41..1d5c8d0269d54de64ee4548467dee0638df3883a 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 }}