Skip to content

Commit d7a0f9d

Browse files
authored
prepare for 2.0 - rename OLM metadata 1.90 to 2.0.0 (#819)
1 parent cdca540 commit d7a0f9d

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

manifests/kiali-community/1.90.0/manifests/kiali.v1.90.0.clusterserviceversion.yaml renamed to manifests/kiali-community/2.0.0/manifests/kiali.v2.0.0.clusterserviceversion.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
apiVersion: operators.coreos.com/v1alpha1
22
kind: ClusterServiceVersion
33
metadata:
4-
name: kiali-operator.v1.90.0
4+
name: kiali-operator.v2.0.0
55
namespace: placeholder
66
labels:
77
operatorframework.io/arch.amd64: supported
88
operatorframework.io/arch.s390x: supported
99
operatorframework.io/arch.ppc64le: supported
1010
operatorframework.io/arch.arm64: supported
1111
annotations:
12-
olm.skipRange: '>=1.0.0 <1.90.0'
12+
olm.skipRange: '>=1.0.0 <2.0.0'
1313
categories: Monitoring,Logging & Tracing
1414
certified: "false"
15-
containerImage: quay.io/kiali/kiali-operator:v1.90.0
15+
containerImage: quay.io/kiali/kiali-operator:v2.0.0
1616
capabilities: Deep Insights
1717
support: Kiali
1818
description: "This community operator provides Kiali and OSSMC. Kiali is the Istio observability and management Console. OSSMC is the OpenShift Service Mesh Console plugin, powered by Kiali."
@@ -53,7 +53,7 @@ metadata:
5353
}
5454
]
5555
spec:
56-
version: 1.90.0
56+
version: 2.0.0
5757
maturity: stable
5858
replaces: kiali-operator.v1.89.0
5959
displayName: Kiali Community Operator
@@ -232,9 +232,9 @@ spec:
232232
app: kiali-operator
233233
# required for the operator SDK metric service selector
234234
name: kiali-operator
235-
version: v1.90.0
235+
version: v2.0.0
236236
app.kubernetes.io/name: kiali-operator
237-
app.kubernetes.io/version: v1.90.0
237+
app.kubernetes.io/version: v2.0.0
238238
app.kubernetes.io/part-of: kiali-operator
239239
annotations:
240240
prometheus.io/scrape: "true"
@@ -244,7 +244,7 @@ spec:
244244
serviceAccountName: kiali-operator
245245
containers:
246246
- name: operator
247-
image: quay.io/kiali/kiali-operator:v1.90.0
247+
image: quay.io/kiali/kiali-operator:v2.0.0
248248
imagePullPolicy: "IfNotPresent"
249249
args:
250250
- "--zap-log-level=info"

manifests/kiali-upstream/1.90.0/manifests/kiali.v1.90.0.clusterserviceversion.yaml renamed to manifests/kiali-upstream/2.0.0/manifests/kiali.v2.0.0.clusterserviceversion.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
apiVersion: operators.coreos.com/v1alpha1
22
kind: ClusterServiceVersion
33
metadata:
4-
name: kiali-operator.v1.90.0
4+
name: kiali-operator.v2.0.0
55
namespace: placeholder
66
labels:
77
operatorframework.io/arch.amd64: supported
88
operatorframework.io/arch.s390x: supported
99
operatorframework.io/arch.ppc64le: supported
1010
operatorframework.io/arch.arm64: supported
1111
annotations:
12-
olm.skipRange: '>=1.0.0 <1.90.0'
12+
olm.skipRange: '>=1.0.0 <2.0.0'
1313
categories: Monitoring,Logging & Tracing
1414
certified: "false"
15-
containerImage: quay.io/kiali/kiali-operator:v1.90.0
15+
containerImage: quay.io/kiali/kiali-operator:v2.0.0
1616
capabilities: Deep Insights
1717
support: Kiali
1818
description: "Kiali project provides answers to the questions: What microservices are part of my Istio service mesh and how are they connected?"
@@ -39,7 +39,7 @@ metadata:
3939
}
4040
]
4141
spec:
42-
version: 1.90.0
42+
version: 2.0.0
4343
maturity: stable
4444
replaces: kiali-operator.v1.89.0
4545
displayName: Kiali Operator
@@ -183,9 +183,9 @@ spec:
183183
app: kiali-operator
184184
# required for the operator SDK metric service selector
185185
name: kiali-operator
186-
version: v1.90.0
186+
version: v2.0.0
187187
app.kubernetes.io/name: kiali-operator
188-
app.kubernetes.io/version: v1.90.0
188+
app.kubernetes.io/version: v2.0.0
189189
app.kubernetes.io/part-of: kiali-operator
190190
annotations:
191191
prometheus.io/scrape: "true"
@@ -195,7 +195,7 @@ spec:
195195
serviceAccountName: kiali-operator
196196
containers:
197197
- name: operator
198-
image: quay.io/kiali/kiali-operator:v1.90.0
198+
image: quay.io/kiali/kiali-operator:v2.0.0
199199
imagePullPolicy: "IfNotPresent"
200200
args:
201201
- "--zap-log-level=info"

0 commit comments

Comments
 (0)