1
1
apiVersion: v1
2
2
kind: Template
3
3
metadata:
4
- name: istio-removal -job
4
+ name: istio-operator -job
5
5
parameters:
6
6
- displayName: Master Public URL
7
7
description: The public URL for master
@@ -10,7 +10,7 @@ parameters:
10
10
- displayName: OpenShift Release
11
11
description: The version of the OpenShift release.
12
12
name: OPENSHIFT_RELEASE
13
- value: v3.10 .0
13
+ value: v3.11 .0
14
14
required: true
15
15
- displayName: Istio Operator Namespace
16
16
description: The namespace for the Istio operator
@@ -24,7 +24,7 @@ parameters:
24
24
- displayName: Default Version
25
25
description: The default image version for istio deployments
26
26
name: OPENSHIFT_ISTIO_VERSION
27
- value: 0.1 .0
27
+ value: 0.5 .0
28
28
- displayName: Default Deployment Type
29
29
description: The default deployment type for istio deployments
30
30
name: OPENSHIFT_DEPLOYMENT_TYPE
@@ -43,7 +43,7 @@ objects:
43
43
scope: Namespaced
44
44
version: v1alpha1
45
45
- kind: Role
46
- apiVersion: rbac.authorization.k8s.io/v1beta1
46
+ apiVersion: rbac.authorization.k8s.io/v1
47
47
metadata:
48
48
name: istio-operator
49
49
rules:
@@ -76,7 +76,7 @@ objects:
76
76
verbs:
77
77
- "*"
78
78
- kind: RoleBinding
79
- apiVersion: rbac.authorization.k8s.io/v1beta1
79
+ apiVersion: rbac.authorization.k8s.io/v1
80
80
metadata:
81
81
name: default-account-istio-operator
82
82
subjects:
@@ -116,7 +116,7 @@ objects:
116
116
spec:
117
117
containers:
118
118
- name: istio-operator
119
- image: ${OPENSHIFT_ISTIO_PREFIX}istio-operator:${OPENSHIFT_ISTIO_VERSION}
119
+ image: ${OPENSHIFT_ISTIO_PREFIX}istio-operator-centos7 :${OPENSHIFT_ISTIO_VERSION}
120
120
ports:
121
121
- containerPort: 60000
122
122
name: metrics
@@ -128,7 +128,7 @@ objects:
128
128
- "--istioPrefix=${OPENSHIFT_ISTIO_PREFIX}"
129
129
- "--istioVersion=${OPENSHIFT_ISTIO_VERSION}"
130
130
- "--deploymentType=${OPENSHIFT_DEPLOYMENT_TYPE}"
131
- imagePullPolicy: Always
131
+ imagePullPolicy: IfNotPresent
132
132
env:
133
133
- name: WATCH_NAMESPACE
134
134
valueFrom:
0 commit comments