Skip to content

Commit

Permalink
Merge pull request #378 from tchughesiv/main
Browse files Browse the repository at this point in the history
addtl 0.6.0 changes
  • Loading branch information
tchughesiv authored Apr 20, 2023
2 parents 0e6bc99 + a1d1917 commit d409aef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/samples/installation-for-non-OSD-OCP-environments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: openshift-marketplace
spec:
sourceType: grpc
image: quay.io/ecosystem-appeng/dbaas-operator-catalog:v0.5.0
image: quay.io/ecosystem-appeng/dbaas-operator-catalog:v0.6.0
displayName: DBaaS Operator

---
Expand Down Expand Up @@ -34,4 +34,4 @@ spec:
source: dbaas-operator
sourceNamespace: openshift-marketplace
config:
startingCSV: dbaas-operator.v0.5.0
startingCSV: dbaas-operator.v0.6.0
2 changes: 1 addition & 1 deletion controllers/reconcilers/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const (
CatalogNamespace = "openshift-marketplace"

// DBaaSQuickStartVersion version for the quick start guide
DBaaSQuickStartVersion = "dbaas-quick-starts:0.5.0"
DBaaSQuickStartVersion = "dbaas-quick-starts:0.6.0"

// CRUNCHY_BRIDGE
crunchyBridgeCatalogImg = "RELATED_IMAGE_CRUNCHY_BRIDGE_CATALOG"
Expand Down

0 comments on commit d409aef

Please sign in to comment.