Skip to content
This repository was archived by the owner on Aug 2, 2019. It is now read-only.

Commit 1d64852

Browse files
committed
Maistra 0.6 instead of 0.8
1 parent 662d3b5 commit 1d64852

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

etc/scripts/installation-functions.sh

-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ function install_istio {
229229
username: admin
230230
password: admin
231231
prefix: kiali/
232-
version: v0.14.0
233232
EOF
234233
timeout 900 '$CMD get pods -n istio-system && [[ $($CMD get pods -n istio-system | grep openshift-ansible-istio-installer | grep -c Completed) -eq 0 ]]'
235234

maistra-operators.catalogsource.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ data:
135135
- apiVersion: operators.coreos.com/v1alpha1
136136
kind: ClusterServiceVersion
137137
metadata:
138-
name: maistra.v0.8.0
138+
name: maistra.v0.6.0
139139
spec:
140140
displayName: Maistra
141141
description: "Maistra, otherwise known as OpenShift Service Mesh, is Red Hat's version of Istio."
@@ -220,7 +220,7 @@ data:
220220
spec:
221221
containers:
222222
- name: istio-operator
223-
image: maistra/istio-operator-centos7:0.8.0
223+
image: maistra/istio-operator-centos7:0.6.0
224224
ports:
225225
- containerPort: 60000
226226
name: metrics
@@ -236,7 +236,7 @@ data:
236236
value: "istio-operator"
237237
serviceAccountName: istio-operator
238238
maturity: alpha
239-
version: 0.8.0
239+
version: 0.6.0
240240
apiservicedefinitions:
241241
customresourcedefinitions:
242242
owned:
@@ -250,7 +250,7 @@ data:
250250
- packageName: maistra
251251
channels:
252252
- name: alpha
253-
currentCSV: maistra.v0.8.0
253+
currentCSV: maistra.v0.6.0
254254
---
255255
apiVersion: operators.coreos.com/v1alpha1
256256
kind: CatalogSource

0 commit comments

Comments
 (0)