Skip to content

Commit

Permalink
prepare for 2.0 - rename OLM metadata 1.90 to 2.0.0 (#819)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmazzitelli authored Sep 16, 2024
1 parent cdca540 commit d7a0f9d
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
apiVersion: operators.coreos.com/v1alpha1
kind: ClusterServiceVersion
metadata:
name: kiali-operator.v1.90.0
name: kiali-operator.v2.0.0
namespace: placeholder
labels:
operatorframework.io/arch.amd64: supported
operatorframework.io/arch.s390x: supported
operatorframework.io/arch.ppc64le: supported
operatorframework.io/arch.arm64: supported
annotations:
olm.skipRange: '>=1.0.0 <1.90.0'
olm.skipRange: '>=1.0.0 <2.0.0'
categories: Monitoring,Logging & Tracing
certified: "false"
containerImage: quay.io/kiali/kiali-operator:v1.90.0
containerImage: quay.io/kiali/kiali-operator:v2.0.0
capabilities: Deep Insights
support: Kiali
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."
Expand Down Expand Up @@ -53,7 +53,7 @@ metadata:
}
]
spec:
version: 1.90.0
version: 2.0.0
maturity: stable
replaces: kiali-operator.v1.89.0
displayName: Kiali Community Operator
Expand Down Expand Up @@ -232,9 +232,9 @@ spec:
app: kiali-operator
# required for the operator SDK metric service selector
name: kiali-operator
version: v1.90.0
version: v2.0.0
app.kubernetes.io/name: kiali-operator
app.kubernetes.io/version: v1.90.0
app.kubernetes.io/version: v2.0.0
app.kubernetes.io/part-of: kiali-operator
annotations:
prometheus.io/scrape: "true"
Expand All @@ -244,7 +244,7 @@ spec:
serviceAccountName: kiali-operator
containers:
- name: operator
image: quay.io/kiali/kiali-operator:v1.90.0
image: quay.io/kiali/kiali-operator:v2.0.0
imagePullPolicy: "IfNotPresent"
args:
- "--zap-log-level=info"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
apiVersion: operators.coreos.com/v1alpha1
kind: ClusterServiceVersion
metadata:
name: kiali-operator.v1.90.0
name: kiali-operator.v2.0.0
namespace: placeholder
labels:
operatorframework.io/arch.amd64: supported
operatorframework.io/arch.s390x: supported
operatorframework.io/arch.ppc64le: supported
operatorframework.io/arch.arm64: supported
annotations:
olm.skipRange: '>=1.0.0 <1.90.0'
olm.skipRange: '>=1.0.0 <2.0.0'
categories: Monitoring,Logging & Tracing
certified: "false"
containerImage: quay.io/kiali/kiali-operator:v1.90.0
containerImage: quay.io/kiali/kiali-operator:v2.0.0
capabilities: Deep Insights
support: Kiali
description: "Kiali project provides answers to the questions: What microservices are part of my Istio service mesh and how are they connected?"
Expand All @@ -39,7 +39,7 @@ metadata:
}
]
spec:
version: 1.90.0
version: 2.0.0
maturity: stable
replaces: kiali-operator.v1.89.0
displayName: Kiali Operator
Expand Down Expand Up @@ -183,9 +183,9 @@ spec:
app: kiali-operator
# required for the operator SDK metric service selector
name: kiali-operator
version: v1.90.0
version: v2.0.0
app.kubernetes.io/name: kiali-operator
app.kubernetes.io/version: v1.90.0
app.kubernetes.io/version: v2.0.0
app.kubernetes.io/part-of: kiali-operator
annotations:
prometheus.io/scrape: "true"
Expand All @@ -195,7 +195,7 @@ spec:
serviceAccountName: kiali-operator
containers:
- name: operator
image: quay.io/kiali/kiali-operator:v1.90.0
image: quay.io/kiali/kiali-operator:v2.0.0
imagePullPolicy: "IfNotPresent"
args:
- "--zap-log-level=info"
Expand Down

0 comments on commit d7a0f9d

Please sign in to comment.