Skip to content

Commit

Permalink
Merge pull request #60 from tchughesiv/version
Browse files Browse the repository at this point in the history
0.1.2
  • Loading branch information
tchughesiv committed Oct 11, 2021
2 parents ce8529d + 8dbfe44 commit bfbb73e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions controllers/reconcilers/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ const (
CATALOG_NAMESPACE = "openshift-marketplace"
MONGODB_ATLAS_CATLOG_IMG = "quay.io/mongodb/mongodb-atlas-kubernetes-dbaas-catalog:latest"
CRUNCHY_BRIDGE_CATLOG_IMG = "registry.developers.crunchydata.com/crunchydata/crunchy-bridge-operator-catalog:v0.0.1"
DBAAS_DYNAMIC_PLUGIN_IMG = "quay.io/ecosystem-appeng/dbaas-dynamic-plugin:0.1.1"
DBAAS_DYNAMIC_PLUGIN_IMG = "quay.io/ecosystem-appeng/dbaas-dynamic-plugin:0.1.2"
DBAAS_DYNAMIC_PLUGIN_NAME = "dbaas-dynamic-plugin"
DBAAS_DYNAMIC_PLUGIN_NAMESPACE = "dbaas-dynamic-plugin"
DBAAS_DYNAMIC_PLUGIN_DISPLAY_NAME = "OpenShift Database as a Service Dynamic Plugin"
CONSOLE_TELEMETRY_PLUGIN_IMG = "quay.io/ecosystem-appeng/console-telemetry-plugin:latest"
CONSOLE_TELEMETRY_PLUGIN_IMG = "quay.io/ecosystem-appeng/console-telemetry-plugin:0.1.2"
CONSOLE_TELEMETRY_PLUGIN_NAME = "console-telemetry-plugin"
CONSOLE_TELEMETRY_PLUGIN_NAMESPACE = "console-telemetry-plugin"
CONSOLE_TELEMETRY_PLUGIN_DISPLAY_NAME = "Telemetry Plugin"
Expand Down

0 comments on commit bfbb73e

Please sign in to comment.