Skip to content

Commit

Permalink
Merge pull request #67 from jeremyary/alpha
Browse files Browse the repository at this point in the history
OLM metadata update & plugins versions
  • Loading branch information
jeremyary committed Oct 21, 2021
2 parents 7529f62 + aa37b0e commit 942fe42
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bundle/manifests/dbaas-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ metadata:
]
capabilities: Basic Install
categories: Database
containerImage: quay.io/ecosystem-appeng/dbaas-operator:v0.1.2
containerImage: quay.io/ecosystem-appeng/dbaas-operator:v0.1.3
description: Discover & connect with database instances hosted on 3rd-party ISV
cloud platforms.
operatorframework.io/suggested-namespace: openshift-dbaas-operator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
alm-examples: '[]'
capabilities: Basic Install
categories: Database
containerImage: quay.io/ecosystem-appeng/dbaas-operator:v0.1.2
containerImage: quay.io/ecosystem-appeng/dbaas-operator:v0.1.3
description: Discover & connect with database instances hosted on 3rd-party ISV
cloud platforms.
operatorframework.io/suggested-namespace: openshift-dbaas-operator
Expand Down
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.2"
DBAAS_DYNAMIC_PLUGIN_IMG = "quay.io/ecosystem-appeng/dbaas-dynamic-plugin:0.1.3"
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:0.1.2"
CONSOLE_TELEMETRY_PLUGIN_IMG = "quay.io/ecosystem-appeng/console-telemetry-plugin:0.1.3"
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 942fe42

Please sign in to comment.