Skip to content

Commit d029b86

Browse files
Update Istio to 1.6.2
1 parent 4883afe commit d029b86

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

istio/operator/manifests.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ metadata:
1515
namespace: istio-operator
1616
name: istio-operator
1717
---
18-
# Source: istio-operator/templates/crd.yaml
18+
# Source: istio-operator/templates/crd-operator.yaml
19+
# SYNC WITH manifests/charts/base/files
1920
apiVersion: apiextensions.k8s.io/v1beta1
2021
kind: CustomResourceDefinition
2122
metadata:
@@ -224,7 +225,7 @@ spec:
224225
serviceAccountName: istio-operator
225226
containers:
226227
- name: istio-operator
227-
image: docker.io/istio/operator:1.5.3
228+
image: docker.io/istio/operator:1.6.2
228229
command:
229230
- operator
230231
- server

0 commit comments

Comments
 (0)