Skip to content

Commit 4ed71e6

Browse files
remove bundle dependencies
Signed-off-by: Takeshi Yoshimura <[email protected]>
1 parent 4ff9f7b commit 4ed71e6

File tree

3 files changed

+2
-20
lines changed

3 files changed

+2
-20
lines changed

.github/workflows/build_push_controller.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
- config/**
1515
- ./Dockerfile
1616
- ./Makefile
17+
- bundle/**
1718
workflow_dispatch:
1819

1920
env:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Admins need to carefully cleanup ocp-efa-operator at first before uninstalling/u
3636
Run bundle with a public image
3737
```bash
3838
$ oc new-project ocp-efa-operator
39-
$ operator-sdk run bundle ghcr.io/ocp-efa-operator-bundle:v0.0.1 --namespace ocp-efa-operator
39+
$ operator-sdk run bundle ghcr.io/foundation-model-stack/ocp-efa-operator-bundle:v0.0.1 --namespace ocp-efa-operator
4040
```
4141

4242
Deploy GdrdrvDriver

bundle/metadata/dependencies.yaml

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)