Skip to content

Commit

Permalink
move chart generation to dev tools (#783)
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Wall <[email protected]>
  • Loading branch information
cameronmwall authored Jun 21, 2024
1 parent 5b40e46 commit 4c7d85c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 730 deletions.
2 changes: 1 addition & 1 deletion Makefile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ regenerate-operator-sha-commits: ## Regenerates the operator bundles

regenerate-charts: ## Regenerates the charts
pip3 install -r hack/bundle-automation/chart-requirements.txt
python3 ./hack/bundle-automation/generate-charts.py --destination pkg/templates/
python3 ./hack/bundle-automation/generate-shell.py --update-charts

catalog-deploy: ## Deploys backplane operator via subscription
IMG="${IMAGE_TAG_BASE}-catalog:v${VERSION}" yq eval -i '.spec.image = env(IMG)' hack/catalog/catalogsource.yaml
Expand Down
Loading

0 comments on commit 4c7d85c

Please sign in to comment.