Skip to content

Commit e78981d

Browse files
committed
update document about ubi suffix removal
1 parent c33c828 commit e78981d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/manager/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ func Command() *cobra.Command {
322322
cmd.Flags().Bool(
323323
operator.UBIOnlyFlag,
324324
false,
325-
fmt.Sprintf("Use only UBI container images to deploy Elastic Stack applications. UBI images are only available from 7.10.0 onward. Cannot be combined with %s", operator.ContainerSuffixFlag),
325+
fmt.Sprintf("Use only UBI container images to deploy Elastic Stack applications. UBI images are only available from 7.10.0 onward. Ignored from 9.x as default images are based on UBI. Cannot be combined with %s", operator.ContainerSuffixFlag),
326326
)
327327
cmd.Flags().Bool(
328328
operator.ValidateStorageClassFlag,

0 commit comments

Comments
 (0)