Skip to content

Commit c241797

Browse files
committed
update default opm index image for run bundle(-upgrade)
Signed-off-by: Joe Lanford <[email protected]>
1 parent 47d8d67 commit c241797

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# entries is a list of entries to include in
2+
# release notes and/or the migration guide
3+
entries:
4+
- description: >
5+
Update default base image used in `run bundle` and `run bundle-upgrade` to
6+
the multi-arch `quay.io/operator-framework/opm:latest` image to support non-amd64
7+
clusters.
8+
9+
kind: "change"
10+
11+
# Is this a breaking change?
12+
breaking: false

internal/olm/operator/registry/index_image.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ import (
4040
const (
4141
// defaultIndexImageBase is the base for defaultIndexImage. It is necessary to separate
4242
// them for string comparison when defaulting bundle add mode.
43-
defaultIndexImageBase = "quay.io/operator-framework/upstream-opm-builder:"
43+
defaultIndexImageBase = "quay.io/operator-framework/opm:"
4444
// DefaultIndexImage is the index base image used if none is specified. It contains no bundles.
4545
// TODO(v2.0.0): pin this image tag to a specific version.
4646
DefaultIndexImage = defaultIndexImageBase + "latest"

0 commit comments

Comments
 (0)