11apiVersion: v1
22kind: Template
33metadata:
4- name: istio-removal -job
4+ name: istio-operator -job
55parameters:
66- displayName: Master Public URL
77 description: The public URL for master
@@ -10,7 +10,7 @@ parameters:
1010- displayName: OpenShift Release
1111 description: The version of the OpenShift release.
1212 name: OPENSHIFT_RELEASE
13- value: v3.10 .0
13+ value: v3.11 .0
1414 required: true
1515- displayName: Istio Operator Namespace
1616 description: The namespace for the Istio operator
@@ -24,7 +24,7 @@ parameters:
2424- displayName: Default Version
2525 description: The default image version for istio deployments
2626 name: OPENSHIFT_ISTIO_VERSION
27- value: 0.1 .0
27+ value: 0.5 .0
2828- displayName: Default Deployment Type
2929 description: The default deployment type for istio deployments
3030 name: OPENSHIFT_DEPLOYMENT_TYPE
@@ -43,7 +43,7 @@ objects:
4343 scope: Namespaced
4444 version: v1alpha1
4545- kind: Role
46- apiVersion: rbac.authorization.k8s.io/v1beta1
46+ apiVersion: rbac.authorization.k8s.io/v1
4747 metadata:
4848 name: istio-operator
4949 rules:
@@ -76,7 +76,7 @@ objects:
7676 verbs:
7777 - "*"
7878- kind: RoleBinding
79- apiVersion: rbac.authorization.k8s.io/v1beta1
79+ apiVersion: rbac.authorization.k8s.io/v1
8080 metadata:
8181 name: default-account-istio-operator
8282 subjects:
@@ -116,7 +116,7 @@ objects:
116116 spec:
117117 containers:
118118 - name: istio-operator
119- image: ${OPENSHIFT_ISTIO_PREFIX}istio-operator:${OPENSHIFT_ISTIO_VERSION}
119+ image: ${OPENSHIFT_ISTIO_PREFIX}istio-operator-centos7 :${OPENSHIFT_ISTIO_VERSION}
120120 ports:
121121 - containerPort: 60000
122122 name: metrics
@@ -128,7 +128,7 @@ objects:
128128 - "--istioPrefix=${OPENSHIFT_ISTIO_PREFIX}"
129129 - "--istioVersion=${OPENSHIFT_ISTIO_VERSION}"
130130 - "--deploymentType=${OPENSHIFT_DEPLOYMENT_TYPE}"
131- imagePullPolicy: Always
131+ imagePullPolicy: IfNotPresent
132132 env:
133133 - name: WATCH_NAMESPACE
134134 valueFrom:
0 commit comments