Commit ef8947e
bug: fix OpenShift deploy script CatalogSource and CSV wait
The CatalogSource referenced a non-existent "latest" image tag,
causing ImagePullBackOff. The CI publishes the catalog image with
the git ref name (e.g., "main"), so use that tag instead.
The CSV wait loop used items[0] which matched the first CSV
alphabetically (e.g., authorino-operator) rather than mcp-gateway,
causing the script to proceed before CRDs were established. Use
OLM's operator label selector to target the correct CSV.
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>1 parent 3a2b297 commit ef8947e
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments