Skip to content

Commit de37839

Browse files
Change opm image from quay.io/operator-framework/upstream-opm-builder to quay.io/operator-framework/opm
1 parent 1f8ccd1 commit de37839

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cmd/catalog/main.go

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ func (c *MagicCatalog) makeCatalogSource() *operatorsv1alpha1.CatalogSource {
254254
func (c *MagicCatalog) makeCatalogSourcePod() *corev1.Pod {
255255

256256
const (
257-
image = "quay.io/operator-framework/upstream-opm-builder"
257+
image = "quay.io/operator-framework/opm"
258258
readinessDelay int32 = 5
259259
livenessDelay int32 = 10
260260
volumeMountName string = "fbc-catalog"

vendor/github.com/operator-framework/operator-registry/pkg/containertools/dockerfilegenerator.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)