Skip to content

Commit

Permalink
rook: generate rook csv using local script
Browse files Browse the repository at this point in the history
Let's generate rook csv using local bash script that will
be inside ocs-operator code and fetch from rook image. It gives us
advantage of not depending on rook image for their csv and we can pass
branch of commit for specific csv. Also for rook, it doesn't make sense
to have csv codes/fiels in rook upstream and the rook csv is used
only for the downstream. So, in future rook will remove the csv files
from rook image.

Signed-off-by: subhamkrai <srai@redhat.com>
  • Loading branch information
subhamkrai committed Jan 19, 2024
1 parent b586399 commit b0f5a1d
Show file tree
Hide file tree
Showing 4 changed files with 554 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ gen-release-csv: operator-sdk manifests kustomize
@echo "Generating unified CSV from sourced component-level operators"
hack/generate-unified-csv.sh

gen-rook-csv:
@echo "Generating rook CSV"
hack/generate-rook-csv.sh

gen-latest-deploy-yaml:
@echo "Generating latest deployment yaml file"
hack/gen-deployment-yaml.sh
Expand Down
Loading

0 comments on commit b0f5a1d

Please sign in to comment.