Skip to content

Commit

Permalink
Merge pull request #2492 from Nikhil-Ladha/remove-rook-csv
Browse files Browse the repository at this point in the history
Added the new rook bundle and removed rook csv from ocs-operator
  • Loading branch information
openshift-merge-bot[bot] authored Mar 20, 2024
2 parents 16f3414 + 41bc21e commit d8c4789
Show file tree
Hide file tree
Showing 52 changed files with 86 additions and 27,429 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ bin

catalog/ocs-bundle.yaml
catalog/noobaa-bundle.yaml
catalog/rook-ceph-bundle.yaml

tools/csv-merger/csv-merger
tools/csv-checksum/csv-checksum
Expand Down
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -187,3 +187,7 @@ install-noobaa: operator-sdk
install-ocs: operator-sdk
@echo "Installing ocs operator"
hack/install-ocs.sh

install-rook: operator-sdk
@echo "Installing rook-ceph operator"
hack/install-rook.sh
11 changes: 11 additions & 0 deletions catalog/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ name: alpha
entries:
- name: ocs-operator.v4.15.0

---
defaultChannel: alpha
name: rook-ceph-operator
schema: olm.package
---
schema: olm.channel
package: rook-ceph-operator
name: alpha
entries:
- name: rook-ceph-operator.v4.15.0

---
defaultChannel: alpha
name: noobaa-operator
Expand Down

This file was deleted.

Loading

0 comments on commit d8c4789

Please sign in to comment.