Skip to content

Commit

Permalink
release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Knappek committed Jun 21, 2019
1 parent 497c37d commit 9aebf29
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ steps:
repo: knappek/mongodbatlas-operator
tag:
- latest
- 0.0.1
- 0.0.2
when:
event:
- tag
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CRDS=$(shell echo deploy/crds/*_crd.yaml | sed 's/ / -f /g')
GOFMT_FILES?=$$(find . -name '*.go' | grep -v vendor)

VERSION?=latest
OLM_VERSION?=0.1.0
OLM_VERSION?=0.0.2
API_VERSION?=v1alpha1
KIND=

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ spec:
plural: mongodbatlasprojects
singular: mongodbatlasproject
scope: Namespaced
subresources:
status: {}
validation:
openAPIV3Schema:
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
annotations:
alm-examples: '[{"apiVersion":"knappek.com/v1alpha1","kind":"MongoDBAtlasCluster","metadata":{"name":"example-mongodbatlascluster"},"spec":{"autoscaling":{"diskGBEnabled":false},"backupEnabled":false,"numShards":1,"orgID":"5c4a2a55553855344780cf5f","privateKey":{"valueFrom":{"secretKeyRef":{"key":"privateKey","name":"example-monogdb-atlas-project"}}},"projectName":"example-project","providerBackupEnabled":false,"providerSettings":{"encryptEBSVolume":false,"instanceSizeName":"M10","providerName":"AWS","regionName":"EU_CENTRAL_1"},"publicKey":"toppaljd"}},{"apiVersion":"knappek.com/v1alpha1","kind":"MongoDBAtlasProject","metadata":{"name":"example-project"},"spec":{"orgID":"5c4a2a55553855344780cf5f","privateKey":{"valueFrom":{"secretKeyRef":{"key":"privateKey","name":"example-monogdb-atlas-project"}}},"publicKey":"toppaljd"}}]'
capabilities: Basic Install
name: mongodbatlas-operator.v0.1.0
name: mongodbatlas-operator.v0.0.2
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -116,4 +116,4 @@ spec:
type: AllNamespaces
maturity: alpha
provider: {}
version: 0.1.0
version: 0.0.2

0 comments on commit 9aebf29

Please sign in to comment.