Skip to content

Commit

Permalink
Merge pull request grafana#618 from NissesSenap/fix_402_olm
Browse files Browse the repository at this point in the history
Set correct replace in OLM config for v4.0.2
  • Loading branch information
pb82 authored Nov 23, 2021
2 parents 3a012ee + 4aafe72 commit e0a11fb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
10 changes: 9 additions & 1 deletion bundle/manifests/grafana-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@ metadata:
annotations:
alm-examples: '[]'
capabilities: Basic Install
categories: Monitoring
certified: "False"
containerImage: quay.io/grafana-operator/grafana-operator:v4.0.2
createdAt: "2021-11-22T10:34:12Z"
description: A Kubernetes Operator based on the Operator SDK for creating and
managing Grafana instances
operators.operatorframework.io/builder: operator-sdk-v1.13.1
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/grafana-operator/grafana-operator
support: grafana-operator
labels:
operatorframework.io/arch.amd64: supported
operatorframework.io/arch.arm64: supported
Expand Down Expand Up @@ -344,5 +352,5 @@ spec:
maturity: alpha
provider:
name: Red Hat
replaces: grafana-operator.v4.0.0
replaces: grafana-operator.v4.0.1
version: 4.0.2
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,14 @@ metadata:
}
]
capabilities: Basic Install
categories: Monitoring
certified: "False"
containerImage: quay.io/grafana-operator/grafana-operator:v4.0.2
createdAt: "2021-11-22T10:34:12Z"
description: A Kubernetes Operator based on the Operator SDK for creating and
managing Grafana instances
repository: https://github.com/grafana-operator/grafana-operator
support: grafana-operator
labels:
operatorframework.io/arch.amd64: supported
operatorframework.io/arch.arm64: supported
Expand Down Expand Up @@ -159,5 +167,5 @@ spec:
maturity: alpha
provider:
name: Red Hat
replaces: grafana-operator.v4.0.0
replaces: grafana-operator.v4.0.1
version: 0.0.0

0 comments on commit e0a11fb

Please sign in to comment.