File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const (
27
27
defaultWakeupInterval = 15 * time .Minute
28
28
defaultCatalogNamespace = "olm"
29
29
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"
31
31
defaultUtilImage = "quay.io/operator-framework/olm:latest"
32
32
defaultOperatorName = ""
33
33
defaultWorkLoadUserID = int64 (1001 )
Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ func (c *MagicCatalog) makeCatalogSource() *operatorsv1alpha1.CatalogSource {
257
257
func (c * MagicCatalog ) makeCatalogSourcePod () * corev1.Pod {
258
258
259
259
const (
260
- image = "quay.io/operator-framework/upstream- opm-builder "
260
+ image = "quay.io/operator-framework/opm"
261
261
readinessDelay int32 = 5
262
262
livenessDelay int32 = 10
263
263
volumeMountName string = "fbc-catalog"
You can’t perform that action at this time.
0 commit comments