Skip to content

Commit

Permalink
updating default init image back to ubi from ubi-minimal
Browse files Browse the repository at this point in the history
Signed-off-by: Adam D. Cornett <adc@redhat.com>
  • Loading branch information
acornett21 committed Nov 6, 2024
1 parent 56052cd commit b95a569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/olm/fbcutil/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const (
// TODO(v2.0.0): pin this image tag to a specific version.
DefaultIndexImage = DefaultIndexImageBase + "latest"
// DefaultInitImage is the default image to be used in the registry init container
DefaultInitImage = "registry.access.redhat.com/ubi9/ubi-minimal:9.4"
DefaultInitImage = "registry.access.redhat.com/ubi9/ubi:9.4"
)

// BundleDeclcfg represents a minimal File-Based Catalog.
Expand Down

0 comments on commit b95a569

Please sign in to comment.