diff --git a/devops/core-plus/deploy/templates/virtual-service.yaml b/devops/core-plus/deploy/templates/virtual-service.yaml
index 3347571e0cf2b3883630f897918e2e885adbb69b..23c3bdda598513fdc1ac48c3e3e9bc6793e85c3a 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 208361f46387a545f21e5c8222e7ebf86d29c7ec..2a8102da294cfd899f0cf7929d623483c820a5cc 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 }}