Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/cli/admin/release/new.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func NewNewOptions(streams genericclioptions.IOStreams) *NewOptions {
// TODO: only cluster-version-operator and maybe CLI should be in this list,
// the others should always be referenced by the cluster-bootstrap or
// another operator.
AlwaysInclude: []string{"cluster-version-operator", "cli", "installer"},
AlwaysInclude: []string{"baremetal-installer", "cluster-version-operator", "cli", "installer"},
ToImageBaseTag: "cluster-version-operator",
// We strongly control the set of allowed component versions to prevent confusion
// about what component versions may be used for. Changing this list requires
Expand Down