Skip to content

Commit

Permalink
release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Knappek committed Oct 23, 2019
1 parent b0bec67 commit fe42934
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ steps:
dockerfile: build/Dockerfile
repo: knappek/mongodbatlas-operator
tag:
- 0.0.7
- 0.0.8
when:
event:
- tag
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ This project was inspired from the [MongoDB Atlas Terraform Provider](https://gi
* Create/Delete MongoDB Atlas Projects
* Create/Update/Delete MongoDB Atlas Clusters
* Create/Update/Delete MongoDB Atlas Database Users
* Create/Update/Delete MongoDB Atlas Alert Configurations

## Prerequisites

Expand Down
2 changes: 1 addition & 1 deletion deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
containers:
- name: mongodbatlas-operator
# Replace this with the built image name
image: knappek/mongodbatlas-operator:0.0.7
image: knappek/mongodbatlas-operator:0.0.8
command:
- mongodbatlas-operator
imagePullPolicy: Always
Expand Down

0 comments on commit fe42934

Please sign in to comment.