Skip to content

Commit 27e287d

Browse files
committed
support all valid action.render targets (#1019)
Signed-off-by: Jordan Keister <[email protected]> Upstream-commit: bcdd6890b9e1b1f605d6300f26e71ae33340ad31 Upstream-repository: operator-registry
1 parent 60d5034 commit 27e287d

File tree

2 files changed

+2
-2
lines changed
  • staging/operator-registry/cmd/opm/alpha/render-graph
  • vendor/github.com/operator-framework/operator-registry/cmd/opm/alpha/render-graph

2 files changed

+2
-2
lines changed

staging/operator-registry/cmd/opm/alpha/render-graph/cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ $ opm alpha render-graph quay.io/operatorhubio/catalog:latest | \
6060
}
6161

6262
render.Refs = args
63-
render.AllowedRefMask = action.RefBundleImage | action.RefDCImage | action.RefDCDir // all non-sqlite
63+
render.AllowedRefMask = action.RefDCImage | action.RefDCDir | action.RefSqliteImage | action.RefSqliteFile
6464
render.Registry = registry
6565

6666
cfg, err := render.Run(cmd.Context())

vendor/github.com/operator-framework/operator-registry/cmd/opm/alpha/render-graph/cmd.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)