Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
EVEREST-430 Moved to everest-catalog (#136)
Browse files Browse the repository at this point in the history
* EVEREST-430 Moved to everest-catalog

* EVEREST-430 Fixed tests
  • Loading branch information
gen1us2k authored Sep 18, 2023
1 parent 266b755 commit 75759e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions data/crds/olm/percona-dbaas-catalog.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
metadata:
name: percona-dbaas-catalog
name: percona-everest-catalog
namespace: olm
spec:
displayName: Percona DBaaS Catalog
displayName: Percona Everest Catalog
publisher: Percona
sourceType: grpc
grpcPodConfig:
securityContextConfig: restricted
image: docker.io/percona/dbaas-catalog:latest
image: docker.io/percona/everest-catalog:latest
updateStrategy:
registryPoll:
interval: 45m
2 changes: 1 addition & 1 deletion pkg/install/operators.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ type Operators struct {
const (
catalogSourceNamespace = "olm"
operatorGroup = "percona-operators-group"
catalogSource = "percona-dbaas-catalog"
catalogSource = "percona-everest-catalog"
everestOperatorName = "everest-operator"
pxcOperatorName = "percona-xtradb-cluster-operator"
psmdbOperatorName = "percona-server-mongodb-operator"
Expand Down

0 comments on commit 75759e8

Please sign in to comment.