Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prepare for 2.0 - rename OLM metadata 1.90 to 2.0.0 #819

Merged
merged 1 commit into from
Sep 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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