Skip to content

Commit

Permalink
Generate helm index as a separated step after Operator publish (#2088)
Browse files Browse the repository at this point in the history
Signed-off-by: pjuarezd <pjuarezd@users.noreply.github.com>
  • Loading branch information
pjuarezd committed Apr 20, 2024
1 parent 9f5720d commit 0999dc5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ generate-code:
generate-openshift-manifests:
@./olm.sh

helm-reindex:
@echo "Re-indexing helm chart release"
@./helm-reindex.sh

release: assets
@./release.sh
@./olm.sh
Expand Down
2 changes: 0 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,3 @@ echo "clean -e files"
rm -vf $(git ls-files --others | grep -e "-e$" | awk '{print $1}')
git add .

echo "Re-indexing helm chart releases for $RELEASE"
./helm-reindex.sh

0 comments on commit 0999dc5

Please sign in to comment.