We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e96ade + 55f750b commit 62cb8a2Copy full SHA for 62cb8a2
controllers/reconcilers/constants.go
@@ -12,8 +12,8 @@ const (
12
DBAAS_OPERATOR_VERSION_KEY_ENV = "DBAAS_OPERATOR_VERSION"
13
14
// CRUNCHY_BRIDGE
15
- CRUNCHY_BRIDGE_CATALOG_IMG = "registry.developers.crunchydata.com/crunchydata/crunchy-bridge-operator-catalog:v0.0.2-rc.1"
16
- CRUNCHY_BRIDGE_CSV = "crunchy-bridge-operator.v0.0.2-rc.1"
+ CRUNCHY_BRIDGE_CATALOG_IMG = "registry.developers.crunchydata.com/crunchydata/crunchy-bridge-operator-catalog:v0.0.2"
+ CRUNCHY_BRIDGE_CSV = "crunchy-bridge-operator.v0.0.2"
17
CRUNCHY_BRIDGE_NAME = "crunchy-bridge"
18
CRUNCHY_BRIDGE_DISPLAYNAME = "Crunchy Bridge Operator"
19
CRUNCHY_BRIDGE_DEPLOYMENT = "crunchy-bridge-operator-controller-manager"
0 commit comments