Skip to content

Commit

Permalink
move bundle generation (#564)
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Wall <[email protected]>
  • Loading branch information
cameronmwall authored Jan 10, 2024
1 parent 978cc13 commit 3e64223
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 863 deletions.
2 changes: 1 addition & 1 deletion Makefile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ lint-operator-bundles: ## Lints the operator bundles

regenerate-operator-bundles: ## Regenerates the operator bundles
pip install -r hack/bundle-automation/requirements.txt
python ./hack/bundle-automation/generate-bundles.py --destination pkg/templates/
python3 ./hack/bundle-automation/generate-shell.py

regenerate-charts: ## Regenerates the charts
pip install -r hack/bundle-automation/chart-requirements.txt
Expand Down
42 changes: 0 additions & 42 deletions hack/bundle-automation/config.yaml

This file was deleted.

Loading

0 comments on commit 3e64223

Please sign in to comment.