Skip to content

Commit bfbb73e

Browse files
authored
Merge pull request #60 from tchughesiv/version
0.1.2
2 parents ce8529d + 8dbfe44 commit bfbb73e

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
@@ -5,11 +5,11 @@ const (
55
CATALOG_NAMESPACE = "openshift-marketplace"
66
MONGODB_ATLAS_CATLOG_IMG = "quay.io/mongodb/mongodb-atlas-kubernetes-dbaas-catalog:latest"
77
CRUNCHY_BRIDGE_CATLOG_IMG = "registry.developers.crunchydata.com/crunchydata/crunchy-bridge-operator-catalog:v0.0.1"
8-
DBAAS_DYNAMIC_PLUGIN_IMG = "quay.io/ecosystem-appeng/dbaas-dynamic-plugin:0.1.1"
8+
DBAAS_DYNAMIC_PLUGIN_IMG = "quay.io/ecosystem-appeng/dbaas-dynamic-plugin:0.1.2"
99
DBAAS_DYNAMIC_PLUGIN_NAME = "dbaas-dynamic-plugin"
1010
DBAAS_DYNAMIC_PLUGIN_NAMESPACE = "dbaas-dynamic-plugin"
1111
DBAAS_DYNAMIC_PLUGIN_DISPLAY_NAME = "OpenShift Database as a Service Dynamic Plugin"
12-
CONSOLE_TELEMETRY_PLUGIN_IMG = "quay.io/ecosystem-appeng/console-telemetry-plugin:latest"
12+
CONSOLE_TELEMETRY_PLUGIN_IMG = "quay.io/ecosystem-appeng/console-telemetry-plugin:0.1.2"
1313
CONSOLE_TELEMETRY_PLUGIN_NAME = "console-telemetry-plugin"
1414
CONSOLE_TELEMETRY_PLUGIN_NAMESPACE = "console-telemetry-plugin"
1515
CONSOLE_TELEMETRY_PLUGIN_DISPLAY_NAME = "Telemetry Plugin"

0 commit comments

Comments
 (0)