Skip to content

Commit

Permalink
Update default catalog namespace (#2371)
Browse files Browse the repository at this point in the history
default global catalog namespace shouldn't be vendor specific
  • Loading branch information
kevinrizza authored Sep 23, 2021
1 parent 188ee1a commit 33606c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/catalog/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
const (
catalogNamespaceEnvVarName = "GLOBAL_CATALOG_NAMESPACE"
defaultWakeupInterval = 15 * time.Minute
defaultCatalogNamespace = "openshift-operator-lifecycle-manager"
defaultCatalogNamespace = "olm"
defaultConfigMapServerImage = "quay.io/operator-framework/configmap-operator-registry:latest"
defaultOPMImage = "quay.io/operator-framework/upstream-opm-builder:latest"
defaultUtilImage = "quay.io/operator-framework/olm:latest"
Expand Down

0 comments on commit 33606c9

Please sign in to comment.