Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FB: Upstream upgrades #54

Merged
merged 17 commits into from
Jan 31, 2025
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: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Check default main state - generated files
run: |
echo "Download opm tool"
curl -Lo /tmp/opm https://github.com/operator-framework/operator-registry/releases/download/v1.44.0/linux-amd64-opm
curl -Lo /tmp/opm https://github.com/operator-framework/operator-registry/releases/download/v1.48.0/linux-amd64-opm
chmod +x /tmp/opm
echo "Render catalog"
/tmp/opm alpha render-template basic -o yaml ./veneer/everest-operator.yaml > ./catalog/everest-operator/catalog.yaml
Expand Down
2,230 changes: 333 additions & 1,897 deletions catalog/everest-operator/catalog.yaml

Large diffs are not rendered by default.

Loading