File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
internal/olm/operator/registry Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ import (
4040const (
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"
You can’t perform that action at this time.
0 commit comments