Skip to content

Commit

Permalink
Add NooBaa operator
Browse files Browse the repository at this point in the history
  • Loading branch information
SupremeMortal committed Apr 9, 2024
1 parent b53aaaa commit 7b21c48
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- main
- odf

jobs:
build-deploy:
Expand Down
Empty file removed catalog/.gitkeep
Empty file.
20 changes: 20 additions & 0 deletions catalog/noobaa-operator.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
schema: olm.package
name: noobaa-operator
defaultChannel: alpha
---
schema: olm.channel
package: noobaa-operator
name: alpha
entries:
- name: noobaa-operator.v4.15.0-2024-04-05-120828
---
schema: olm.bundle
package: noobaa-operator
name: noobaa-operator.v4.15.0-2024-04-05-120828
image: quay.io/okderators/noobaa-operator-bundle:v4.15.0-2024-04-05-120828
properties:
- type: olm.package
value:
packageName: noobaa-operator
version: 4.15.0-2024-04-05-120828

0 comments on commit 7b21c48

Please sign in to comment.