(projectName string)
| 86 | } |
| 87 | |
| 88 | func makeBundleImageName(projectName string) string { |
| 89 | return fmt.Sprintf("quay.io/example/%s-bundle:v0.0.1", projectName) |
| 90 | } |
| 91 | |
| 92 | // InstallOLMVersion runs 'operator-sdk olm install' for specific version |
| 93 | // and returns any errors emitted by that command. |
no outgoing calls
no test coverage detected