Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ git push <upstream-remote> $VERSION
# and changes the indent depending on USE_IMAGE_DIGESTS
git co -b "update-bundle-${VERSION}"
CHANNELS=fast USE_IMAGE_DIGESTS=true make bundle
# Update the catalog we use for upgrade testing in catalog/template.yaml
# Also update the image at the bottom of that file
git commit -a -m "Update bundle for image digests ${VERSION}"
gh pr create
# Merge the PR
Expand Down
Loading