Skip to content

Commit f5a8757

Browse files
Change opm image from quay.io/operator-framework/upstream-opm-builder to quay.io/operator-framework/opm (#2890)
Signed-off-by: Ruben Simons <[email protected]>
1 parent 07ad244 commit f5a8757

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/catalog/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const (
2727
defaultWakeupInterval = 15 * time.Minute
2828
defaultCatalogNamespace = "olm"
2929
defaultConfigMapServerImage = "quay.io/operator-framework/configmap-operator-registry:latest"
30-
defaultOPMImage = "quay.io/operator-framework/upstream-opm-builder:latest"
30+
defaultOPMImage = "quay.io/operator-framework/opm:latest"
3131
defaultUtilImage = "quay.io/operator-framework/olm:latest"
3232
defaultOperatorName = ""
3333
defaultWorkLoadUserID = int64(1001)

test/e2e/magic_catalog.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ func (c *MagicCatalog) makeCatalogSource() *operatorsv1alpha1.CatalogSource {
257257
func (c *MagicCatalog) makeCatalogSourcePod() *corev1.Pod {
258258

259259
const (
260-
image = "quay.io/operator-framework/upstream-opm-builder"
260+
image = "quay.io/operator-framework/opm"
261261
readinessDelay int32 = 5
262262
livenessDelay int32 = 10
263263
volumeMountName string = "fbc-catalog"

0 commit comments

Comments
 (0)