We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4883afe commit d029b86Copy full SHA for d029b86
istio/operator/manifests.yaml
@@ -15,7 +15,8 @@ metadata:
15
namespace: istio-operator
16
name: istio-operator
17
---
18
-# Source: istio-operator/templates/crd.yaml
+# Source: istio-operator/templates/crd-operator.yaml
19
+# SYNC WITH manifests/charts/base/files
20
apiVersion: apiextensions.k8s.io/v1beta1
21
kind: CustomResourceDefinition
22
metadata:
@@ -224,7 +225,7 @@ spec:
224
225
serviceAccountName: istio-operator
226
containers:
227
- name: istio-operator
- image: docker.io/istio/operator:1.5.3
228
+ image: docker.io/istio/operator:1.6.2
229
command:
230
- operator
231
- server
0 commit comments