Skip to content

Commit

Permalink
MAISTRA-978: Update operator to maistra 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Conner committed Oct 4, 2019
1 parent 68e488a commit de2e27d
Show file tree
Hide file tree
Showing 13 changed files with 975 additions and 11 deletions.
4 changes: 2 additions & 2 deletions deploy/maistra-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ spec:
medium: Memory
containers:
- name: istio-operator
image: maistra/istio-ubi8-operator:1.0.0
image: maistra/istio-ubi8-operator:1.0.1
ports:
- containerPort: 11999
name: validation
Expand All @@ -377,7 +377,7 @@ spec:
- name: OPERATOR_NAME
value: istio-operator
- name: ISTIO_CNI_IMAGE
value: maistra/istio-cni-ubi8:1.0.0
value: maistra/istio-cni-ubi8:1.0.1
# - name: ISTIO_CNI_IMAGE_PULL_SECRET
# value: name-of-secret
volumeMounts:
Expand Down
4 changes: 2 additions & 2 deletions deploy/servicemesh-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ spec:
medium: Memory
containers:
- name: istio-operator
image: registry.redhat.io/openshift-service-mesh/istio-rhel8-operator:1.0.0
image: registry.redhat.io/openshift-service-mesh/istio-rhel8-operator:1.0.1
ports:
- containerPort: 11999
name: validation
Expand All @@ -377,7 +377,7 @@ spec:
- name: OPERATOR_NAME
value: istio-operator
- name: ISTIO_CNI_IMAGE
value: registry.redhat.io/openshift-service-mesh/istio-cni-rhel8:1.0.0
value: registry.redhat.io/openshift-service-mesh/istio-cni-rhel8:1.0.1
# - name: ISTIO_CNI_IMAGE_PULL_SECRET
# value: name-of-secret
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion deploy/smcp-templates/base
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: ServiceMeshControlPlane
spec:
istio:
global:
tag: 1.0.0
tag: 1.0.1
proxy:
autoInject: disabled
dnsRefreshRate: 300s
Expand Down
Loading

0 comments on commit de2e27d

Please sign in to comment.