Skip to content

Commit

Permalink
Merge pull request #602 from red-hat-storage/fix-provider-name
Browse files Browse the repository at this point in the history
Fix provider name in rook csv
  • Loading branch information
subhamkrai authored Mar 27, 2024
2 parents 04ccb43 + 33cc17b commit 489e6f7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build/csv/ceph/rook-ceph-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3382,8 +3382,8 @@ spec:
email: ocs-support@redhat.com
maturity: alpha
provider:
name: Provider Name
url: https://your.domain
name: Red Hat
url: https://www.redhat.com
version: 4.15.0
minKubeVersion: 1.16.0
relatedImages:
Expand Down
3 changes: 3 additions & 0 deletions deploy/olm/assemble/metadata-common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,9 @@ spec:
"block storage",
"shared filesystem",
]
provider:
name: Red Hat
url: https://www.redhat.com
minKubeVersion: 1.16.0
links:
- name: Source Code
Expand Down
2 changes: 0 additions & 2 deletions deploy/olm/assemble/metadata-ocp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,3 @@ spec:
maintainers:
- name: Red Hat Support
email: ocs-support@redhat.com
provider:
name: Red Hat

0 comments on commit 489e6f7

Please sign in to comment.