Skip to content

Commit 62cb8a2

Browse files
authored
Merge pull request #136 from redhatHameed/crunchy-img0.02
updated crunchybridge operator img v0.0.2
2 parents 8e96ade + 55f750b commit 62cb8a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

controllers/reconcilers/constants.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ const (
1212
DBAAS_OPERATOR_VERSION_KEY_ENV = "DBAAS_OPERATOR_VERSION"
1313

1414
// 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"
15+
CRUNCHY_BRIDGE_CATALOG_IMG = "registry.developers.crunchydata.com/crunchydata/crunchy-bridge-operator-catalog:v0.0.2"
16+
CRUNCHY_BRIDGE_CSV = "crunchy-bridge-operator.v0.0.2"
1717
CRUNCHY_BRIDGE_NAME = "crunchy-bridge"
1818
CRUNCHY_BRIDGE_DISPLAYNAME = "Crunchy Bridge Operator"
1919
CRUNCHY_BRIDGE_DEPLOYMENT = "crunchy-bridge-operator-controller-manager"

0 commit comments

Comments
 (0)