diff --git a/devops/core-plus/deploy/templates/unit-virtual-service.yml b/devops/core-plus/deploy/templates/unit-virtual-service.yml
index d5abe8e83b368197afc94ae49dfa8e097cb5e4db..1515f7467863145abb726f11605f0eac26d2896e 100644
--- a/devops/core-plus/deploy/templates/unit-virtual-service.yml
+++ b/devops/core-plus/deploy/templates/unit-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/unit-virtual-service.yml b/devops/gc/deploy/templates/unit-virtual-service.yml
index d5abe8e83b368197afc94ae49dfa8e097cb5e4db..1515f7467863145abb726f11605f0eac26d2896e 100644
--- a/devops/gc/deploy/templates/unit-virtual-service.yml
+++ b/devops/gc/deploy/templates/unit-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 }}