Skip to content

Commit

Permalink
Merge pull request #61 from tchughesiv/version
Browse files Browse the repository at this point in the history
increment to version 0.1.3
  • Loading branch information
tchughesiv authored Oct 14, 2021
2 parents bfbb73e + 9c8026f commit b42c100
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# To re-generate a bundle for another specific version without changing the standard setup, you can:
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= 0.1.2
VERSION ?= 0.1.3

# OLD_BUNDLE_VERSIONS defines the comma separated list of versions of old bundles to add to the index.
#
Expand Down
8 changes: 4 additions & 4 deletions bundle/manifests/dbaas-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ metadata:
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/RHEcosystemAppEng/dbaas-operator
support: dbaas-alpha-support@redhat.com
name: dbaas-operator.v0.1.2
name: dbaas-operator.v0.1.3
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -438,7 +438,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/ecosystem-appeng/dbaas-operator:v0.1.2
image: quay.io/ecosystem-appeng/dbaas-operator:v0.1.3
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -528,8 +528,8 @@ spec:
provider:
name: Red Hat
url: https://www.redhat.com
replaces: dbaas-operator.v0.1.1
version: 0.1.2
replaces: dbaas-operator.v0.1.2
version: 0.1.3
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/ecosystem-appeng/dbaas-operator
newTag: v0.1.2
newTag: v0.1.3
Original file line number Diff line number Diff line change
Expand Up @@ -138,5 +138,5 @@ spec:
provider:
name: Red Hat
url: https://www.redhat.com
replaces: dbaas-operator.v0.1.1
replaces: dbaas-operator.v0.1.2
version: 0.0.0
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 b42c100

Please sign in to comment.