Skip to content

Commit

Permalink
fix: set updated provider in olm bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
theSuess committed Dec 12, 2023
1 parent ffe46ea commit 3c3253b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions bundle/manifests/grafana-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ metadata:
capabilities: Basic Install
categories: Monitoring
containerImage: ghcr.io/grafana/grafana-operator@sha256:97561cef949b58f55ec67d133c02ac205e2ec3fb77388aeb868dacfcebad0752
createdAt: "2023-12-11T16:03:28Z"
createdAt: "2023-12-12T08:04:09Z"
operators.operatorframework.io/builder: operator-sdk-v1.32.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/grafana/grafana-operator
Expand Down Expand Up @@ -415,7 +415,8 @@ spec:
maturity: stable
minKubeVersion: 1.23.0
provider:
name: Community
name: Grafana Labs
url: https://grafana.com
relatedImages:
- image: docker.io/grafana/grafana@sha256:ff68ed4324e471ffa269aa5308cdcf12276ef2d5a660daea95db9d629a32a7d8
name: grafana
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ spec:
maturity: stable
minKubeVersion: 1.23.0
provider:
name: Community
name: Grafana Labs
url: https://grafana.com
replaces: grafana-operator.v5.5.2
version: 0.0.0

0 comments on commit 3c3253b

Please sign in to comment.