diff --git a/devops/core-plus/deploy/templates/virtual-service.yaml b/devops/core-plus/deploy/templates/virtual-service.yaml index a3ab7951a9e54189789c91863d4e0c3ffa454483..1115191f9c0555c96a3afbc9f8d2cc83ea5fd03c 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 27f51e34f3206eed551d35acb6d882feaef9db05..1c9cfd4cc33a2877cbea09d0b087a0f71b9d9ae2 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}}