Skip to content

Commit

Permalink
Change opm image from `quay.io/operator-framework/upstream-opm-builde…
Browse files Browse the repository at this point in the history
…r` to `quay.io/operator-framework/opm` (#2890)

Signed-off-by: Ruben Simons <r.simons@fz-juelich.de>
  • Loading branch information
StopMotionCuber committed Apr 13, 2023
1 parent 07ad244 commit f5a8757
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/catalog/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const (
defaultWakeupInterval = 15 * time.Minute
defaultCatalogNamespace = "olm"
defaultConfigMapServerImage = "quay.io/operator-framework/configmap-operator-registry:latest"
defaultOPMImage = "quay.io/operator-framework/upstream-opm-builder:latest"
defaultOPMImage = "quay.io/operator-framework/opm:latest"
defaultUtilImage = "quay.io/operator-framework/olm:latest"
defaultOperatorName = ""
defaultWorkLoadUserID = int64(1001)
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/magic_catalog.go
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ func (c *MagicCatalog) makeCatalogSource() *operatorsv1alpha1.CatalogSource {
func (c *MagicCatalog) makeCatalogSourcePod() *corev1.Pod {

const (
image = "quay.io/operator-framework/upstream-opm-builder"
image = "quay.io/operator-framework/opm"
readinessDelay int32 = 5
livenessDelay int32 = 10
volumeMountName string = "fbc-catalog"
Expand Down

0 comments on commit f5a8757

Please sign in to comment.