Skip to content

Commit

Permalink
remove bundle dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Takeshi Yoshimura <tyos@jp.ibm.com>
  • Loading branch information
takeshi-yoshimura committed Nov 22, 2023
1 parent 4ff9f7b commit 4ed71e6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 20 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_push_controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
- config/**
- ./Dockerfile
- ./Makefile
- bundle/**
workflow_dispatch:

env:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Admins need to carefully cleanup ocp-efa-operator at first before uninstalling/u
Run bundle with a public image
```bash
$ oc new-project ocp-efa-operator
$ operator-sdk run bundle ghcr.io/ocp-efa-operator-bundle:v0.0.1 --namespace ocp-efa-operator
$ operator-sdk run bundle ghcr.io/foundation-model-stack/ocp-efa-operator-bundle:v0.0.1 --namespace ocp-efa-operator
```

Deploy GdrdrvDriver
Expand Down
19 changes: 0 additions & 19 deletions bundle/metadata/dependencies.yaml

This file was deleted.

0 comments on commit 4ed71e6

Please sign in to comment.